Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
O
P
R
S
T
U
V
W
A
ACTION
- Static variable in interface org.jclouds.aws.reference.
FormParameters
Indicates the action to perform.
AP_NORTHEAST_1
- Static variable in class org.jclouds.aws.domain.
Region
Region in Tokyo, launched March 2, 2011.
AP_SOUTHEAST_1
- Static variable in class org.jclouds.aws.domain.
Region
Region in Singapore, launched April 28, 2010.
apply(Location)
- Method in class org.jclouds.aws.util.
AWSUtils.GetRegionFromLocation
AWS_ACCESS_KEY_ID
- Static variable in interface org.jclouds.aws.reference.
FormParameters
The Access Key ID for the request sender.
AWSClientErrorRetryHandler
- Class in
org.jclouds.aws.handlers
Handles Retryable responses with error codes in the 4xx range
AWSClientErrorRetryHandler(AWSUtils, BackoffLimitedRetryHandler)
- Constructor for class org.jclouds.aws.handlers.
AWSClientErrorRetryHandler
AWSConstants
- Interface in
org.jclouds.aws.reference
Configuration properties and constants used in amazon connections.
AWSError
- Class in
org.jclouds.aws.domain
When an Amazon S3 request is in error, the client receives an error response.
AWSError()
- Constructor for class org.jclouds.aws.domain.
AWSError
AWSResponseException
- Exception in
org.jclouds.aws
Encapsulates an AWS Error from Amazon.
AWSResponseException(HttpCommand, HttpResponse, AWSError)
- Constructor for exception org.jclouds.aws.
AWSResponseException
AWSResponseException(HttpCommand, HttpResponse, AWSError, Throwable)
- Constructor for exception org.jclouds.aws.
AWSResponseException
AWSResponseException(String, HttpCommand, HttpResponse, AWSError)
- Constructor for exception org.jclouds.aws.
AWSResponseException
AWSResponseException(String, HttpCommand, HttpResponse, AWSError, Throwable)
- Constructor for exception org.jclouds.aws.
AWSResponseException
AWSRestClientModule
<
S
,
A
> - Class in
org.jclouds.aws.config
AWSRestClientModule(Class<S>, Class<A>, Map<Class<?>, Class<?>>)
- Constructor for class org.jclouds.aws.config.
AWSRestClientModule
AWSRestClientModule(Class<S>, Class<A>)
- Constructor for class org.jclouds.aws.config.
AWSRestClientModule
AWSUtils
- Class in
org.jclouds.aws.util
Needed to sign and verify requests and responses.
AWSUtils.GetRegionFromLocation
- Class in
org.jclouds.aws.util
AWSUtils.GetRegionFromLocation()
- Constructor for class org.jclouds.aws.util.
AWSUtils.GetRegionFromLocation
B
bindErrorHandlers()
- Method in class org.jclouds.aws.config.
AWSRestClientModule
bindRetryHandlers()
- Method in class org.jclouds.aws.config.
AWSRestClientModule
C
characters(char[], int, int)
- Method in class org.jclouds.aws.xml.
ErrorHandler
createStringToSign(HttpRequest, Multimap<String, String>)
- Method in class org.jclouds.aws.filters.
FormSigner
createStringToSign(HttpRequest)
- Method in class org.jclouds.aws.filters.
FormSigner
D
DEFAULT_REGIONS
- Static variable in class org.jclouds.aws.domain.
Region
DEFAULT_S3
- Static variable in class org.jclouds.aws.domain.
Region
E
endElement(String, String, String)
- Method in class org.jclouds.aws.xml.
ErrorHandler
ErrorHandler
- Class in
org.jclouds.aws.xml
Parses the error from the Amazon S3 REST API.
ErrorHandler()
- Constructor for class org.jclouds.aws.xml.
ErrorHandler
EU_WEST_1
- Static variable in class org.jclouds.aws.domain.
Region
EU (Ireland)
EXPIRES
- Static variable in interface org.jclouds.aws.reference.
FormParameters
The date and time at which the signature included in the request expires, in the format YYYY-MM-DDThh:mm:ssZ.
F
filter(HttpRequest)
- Method in class org.jclouds.aws.filters.
FormSigner
findRegionInArgsOrNull(GeneratedHttpRequest<?>)
- Static method in class org.jclouds.aws.util.
AWSUtils
FormParameters
- Interface in
org.jclouds.aws.reference
Configuration properties and constants used in EC2 connections.
FormSigner
- Class in
org.jclouds.aws.filters
FormSigner(SignatureWire, String, String, Provider<String>, Crypto, HttpUtils)
- Constructor for class org.jclouds.aws.filters.
FormSigner
FormSigningRestClientModule
<
S
,
A
> - Class in
org.jclouds.aws.config
FormSigningRestClientModule(Class<S>, Class<A>, Map<Class<?>, Class<?>>)
- Constructor for class org.jclouds.aws.config.
FormSigningRestClientModule
FormSigningRestClientModule(Class<S>, Class<A>)
- Constructor for class org.jclouds.aws.config.
FormSigningRestClientModule
G
getCode()
- Method in class org.jclouds.aws.domain.
AWSError
The error code is a string that uniquely identifies an error condition.
getDetails()
- Method in class org.jclouds.aws.domain.
AWSError
getError()
- Method in exception org.jclouds.aws.
AWSResponseException
getMessage()
- Method in class org.jclouds.aws.domain.
AWSError
The error message contains a generic description of the error condition in English.
getRegionFromLocationOrNull(Location)
- Static method in class org.jclouds.aws.util.
AWSUtils
getRequestId()
- Method in class org.jclouds.aws.domain.
AWSError
* A unique ID assigned to each request by the system.
getRequestToken()
- Method in class org.jclouds.aws.domain.
AWSError
getResult()
- Method in class org.jclouds.aws.xml.
ErrorHandler
getSignature()
- Method in class org.jclouds.aws.domain.
AWSError
getStringSigned()
- Method in class org.jclouds.aws.domain.
AWSError
H
handleError(HttpCommand, HttpResponse)
- Method in class org.jclouds.aws.handlers.
ParseAWSErrorFromXmlContent
I
indexIterableToFormValuesWithPrefix(R, String, Object)
- Static method in class org.jclouds.aws.util.
AWSUtils
indexMapOfIterableToFormValuesWithPrefix(R, String, String, String, Object)
- Static method in class org.jclouds.aws.util.
AWSUtils
indexMapToFormValuesWithPrefix(R, String, String, String, Object)
- Static method in class org.jclouds.aws.util.
AWSUtils
indexMultimapToFormValuesWithPrefix(R, String, String, String, Object)
- Static method in class org.jclouds.aws.util.
AWSUtils
indexStringArrayToFormValuesWithPrefix(R, String, Object)
- Static method in class org.jclouds.aws.util.
AWSUtils
indexStringArrayToFormValuesWithStringFormat(R, String, Object)
- Static method in class org.jclouds.aws.util.
AWSUtils
isRegion(String)
- Static method in class org.jclouds.aws.util.
AWSUtils
L
logger
- Variable in class org.jclouds.aws.handlers.
ParseAWSErrorFromXmlContent
logger
- Variable in class org.jclouds.aws.util.
AWSUtils
M
mandatoryParametersForSignature
- Static variable in class org.jclouds.aws.filters.
FormSigner
O
org.jclouds.aws
- package org.jclouds.aws
org.jclouds.aws.config
- package org.jclouds.aws.config
org.jclouds.aws.domain
- package org.jclouds.aws.domain
org.jclouds.aws.filters
- package org.jclouds.aws.filters
org.jclouds.aws.handlers
- package org.jclouds.aws.handlers
This package contains HttpResponseHandlers needed to operate the REST api.
org.jclouds.aws.reference
- package org.jclouds.aws.reference
org.jclouds.aws.util
- package org.jclouds.aws.util
org.jclouds.aws.xml
- package org.jclouds.aws.xml
P
parseAWSErrorFromContent(HttpRequest, HttpResponse)
- Method in class org.jclouds.aws.util.
AWSUtils
ParseAWSErrorFromXmlContent
- Class in
org.jclouds.aws.handlers
This will parse and set an appropriate exception on the command object.
ParseAWSErrorFromXmlContent(AWSUtils)
- Constructor for class org.jclouds.aws.handlers.
ParseAWSErrorFromXmlContent
parseHandle(String)
- Static method in class org.jclouds.aws.util.
AWSUtils
PROPERTY_AUTH_TAG
- Static variable in interface org.jclouds.aws.reference.
AWSConstants
PROPERTY_HEADER_TAG
- Static variable in interface org.jclouds.aws.reference.
AWSConstants
PROPERTY_ZONECLIENT_ENDPOINT
- Static variable in interface org.jclouds.aws.reference.
AWSConstants
provideTimeStamp(DateService)
- Method in class org.jclouds.aws.config.
FormSigningRestClientModule
R
refineException(HttpCommand, HttpResponse, Exception, AWSError, String)
- Method in class org.jclouds.aws.handlers.
ParseAWSErrorFromXmlContent
Region
- Class in
org.jclouds.aws.domain
Regions used for all aws commands.
Region()
- Constructor for class org.jclouds.aws.domain.
Region
regionProperties()
- Static method in class org.jclouds.aws.domain.
Region
regionPropertiesS3()
- Static method in class org.jclouds.aws.domain.
Region
S
SA_EAST_1
- Static variable in class org.jclouds.aws.domain.
Region
SA-EAST-1 (Sao Paolo)
setCode(String)
- Method in class org.jclouds.aws.domain.
AWSError
setDetails(Map<String, String>)
- Method in class org.jclouds.aws.domain.
AWSError
setError(AWSError)
- Method in exception org.jclouds.aws.
AWSResponseException
setMessage(String)
- Method in class org.jclouds.aws.domain.
AWSError
setRequestId(String)
- Method in class org.jclouds.aws.domain.
AWSError
setRequestToken(String)
- Method in class org.jclouds.aws.domain.
AWSError
setSignature(String)
- Method in class org.jclouds.aws.domain.
AWSError
setStringSigned(String)
- Method in class org.jclouds.aws.domain.
AWSError
shouldRetryRequest(HttpCommand, HttpResponse)
- Method in class org.jclouds.aws.handlers.
AWSClientErrorRetryHandler
sign(String)
- Method in class org.jclouds.aws.filters.
FormSigner
SIGNATURE
- Static variable in interface org.jclouds.aws.reference.
FormParameters
The request signature.
SIGNATURE_METHOD
- Static variable in interface org.jclouds.aws.reference.
FormParameters
The hash algorithm you use to create the request signature.
SIGNATURE_VERSION
- Static variable in interface org.jclouds.aws.reference.
FormParameters
The signature version you use to sign the request.
sortAWSFirst
- Static variable in class org.jclouds.aws.filters.
FormSigner
T
TIMESTAMP
- Static variable in interface org.jclouds.aws.reference.
FormParameters
The date and time at which the request is signed, in the format YYYY-MM-DDThh:mm:ssZ.
toString()
- Method in class org.jclouds.aws.domain.
AWSError
U
US_EAST_1
- Static variable in class org.jclouds.aws.domain.
Region
US_STANDARD
- Static variable in class org.jclouds.aws.domain.
Region
US Standard
US_WEST_1
- Static variable in class org.jclouds.aws.domain.
Region
US-West (Northern California)
US_WEST_2
- Static variable in class org.jclouds.aws.domain.
Region
US-West-2 (Oregon)
V
VERSION
- Static variable in interface org.jclouds.aws.reference.
FormParameters
The API version to use, as specified in the WSDL.
W
WithZonesFormSigningRestClientModule
<
S
,
A
> - Class in
org.jclouds.aws.config
WithZonesFormSigningRestClientModule(Class<S>, Class<A>, Map<Class<?>, Class<?>>)
- Constructor for class org.jclouds.aws.config.
WithZonesFormSigningRestClientModule
WithZonesFormSigningRestClientModule(Class<S>, Class<A>)
- Constructor for class org.jclouds.aws.config.
WithZonesFormSigningRestClientModule
A
B
C
D
E
F
G
H
I
L
M
O
P
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009-2012
jclouds
. All Rights Reserved.