|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.aws.util.AWSUtils
@Singleton public class AWSUtils
Needed to sign and verify requests and responses.
| Nested Class Summary | |
|---|---|
static class |
AWSUtils.GetRegionFromLocation
|
| Field Summary | |
|---|---|
protected org.jclouds.logging.Logger |
logger
|
| Method Summary | ||
|---|---|---|
static String |
findRegionInArgsOrNull(org.jclouds.rest.internal.GeneratedHttpRequest<?> gRequest)
|
|
static String |
getRegionFromLocationOrNull(org.jclouds.domain.Location location)
|
|
static
|
indexIterableToFormValuesWithPrefix(R request,
String prefix,
Object input)
|
|
static
|
indexStringArrayToFormValuesWithPrefix(R request,
String prefix,
Object input)
|
|
static
|
indexStringArrayToFormValuesWithStringFormat(R request,
String format,
Object input)
|
|
static boolean |
isRegion(String regionName)
|
|
AWSError |
parseAWSErrorFromContent(org.jclouds.http.HttpRequest request,
org.jclouds.http.HttpResponse response)
|
|
static String[] |
parseHandle(String id)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.jclouds.logging.Logger logger
| Method Detail |
|---|
public AWSError parseAWSErrorFromContent(org.jclouds.http.HttpRequest request,
org.jclouds.http.HttpResponse response)
public static <R extends org.jclouds.http.HttpRequest> R indexStringArrayToFormValuesWithStringFormat(R request,
String format,
Object input)
public static boolean isRegion(String regionName)
public static <R extends org.jclouds.http.HttpRequest> R indexIterableToFormValuesWithPrefix(R request,
String prefix,
Object input)
public static <R extends org.jclouds.http.HttpRequest> R indexStringArrayToFormValuesWithPrefix(R request,
String prefix,
Object input)
public static String getRegionFromLocationOrNull(org.jclouds.domain.Location location)
public static String[] parseHandle(String id)
public static String findRegionInArgsOrNull(org.jclouds.rest.internal.GeneratedHttpRequest<?> gRequest)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||