Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbortedException - Exception in com.amazonaws
SDK operation aborted exception.
AbortedException(String, Throwable) - Constructor for exception com.amazonaws.AbortedException
Constructor.
AbortedException(Throwable) - Constructor for exception com.amazonaws.AbortedException
Constructor.
AbortedException(String) - Constructor for exception com.amazonaws.AbortedException
Constructor.
AbortedException() - Constructor for exception com.amazonaws.AbortedException
Constructor.
AbstractAWSSigner - Class in com.amazonaws.auth
Abstract base class for AWS signing protocol implementations.
AbstractAWSSigner() - Constructor for class com.amazonaws.auth.AbstractAWSSigner
 
AbstractRequestHandler - Class in com.amazonaws.handlers
Deprecated.
by RequestHandler2.

Simple implementation of RequestHandler to stub out required methods.

AbstractRequestHandler() - Constructor for class com.amazonaws.handlers.AbstractRequestHandler
Deprecated.
 
ACCEPT - Static variable in class com.amazonaws.http.HttpHeader
HTTP header for Accept.
ACCESS_KEY_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
Environment variable name for the AWS access key ID
ACCESS_KEY_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
System property name for the AWS access key ID
Action - Interface in com.amazonaws.auth.policy
An access control policy action identifies a specific action in a service that can be performed on a resource.
adapt(RequestHandler) - Static method in class com.amazonaws.handlers.RequestHandler2
 
add(MetricType) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Adds the given metric type to the REGISTRY of predefined metrics to be captured at the AWS SDK level.
add(Object, ResponseMetadata) - Method in class com.amazonaws.util.ResponseMetadataCache
Adds a new entry to this cache, possibly evicting the oldest entry if the cache is at its size limit.
addAll(Collection<T>) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Adds the given metric types to the REGISTRY of predefined metrics to be captured at the AWS SDK level.
addClientMarker(String) - Method in class com.amazonaws.RequestClientOptions
Deprecated.
by RequestClientOptions.appendUserAgent(String). This method is intended only for internal use by the AWS SDK. Adds a "USER_AGENT" client marker, if it wasn't already present.
addHeader(String, String) - Method in class com.amazonaws.DefaultRequest
 
addHeader(String, String) - Method in interface com.amazonaws.Request
Sets the specified header for this request.
addHostHeader(Request<?>) - Method in class com.amazonaws.auth.AWS4Signer
 
addLoginsEntry(String, String) - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
A set of optional name-value pairs that map provider names to provider tokens.
addLoginsEntry(String, String) - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
A set of optional name-value pairs that map provider names to provider tokens.
addLoginsEntry(String, String) - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenRequest
A set of optional name-value pairs that map provider names to provider tokens.
addParameter(String, String) - Method in class com.amazonaws.DefaultRequest
 
addParameter(String, String) - Method in interface com.amazonaws.Request
Adds the specified request parameter to this request.
addProgressListener(ProgressListener) - Method in class com.amazonaws.event.ProgressListenerChain
Adds the progress listener.
addProperty(String, Object) - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
addProperty(MetricType, Object) - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
addProperty(String, Object) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
Add a property.
addProperty(MetricType, Object) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
 
addRequestHandler(RequestHandler) - Method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
by AmazonWebServiceClient.addRequestHandler(RequestHandler2). Appends a request handler to the list of registered handlers that are run as part of a request's lifecycle.
addRequestHandler(RequestHandler2) - Method in class com.amazonaws.AmazonWebServiceClient
Appends a request handler to the list of registered handlers that are run as part of a request's lifecycle.
addSessionCredentials(Request<?>, AWSSessionCredentials) - Method in class com.amazonaws.auth.AbstractAWSSigner
Adds session credentials to the request given.
addSessionCredentials(Request<?>, AWSSessionCredentials) - Method in class com.amazonaws.auth.AWS3Signer
 
addSessionCredentials(Request<?>, AWSSessionCredentials) - Method in class com.amazonaws.auth.AWS4Signer
 
addSessionCredentials(Request<?>, AWSSessionCredentials) - Method in class com.amazonaws.auth.QueryStringSigner
 
addSubMeasurement(String, TimingInfo) - Method in class com.amazonaws.util.TimingInfo
 
afterError(Request<?>, Exception) - Method in class com.amazonaws.handlers.AbstractRequestHandler
Deprecated.
 
afterError(Request<?>, Exception) - Method in interface com.amazonaws.handlers.RequestHandler
Deprecated.
Runs any additional processing logic on a request after it has failed.
afterError(Request<?>, Response<?>, Exception) - Method in class com.amazonaws.handlers.RequestHandler2
Runs any additional processing logic on a request after it has failed.
afterResponse(Request<?>, Object, TimingInfo) - Method in class com.amazonaws.handlers.AbstractRequestHandler
Deprecated.
 
afterResponse(Request<?>, Object, TimingInfo) - Method in interface com.amazonaws.handlers.RequestHandler
Deprecated.
Runs any additional processing logic on the specified request (after is has been executed by the client runtime).
afterResponse(Request<?>, Response<?>) - Method in class com.amazonaws.handlers.RequestHandler2
Runs any additional processing logic on the specified request (after is has been executed by the client runtime).
ALGORITHM - Static variable in class com.amazonaws.auth.AWS4Signer
 
All - Static variable in class com.amazonaws.auth.policy.Principal
Principal instance that includes all the AWS accounts, AWS web services and web identity providers.
AllServices - Static variable in class com.amazonaws.auth.policy.Principal
Principal instance that includes all AWS web services.
AllUsers - Static variable in class com.amazonaws.auth.policy.Principal
Principal instance that includes all users, including anonymous users.
AllWebProviders - Static variable in class com.amazonaws.auth.policy.Principal
Principal instance that includes all the web identity providers.
ALTERNATE_ACCESS_KEY_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
Alternate environment variable name for the AWS access key ID
ALTERNATE_ISO8601_DATE_PATTERN - Static variable in class com.amazonaws.util.DateUtils
Alternate ISO 8601 format without fractional seconds
ALTERNATE_SECRET_KEY_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
Alternate environment variable name for the AWS secret key
AmazonClientException - Exception in com.amazonaws
Base exception class for any errors that occur while attempting to use an AWS client to make service calls to Amazon Web Services.
AmazonClientException(String, Throwable) - Constructor for exception com.amazonaws.AmazonClientException
Creates a new AmazonClientException with the specified message, and root cause.
AmazonClientException(String) - Constructor for exception com.amazonaws.AmazonClientException
Creates a new AmazonClientException with the specified message.
AmazonClientException(Throwable) - Constructor for exception com.amazonaws.AmazonClientException
Create an AmazonClientException with an exception cause.
AmazonCognitoIdentity - Interface in com.amazonaws.services.cognitoidentity
Interface for accessing Amazon Cognito Identity Amazon Cognito
AmazonCognitoIdentityClient - Class in com.amazonaws.services.cognitoidentity
Client for accessing Amazon Cognito Identity.
AmazonCognitoIdentityClient() - Constructor for class com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient
Deprecated.
AmazonCognitoIdentityClient(ClientConfiguration) - Constructor for class com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient
Deprecated.
AmazonCognitoIdentityClient(AWSCredentials) - Constructor for class com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient
Constructs a new client to invoke service methods on AmazonCognitoIdentity using the specified AWS account credentials.
AmazonCognitoIdentityClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient
Constructs a new client to invoke service methods on AmazonCognitoIdentity using the specified AWS account credentials and client configuration options.
AmazonCognitoIdentityClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient
Constructs a new client to invoke service methods on AmazonCognitoIdentity using the specified AWS account credentials provider.
AmazonCognitoIdentityClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient
Constructs a new client to invoke service methods on AmazonCognitoIdentity using the specified AWS account credentials provider and client configuration options.
AmazonCognitoIdentityClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient
Deprecated.
AmazonCognitoIdentityClient(AWSCredentialsProvider, ClientConfiguration, HttpClient) - Constructor for class com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient
Constructs a new client to invoke service methods on AmazonCognitoIdentity using the specified AWS account credentials provider, client configuration options and request metric collector.
AmazonHttpClient - Class in com.amazonaws.http
The Amazon HTTP Client class.
AmazonHttpClient(ClientConfiguration) - Constructor for class com.amazonaws.http.AmazonHttpClient
Constructs a new AWS client using the specified client configuration options (ex: max retry attempts, proxy settings, etc).
AmazonHttpClient(ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.http.AmazonHttpClient
Deprecated.
AmazonHttpClient(ClientConfiguration, HttpClient) - Constructor for class com.amazonaws.http.AmazonHttpClient
Constructs a new AWS client using the specified client configuration options (ex: max retry attempts, proxy settings, etc), and request metric collector.
AmazonHttpClient(ClientConfiguration, HttpClient, RequestMetricCollector) - Constructor for class com.amazonaws.http.AmazonHttpClient
Deprecated.
AmazonServiceException - Exception in com.amazonaws
Extension of AmazonClientException that represents an error response returned by an Amazon web service.
AmazonServiceException(String) - Constructor for exception com.amazonaws.AmazonServiceException
Constructs a new AmazonServiceException with the specified message.
AmazonServiceException(String, Exception) - Constructor for exception com.amazonaws.AmazonServiceException
Constructs a new AmazonServiceException with the specified message and exception indicating the root cause.
AmazonServiceException.ErrorType - Enum in com.amazonaws
Indicates who is responsible (if known) for a failed request.
AmazonWebServiceClient - Class in com.amazonaws
Abstract base class for Amazon Web Service Java clients.
AmazonWebServiceClient(ClientConfiguration) - Constructor for class com.amazonaws.AmazonWebServiceClient
Constructs a new AmazonWebServiceClient object using the specified configuration.
AmazonWebServiceClient(ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.AmazonWebServiceClient
Deprecated.
AmazonWebServiceClient(ClientConfiguration, HttpClient) - Constructor for class com.amazonaws.AmazonWebServiceClient
Constructs a new AmazonWebServiceClient object using the specified configuration.
AmazonWebServiceClient(ClientConfiguration, HttpClient, RequestMetricCollector) - Constructor for class com.amazonaws.AmazonWebServiceClient
Deprecated.
AmazonWebServiceRequest - Class in com.amazonaws
Base class for all user facing web service requests.
AmazonWebServiceRequest() - Constructor for class com.amazonaws.AmazonWebServiceRequest
 
AmazonWebServiceResponse<T> - Class in com.amazonaws
Represents the response from an AWS service, including the result payload and any response metadata.
AmazonWebServiceResponse() - Constructor for class com.amazonaws.AmazonWebServiceResponse
 
AnonymousAWSCredentials - Class in com.amazonaws.auth
Basic implementation of the AWSCredentials interface that allows use of "anonymous" credentials.
AnonymousAWSCredentials() - Constructor for class com.amazonaws.auth.AnonymousAWSCredentials
 
ApacheHttpClient - Class in com.amazonaws.http
An implementation of HttpClient backed by Apache HttpClient.
ApacheHttpClient(ClientConfiguration) - Constructor for class com.amazonaws.http.ApacheHttpClient
Constructor.
appendUri(String, String) - Static method in class com.amazonaws.util.HttpUtils
Append the given path to the given baseUri.
appendUri(String, String, boolean) - Static method in class com.amazonaws.util.HttpUtils
Append the given path to the given baseUri.
appendUserAgent(AmazonWebServiceRequest, String) - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
Append user agent string to the request.
appendUserAgent(String) - Method in class com.amazonaws.RequestClientOptions
Appends a user agent to the USER_AGENT client marker.
ArnCondition - Class in com.amazonaws.auth.policy.conditions
AWS access control policy condition that allows an access control statement to be conditionally applied based on the comparison of an Amazon Resource Name (ARN).
ArnCondition(ArnCondition.ArnComparisonType, String, String) - Constructor for class com.amazonaws.auth.policy.conditions.ArnCondition
Constructs a new access control policy condition that compares ARNs (Amazon Resource Names).
ArnCondition.ArnComparisonType - Enum in com.amazonaws.auth.policy.conditions
Enumeration of the supported ways an ARN comparison can be evaluated.
asBoolean(String, Node) - Static method in class com.amazonaws.util.XpathUtils
Evaluates the specified XPath expression and returns the result as a Boolean.
asByte(String, Node) - Static method in class com.amazonaws.util.XpathUtils
Evaluates the specified XPath expression and returns the result as a Byte.
asByteBuffer(String, Node) - Static method in class com.amazonaws.util.XpathUtils
Evaluates the specified xpath expression, base64 decodes the data and returns the result as a ByteBuffer.
asDate(String, Node) - Static method in class com.amazonaws.util.XpathUtils
Evaluates the specified XPath expression and returns the result as a Date.
asDouble(String, Node) - Static method in class com.amazonaws.util.XpathUtils
Evaluates the specified XPath expression and returns the results as a Double.
asFloat(String, Node) - Static method in class com.amazonaws.util.XpathUtils
Evaluates the specified XPath expression and returns the result as a Float.
asInteger(String, Node) - Static method in class com.amazonaws.util.XpathUtils
Evaluates the specified XPath expression and returns the result as an Integer.
asLong(String, Node) - Static method in class com.amazonaws.util.XpathUtils
Evaluates the specified XPath expression and returns the result as a Long.
asNode(String, Node) - Static method in class com.amazonaws.util.XpathUtils
 
assertAllAreNull(String, Object...) - Static method in class com.amazonaws.util.ValidationUtils
Asserts that all of the objects are null.
assertIsPositive(int, String) - Static method in class com.amazonaws.util.ValidationUtils
Asserts that the given number is positive (non-negative and non-zero).
assertNotEmpty(T, String) - Static method in class com.amazonaws.util.ValidationUtils
Asserts that it is not empty.
assertNotEmpty(T[], String) - Static method in class com.amazonaws.util.ValidationUtils
Asserts that it is not empty.
assertNotNull(T, String) - Static method in class com.amazonaws.util.ValidationUtils
Asserts that the given object is non-null and returns it.
assertParameterNotNull(Object, String) - Static method in class com.amazonaws.util.ValidationUtils
Asserts that the specified parameter value is not null and if it is, throws an IllegalArgumentException with the specified error message.
assertStringNotEmpty(String, String) - Static method in class com.amazonaws.util.ValidationUtils
Asserts that the string is not empty.
asString(String, Node) - Static method in class com.amazonaws.util.XpathUtils
Evaluates the specified XPath expression and returns the result as a string.
AssumedRoleUser - Class in com.amazonaws.services.securitytoken.model
The identifiers for the temporary security credentials that the operation returns.
AssumedRoleUser() - Constructor for class com.amazonaws.services.securitytoken.model.AssumedRoleUser
 
assumeRole(AssumeRoleRequest) - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenService
Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) that you can use to access AWS resources that you might not normally have access to.
assumeRole(AssumeRoleRequest) - Method in class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) that you can use to access AWS resources that you might not normally have access to.
AssumeRoleRequest - Class in com.amazonaws.services.securitytoken.model
Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) that you can use to access AWS resources that you might not normally have access to.
AssumeRoleRequest() - Constructor for class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
 
AssumeRoleResult - Class in com.amazonaws.services.securitytoken.model
Contains the response to a successful AssumeRole request, including temporary AWS credentials that can be used to make AWS requests.
AssumeRoleResult() - Constructor for class com.amazonaws.services.securitytoken.model.AssumeRoleResult
 
assumeRoleWithWebIdentity(AssumeRoleWithWebIdentityRequest) - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenService
Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID Connect-compatible identity provider.
assumeRoleWithWebIdentity(AssumeRoleWithWebIdentityRequest) - Method in class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID Connect-compatible identity provider.
AssumeRoleWithWebIdentityRequest - Class in com.amazonaws.services.securitytoken.model
Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID Connect-compatible identity provider.
AssumeRoleWithWebIdentityRequest() - Constructor for class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
 
AssumeRoleWithWebIdentityResult - Class in com.amazonaws.services.securitytoken.model
Contains the response to a successful AssumeRoleWithWebIdentity request, including temporary AWS credentials that can be used to make AWS requests.
AssumeRoleWithWebIdentityResult() - Constructor for class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
 
AsyncHandler<REQUEST extends AmazonWebServiceRequest,RESULT> - Interface in com.amazonaws.handlers
Callback interface for notification on web service requests executed with the asynchronous clients in the AWS SDK for Java.
AUTHORIZATION - Static variable in class com.amazonaws.http.HttpHeader
HTTP header for Authorization.
authRoleArn - Variable in class com.amazonaws.auth.CognitoCredentialsProvider
 
Autoscaling - Static variable in class com.amazonaws.regions.ServiceAbbreviations
autosclaing.
available() - Method in class com.amazonaws.http.HttpMethodReleaseInputStream
Standard input stream available method, except it ensures that HttpMethodReleaseInputStream.releaseConnection() is called if any errors are encountered from the wrapped stream.
AWS3Signer - Class in com.amazonaws.auth
Signer implementation that signs requests with the AWS3 signing protocol.
AWS3Signer() - Constructor for class com.amazonaws.auth.AWS3Signer
 
AWS4Signer - Class in com.amazonaws.auth
Signer implementation that signs requests with the AWS4 signing protocol.
AWS4Signer() - Constructor for class com.amazonaws.auth.AWS4Signer
Construct a new AWS4 signer instance.
AWS4Signer(boolean) - Constructor for class com.amazonaws.auth.AWS4Signer
Construct a new AWS4 signer instance.
AWS4Signer.HeaderSigningResult - Class in com.amazonaws.auth
 
AWS_CREDENTAIL_PROPERTIES_FILE - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
Used to specify an AWS credential property file.
AWS_REQUEST_ID - Static variable in class com.amazonaws.ResponseMetadata
Constant for the AWS Request ID.
AWS_SESSION_TOKEN_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
Environment variable name for the AWS session token
AWSAbstractCognitoDeveloperIdentityProvider - Class in com.amazonaws.auth
An extension of the AbstractCognitoProvider that provides a class which developers can extend for implementing a developer provider, when using developer authenticated identities
AWSAbstractCognitoDeveloperIdentityProvider(String, String) - Constructor for class com.amazonaws.auth.AWSAbstractCognitoDeveloperIdentityProvider
Deprecated.
please use AWSAbstractCognitoDeveloperIdentityProvider(String accountId, String identityPoolId, Regions region) instead
AWSAbstractCognitoDeveloperIdentityProvider(String, String, Regions) - Constructor for class com.amazonaws.auth.AWSAbstractCognitoDeveloperIdentityProvider
Wraps around the AbstractIdentityProvider to cover some back end code that is consistent across all providers, utilizing the CIB client to handle the identity management.
AWSAbstractCognitoDeveloperIdentityProvider(String, String, ClientConfiguration) - Constructor for class com.amazonaws.auth.AWSAbstractCognitoDeveloperIdentityProvider
Deprecated.
please use AWSAbstractCognitoDeveloperIdentityProvider(String accountId, String identityPoolId, ClientConfiguration clientConfiguration, Regions region) instead
AWSAbstractCognitoDeveloperIdentityProvider(String, String, ClientConfiguration, Regions) - Constructor for class com.amazonaws.auth.AWSAbstractCognitoDeveloperIdentityProvider
Wraps around the AbstractIdentityProvider to cover some back end code that is consistent across all providers, utilizing the CIB client to handle the identity management.
AWSAbstractCognitoDeveloperIdentityProvider(String, String, AmazonCognitoIdentity) - Constructor for class com.amazonaws.auth.AWSAbstractCognitoDeveloperIdentityProvider
Wraps around the AbstractIdentityProvider to cover some back end code that is consistent across all providers, utilizing the CIB client to handle the identity management.
AWSAbstractCognitoIdentityProvider - Class in com.amazonaws.auth
This class utilizes Cognito as a means to get an identity and dispense an identityId and token.
AWSAbstractCognitoIdentityProvider(String, String, AmazonCognitoIdentity) - Constructor for class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
Sets up an AWSAbstractCognitoIdentityProvider, which will serve as the baseline for both Cognito and developer trusted identity providers.
AWSAbstractCognitoIdentityProvider(String, String, ClientConfiguration) - Constructor for class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
Deprecated.
please use AWSAbstractCognitoIdentityProvider(String accountId, String identityPoolId, ClientConfiguration clientConfiguration, Regions region) instead.
AWSAbstractCognitoIdentityProvider(String, String, ClientConfiguration, Regions) - Constructor for class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
Sets up an AWSAbstractCognitoIdentityProvider, which will serve as the baseline for both Cognito and developer trusted identity providers.
AWSAbstractCognitoIdentityProvider(String, String) - Constructor for class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
Deprecated.
please use AWSAbstractCognitoIdentityProvider(String accountId, String identityPoolId, Regions region) instead.
AWSAbstractCognitoIdentityProvider(String, String, Regions) - Constructor for class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
Sets up an AWSAbstractCognitoIdentityProvider, which will serve as the baseline for both Cognito and developer trusted identity providers.
AWSBasicCognitoIdentityProvider - Class in com.amazonaws.auth
An extension of the AbstractCognitoProvider that is used to communicate with Cognito.
AWSBasicCognitoIdentityProvider(String, String) - Constructor for class com.amazonaws.auth.AWSBasicCognitoIdentityProvider
An extension of the AbstractCognitoProvider that is used to communicate with Cognito.
AWSBasicCognitoIdentityProvider(String, String, ClientConfiguration) - Constructor for class com.amazonaws.auth.AWSBasicCognitoIdentityProvider
An extension of the AbstractCognitoProvider that is used to communicate with Cognito.
AWSBasicCognitoIdentityProvider(String, String, AmazonCognitoIdentity) - Constructor for class com.amazonaws.auth.AWSBasicCognitoIdentityProvider
An extension of the AbstractCognitoProvider that is used to communicate with Cognito.
AWSCognitoIdentityProvider - Interface in com.amazonaws.auth
A container of data pertinent to a single provider, and will handle most of the interactions with said provider and the client.
AWSConfigurable - Interface in com.amazonaws.mobile.config
The AWSConfigurable interface defines the methods in the lifecycle of any SDK Client object that uses AWSConfiguration.
AWSConfiguration - Class in com.amazonaws.mobile.config
A container for the JSONObject representation of SDK configuration.
AWSConfiguration(Context) - Constructor for class com.amazonaws.mobile.config.AWSConfiguration
Constructs an AWSConfiguration object
AWSConfiguration(Context, int) - Constructor for class com.amazonaws.mobile.config.AWSConfiguration
Constructs an AWSConfiguration object
AWSConfiguration(Context, int, String) - Constructor for class com.amazonaws.mobile.config.AWSConfiguration
Construct an AWSConfiguration object
AWSCredentials - Interface in com.amazonaws.auth
Provides access to the AWS credentials used for accessing AWS services: AWS access key ID and secret access key.
awsCredentials - Variable in class com.amazonaws.handlers.CredentialsRequestHandler
AWSCredentials to be used in the RequestHandler.
AWSCredentialsProvider - Interface in com.amazonaws.auth
Interface for providing AWS credentials.
AWSCredentialsProviderChain - Class in com.amazonaws.auth
AWSCredentialsProvider implementation that chains together multiple credentials providers.
AWSCredentialsProviderChain(AWSCredentialsProvider...) - Constructor for class com.amazonaws.auth.AWSCredentialsProviderChain
Constructs a new AWSCredentialsProviderChain with the specified credential providers.
AWSEnhancedCognitoIdentityProvider - Class in com.amazonaws.auth
An extension of the AbstractCognitoProvider that is used to communicate with Cognito when using the enhanced authentication flow.
AWSEnhancedCognitoIdentityProvider(String, String) - Constructor for class com.amazonaws.auth.AWSEnhancedCognitoIdentityProvider
An extension of the AbstractCognitoProvider that is used to communicate with Cognito.
AWSEnhancedCognitoIdentityProvider(String, String, ClientConfiguration) - Constructor for class com.amazonaws.auth.AWSEnhancedCognitoIdentityProvider
An extension of the AbstractCognitoProvider that is used to communicate with Cognito.
AWSEnhancedCognitoIdentityProvider(String, String, AmazonCognitoIdentity) - Constructor for class com.amazonaws.auth.AWSEnhancedCognitoIdentityProvider
An extension of the AbstractCognitoProvider that is used to communicate with Cognito.
AwsHostNameUtils - Class in com.amazonaws.util
AWS host name utils class.
AwsHostNameUtils() - Constructor for class com.amazonaws.util.AwsHostNameUtils
 
AWSIdentityProvider - Interface in com.amazonaws.auth
A container of data pertinent to a single provider, and will handle most of the interactions with said provider and the client.
AwsJsonFactory - Interface in com.amazonaws.util.json
A JSON factory that creates JSON reader and writer.
AwsJsonReader - Interface in com.amazonaws.util.json
A streaming JSON reader.
AwsJsonToken - Enum in com.amazonaws.util.json
The token types returned from AwsJsonReader.peek().
AwsJsonWriter - Interface in com.amazonaws.util.json
A streaming JSON writer.
AWSRefreshableSessionCredentials - Interface in com.amazonaws.auth
Session credentials that can be refreshed upon request.
AWSRequestMetrics - Class in com.amazonaws.util
Deprecated.
metrics is deprecated
AWSRequestMetrics() - Constructor for class com.amazonaws.util.AWSRequestMetrics
Deprecated.
This constructor should be used only in the case when AWS SDK metrics collector is disabled, when minimal timing info is supported for backward compatibility reasons.
AWSRequestMetrics(TimingInfo) - Constructor for class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
AWSRequestMetrics.Field - Enum in com.amazonaws.util
Deprecated.
Predefined AWS SDK metric types general across all AWS clients.
AWSRequestMetricsFullSupport - Class in com.amazonaws.util
Deprecated.
metrics is deprecated
AWSRequestMetricsFullSupport() - Constructor for class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
This constructor should be used in the case when AWS SDK metrics collector is enabled.
AwsSdkMetrics - Enum in com.amazonaws.metrics
Used to control the default AWS SDK metric collection system.
AWSSecurityTokenService - Interface in com.amazonaws.services.securitytoken
Interface for accessing AWS Security Token Service AWS Security Token Service
AWSSecurityTokenServiceClient - Class in com.amazonaws.services.securitytoken
Client for accessing AWS Security Token Service.
AWSSecurityTokenServiceClient() - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Deprecated.
AWSSecurityTokenServiceClient(ClientConfiguration) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Deprecated.
AWSSecurityTokenServiceClient(AWSCredentials) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Constructs a new client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials.
AWSSecurityTokenServiceClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Constructs a new client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials and client configuration options.
AWSSecurityTokenServiceClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Constructs a new client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials provider.
AWSSecurityTokenServiceClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Constructs a new client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials provider and client configuration options.
AWSSecurityTokenServiceClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Deprecated.
AWSSecurityTokenServiceClient(AWSCredentialsProvider, ClientConfiguration, HttpClient) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Constructs a new client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials provider, client configuration options and request metric collector.
AWSServiceMetrics - Enum in com.amazonaws.util
Deprecated.
Metrics is deprecated
AWSSessionCredentials - Interface in com.amazonaws.auth
AWS session credentials object.

B

Base16 - Enum in com.amazonaws.util
A Base 16 CODEC API.
Base32 - Enum in com.amazonaws.util
A Base 32 CODEC API.
Base64 - Enum in com.amazonaws.util
A Base 64 CODEC API.
BasicAWSCredentials - Class in com.amazonaws.auth
Basic implementation of the AWSCredentials interface that allows callers to pass in the AWS access key and secret access in the constructor.
BasicAWSCredentials(String, String) - Constructor for class com.amazonaws.auth.BasicAWSCredentials
Constructs a new BasicAWSCredentials object, with the specified AWS access key and AWS secret key.
BasicSessionCredentials - Class in com.amazonaws.auth
Simple session credentials with keys and session token.
BasicSessionCredentials(String, String, String) - Constructor for class com.amazonaws.auth.BasicSessionCredentials
Constructor.
beforeRequest(Request<?>) - Method in class com.amazonaws.handlers.AbstractRequestHandler
Deprecated.
 
beforeRequest(Request<?>) - Method in interface com.amazonaws.handlers.RequestHandler
Deprecated.
Runs any additional processing logic on the specified request (before it is executed by the client runtime).
beforeRequest(Request<?>) - Method in class com.amazonaws.handlers.RequestHandler2
Runs any additional processing logic on the specified request (before it is executed by the client runtime).
beginArray() - Method in interface com.amazonaws.util.json.AwsJsonReader
Consumes the next token and asserts that it is the beginning of an array.
beginArray() - Method in interface com.amazonaws.util.json.AwsJsonWriter
Writes the character '[' as the beginning of an array
beginObject() - Method in interface com.amazonaws.util.json.AwsJsonReader
Consumes the next token and asserts that it is the beginning of an object.
beginObject() - Method in interface com.amazonaws.util.json.AwsJsonWriter
Writes the character '{' as the beginning of an object
BinaryUtils - Class in com.amazonaws.util
Utilities for encoding and decoding binary data to and from different forms.
BinaryUtils() - Constructor for class com.amazonaws.util.BinaryUtils
 
BooleanCondition - Class in com.amazonaws.auth.policy.conditions
AWS access control policy condition that allows an access control statement to be conditionally applied based on a comparison of boolean values.
BooleanCondition(String, boolean) - Constructor for class com.amazonaws.auth.policy.conditions.BooleanCondition
Constructs a new access policy condition that performs a boolean comparison.
build() - Method in class com.amazonaws.http.HttpResponse.Builder
Builds an instance of HttpResponse
build() - Method in class com.amazonaws.http.UrlHttpClient.CurlBuilder
Creates a curl command that can be replayed from command line.
build() - Method in class com.amazonaws.util.ImmutableMapParameter.Builder
Generates and returns a new ImmutableMapParameter instance which contains all the entries added into the Builder by put() method.
builder() - Static method in class com.amazonaws.http.HttpResponse
Creates a builder for HttpResponse.
Builder() - Constructor for class com.amazonaws.http.HttpResponse.Builder
 
builder() - Static method in class com.amazonaws.util.ImmutableMapParameter
 
Builder() - Constructor for class com.amazonaws.util.ImmutableMapParameter.Builder
Builder.
bytesTransferred - Variable in class com.amazonaws.event.ProgressEvent
The number of bytes transferred since the last progress event.
ByteThroughputProvider - Class in com.amazonaws.metrics
Byte throughput metric information provider.
ByteThroughputProvider(ThroughputMetricType) - Constructor for class com.amazonaws.metrics.ByteThroughputProvider
 

C

calculateContentHash(Request<?>) - Method in class com.amazonaws.auth.AWS4Signer
Calculate the hash of the request's payload.
calculateContentHashPresign(Request<?>) - Method in class com.amazonaws.auth.AWS4Signer
Calculate the hash of the request's payload.
CANCELED_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
Event code for canceled.
childClassOf(Class<?>, Object) - Static method in enum com.amazonaws.util.Classes
 
cib - Variable in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
The client for communication with Cognito
Classes - Enum in com.amazonaws.util
Classes related utilities.
ClassLoaderHelper - Enum in com.amazonaws.util
The class loader helper class.
ClasspathPropertiesFileCredentialsProvider - Class in com.amazonaws.auth
Deprecated.
This is unsafe in mobile applications and should not be used. Use temporary credentials provided by services such as Cognito Identity (http://docs.aws.amazon.com/mobile/sdkforandroid/developerguide /cognito-auth.html)
ClasspathPropertiesFileCredentialsProvider() - Constructor for class com.amazonaws.auth.ClasspathPropertiesFileCredentialsProvider
Deprecated.
Creates a new ClasspathPropertiesFileCredentialsProvider that will attempt to load the AwsCredentials.properties file from the classpath to read AWS security credentials.
ClasspathPropertiesFileCredentialsProvider(String) - Constructor for class com.amazonaws.auth.ClasspathPropertiesFileCredentialsProvider
Deprecated.
Creates a new ClasspathPropertiesFileCredentialsProvider that will attempt to load a custom file from the classpath to read AWS security credentials.
clear() - Method in class com.amazonaws.auth.CognitoCachingCredentialsProvider
 
clear() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Clear all in-memory and saved state for the credentials provider.
clear() - Method in class com.amazonaws.util.ImmutableMapParameter
Unsupported methods
clearCredentials() - Method in class com.amazonaws.auth.CognitoCachingCredentialsProvider
 
clearCredentials() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Clear credentials.
clearListeners() - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
clearListeners() - Method in interface com.amazonaws.auth.AWSCognitoIdentityProvider
To be used to empty all registered listeners from the identity provider
clearLoginsEntries() - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
Removes all the entries added into Logins.
clearLoginsEntries() - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
Removes all the entries added into Logins.
clearLoginsEntries() - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenRequest
Removes all the entries added into Logins.
client - Variable in class com.amazonaws.AmazonWebServiceClient
Low level client for sending requests to AWS services.
clientConfiguration - Variable in class com.amazonaws.AmazonWebServiceClient
The client configuration.
ClientConfiguration - Class in com.amazonaws
Client configuration options such as proxy settings, user agent string, max retry attempts, etc.
ClientConfiguration() - Constructor for class com.amazonaws.ClientConfiguration
Constructor.
ClientConfiguration(ClientConfiguration) - Constructor for class com.amazonaws.ClientConfiguration
Constructor.
ClientConnectionManagerFactory - Class in com.amazonaws.http.conn
The client connection manager factory class.
ClientConnectionManagerFactory() - Constructor for class com.amazonaws.http.conn.ClientConnectionManagerFactory
 
clone() - Method in class com.amazonaws.AmazonWebServiceRequest
Creates a shallow clone of this request.
cloneDate(Date) - Static method in class com.amazonaws.util.DateUtils
Clone date.
close() - Method in class com.amazonaws.event.ProgressReportingInputStream
 
close() - Method in class com.amazonaws.http.HttpMethodReleaseInputStream
Standard input stream close method, except it ensures that HttpMethodReleaseInputStream.releaseConnection() is called before the input stream is closed.
close() - Method in class com.amazonaws.metrics.MetricFilterInputStream
 
close() - Method in interface com.amazonaws.util.json.AwsJsonReader
Closes this reader as well as the underlying Reader.
close() - Method in interface com.amazonaws.util.json.AwsJsonWriter
Flushes and closes this writer as well as the underlying Writer.
closeQuietly(Closeable, Log) - Static method in enum com.amazonaws.util.IOUtils
Closes the given Closeable quietly.
CloudFormation - Static variable in class com.amazonaws.regions.ServiceAbbreviations
cloudformation.
CloudFront - Static variable in class com.amazonaws.regions.ServiceAbbreviations
cloudfront.
CloudSearch - Static variable in class com.amazonaws.regions.ServiceAbbreviations
cloudsearch.
CloudWatch - Static variable in class com.amazonaws.regions.ServiceAbbreviations
cloudwatch.
CLOUDWATCH_REGION - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
Used to specify the Amazon CloudWatch region for metrics uploading purposes.
CodecUtils - Enum in com.amazonaws.util
Codec internal utilities
CognitoCachingCredentialsProvider - Class in com.amazonaws.auth
This credentials provider is intended for Android applications.
CognitoCachingCredentialsProvider(Context, String, String, String, String, Regions) - Constructor for class com.amazonaws.auth.CognitoCachingCredentialsProvider
Constructs a new CognitoCachingCredentialsProvider, which will use the specified Amazon Cognito identity pool to make a request, using the basic authentication flow, to the AWS Security Token Service (STS) to request short-lived session credentials, which will then be returned by this class's CognitoCachingCredentialsProvider.getCredentials() method.
CognitoCachingCredentialsProvider(Context, String, String, String, String, Regions, ClientConfiguration) - Constructor for class com.amazonaws.auth.CognitoCachingCredentialsProvider
Constructs a new CognitoCachingCredentialsProvider, which will use the specified Amazon Cognito identity pool to make a request, using the basic authentication flow, to the AWS Security Token Service (STS) to request short-lived session credentials, which will then be returned by this class's CognitoCachingCredentialsProvider.getCredentials() method.
CognitoCachingCredentialsProvider(Context, String, Regions) - Constructor for class com.amazonaws.auth.CognitoCachingCredentialsProvider
Constructs a new CognitoCachingCredentialsProvider, which will use the specified Amazon Cognito identity pool to make a request to Cognito, using the enhanced flow, to get short lived session credentials, which will then be returned by this class's CognitoCachingCredentialsProvider.getCredentials() method.
CognitoCachingCredentialsProvider(Context, AWSConfiguration) - Constructor for class com.amazonaws.auth.CognitoCachingCredentialsProvider
Constructs a new CognitoCachingCredentialsProvider, which will use the specified Amazon Cognito identity pool to make a request to Cognito, using the enhanced flow, to get short lived session credentials, which will then be returned by this class's CognitoCachingCredentialsProvider.getCredentials() method.
CognitoCachingCredentialsProvider(Context, String, Regions, ClientConfiguration) - Constructor for class com.amazonaws.auth.CognitoCachingCredentialsProvider
Constructs a new CognitoCachingCredentialsProvider, which will use the specified Amazon Cognito identity pool to make a request to Cognito, using the enhanced flow, to get short lived session credentials, which will then be returned by this class's CognitoCachingCredentialsProvider.getCredentials() method.
CognitoCachingCredentialsProvider(Context, String, String, String, String, AmazonCognitoIdentityClient, AWSSecurityTokenService) - Constructor for class com.amazonaws.auth.CognitoCachingCredentialsProvider
Constructs a new CognitoCachingCredentialsProvider, which will use the specified Amazon Cognito identity pool to make a request to the AWS Security Token Service (STS) to get short-lived session credentials, which will then be returned by this class's CognitoCachingCredentialsProvider.getCredentials() method.
CognitoCachingCredentialsProvider(Context, AWSCognitoIdentityProvider, String, String) - Constructor for class com.amazonaws.auth.CognitoCachingCredentialsProvider
Constructs a new CognitoCachingCredentialsProvider, which will set up a link to the provider passed in using the basic authentication flow to get get short-lived credentials from STS, which can be retrieved from CognitoCachingCredentialsProvider.getCredentials()
CognitoCachingCredentialsProvider(Context, AWSCognitoIdentityProvider, String, String, AWSSecurityTokenService) - Constructor for class com.amazonaws.auth.CognitoCachingCredentialsProvider
Constructs a new CognitoCachingCredentialsProvider, which will set up a link to the provider passed in to use the basic authentication flow to get short-lived credentials from STS, which can be retrieved from CognitoCachingCredentialsProvider.getCredentials()
CognitoCachingCredentialsProvider(Context, AWSCognitoIdentityProvider, Regions) - Constructor for class com.amazonaws.auth.CognitoCachingCredentialsProvider
Constructs a new CognitoCachingCredentialsProvider, which will set up a link to the provider passed in using the enhanced authentication flow to get short-lived credentials from Amazon Cognito, which can be retrieved from CognitoCachingCredentialsProvider.getCredentials()
CognitoCachingCredentialsProvider(Context, AWSCognitoIdentityProvider, Regions, ClientConfiguration) - Constructor for class com.amazonaws.auth.CognitoCachingCredentialsProvider
Constructs a new CognitoCachingCredentialsProvider, which will set up a link to the provider passed in using the enhanced authentication flow to get short-lived credentials from Amazon Cognito, which can be retrieved from CognitoCachingCredentialsProvider.getCredentials()
CognitoCredentialsProvider - Class in com.amazonaws.auth
AWSCredentialsProvider implementation that uses the Amazon Cognito Identity service and AWS Security Token Service to create temporary, short-lived sessions to use for authentication
CognitoCredentialsProvider(String, String, String, String, Regions) - Constructor for class com.amazonaws.auth.CognitoCredentialsProvider
Constructs a new CognitoCredentialsProvider, which will use the specified Amazon Cognito identity pool to make a request, using the basic authentication flow, to the AWS Security Token Service (STS) to request short-lived session credentials, which will then be returned by this class's CognitoCredentialsProvider.getCredentials() method.
CognitoCredentialsProvider(String, String, String, String, Regions, ClientConfiguration) - Constructor for class com.amazonaws.auth.CognitoCredentialsProvider
Constructs a new CognitoCredentialsProvider, which will use the specified Amazon Cognito identity pool to make a request, using the basic authentication flow, to the AWS Security Token Service (STS) to request short-lived session credentials, which will then be returned by this class's CognitoCredentialsProvider.getCredentials() method.
CognitoCredentialsProvider(AWSConfiguration) - Constructor for class com.amazonaws.auth.CognitoCredentialsProvider
Constructs a new CognitoCredentialsProvider, which will use the specified Amazon Cognito identity pool to make a request to Cognito, using the enhanced flow, to get short lived session credentials, which will then be returned by this class's CognitoCredentialsProvider.getCredentials() method.
CognitoCredentialsProvider(String, Regions) - Constructor for class com.amazonaws.auth.CognitoCredentialsProvider
Constructs a new CognitoCredentialsProvider, which will use the specified Amazon Cognito identity pool to make a request to Cognito, using the enhanced flow, to get short lived session credentials, which will then be returned by this class's CognitoCredentialsProvider.getCredentials() method.
CognitoCredentialsProvider(String, Regions, ClientConfiguration) - Constructor for class com.amazonaws.auth.CognitoCredentialsProvider
Constructs a new CognitoCredentialsProvider, which will use the specified Amazon Cognito identity pool to make a request to Cognito, using the enhanced flow, to get short lived session credentials, which will then be returned by this class's CognitoCredentialsProvider.getCredentials() method.
CognitoCredentialsProvider(String, String, String, String, AmazonCognitoIdentityClient, AWSSecurityTokenService) - Constructor for class com.amazonaws.auth.CognitoCredentialsProvider
Constructs a new CognitoCredentialsProvider, which will use the specified Amazon Cognito identity pool to make a request to the AWS Security Token Service (STS) to get short-lived session credentials, which will then be returned by this class's CognitoCredentialsProvider.getCredentials() method.
CognitoCredentialsProvider(AWSCognitoIdentityProvider, String, String) - Constructor for class com.amazonaws.auth.CognitoCredentialsProvider
Constructs a new CognitoCredentialsProvider, which will set up a link to the provider passed in using the basic authentication flow to get get short-lived credentials from STS, which can be retrieved from CognitoCredentialsProvider.getCredentials()
CognitoCredentialsProvider(AWSCognitoIdentityProvider, String, String, AWSSecurityTokenService) - Constructor for class com.amazonaws.auth.CognitoCredentialsProvider
Constructs a new CognitoCredentialsProvider, which will set up a link to the provider passed in to use the basic authentication flow to get short-lived credentials from STS, which can be retrieved from CognitoCredentialsProvider.getCredentials()
CognitoCredentialsProvider(AWSCognitoIdentityProvider, Regions) - Constructor for class com.amazonaws.auth.CognitoCredentialsProvider
Constructs a new CognitoCredentialsProvider, which will set up a link to the provider passed in using the enhanced authentication flow to get short-lived credentials from Amazon Cognito, which can be retrieved from CognitoCredentialsProvider.getCredentials()
CognitoCredentialsProvider(AWSCognitoIdentityProvider, Regions, ClientConfiguration) - Constructor for class com.amazonaws.auth.CognitoCredentialsProvider
Constructs a new CognitoCredentialsProvider, which will set up a link to the provider passed in using the enhanced authentication flow to get short-lived credentials from Amazon Cognito, which can be retrieved from CognitoCredentialsProvider.getCredentials()
CognitoCredentialsProvider(AWSCognitoIdentityProvider, AmazonCognitoIdentityClient) - Constructor for class com.amazonaws.auth.CognitoCredentialsProvider
Constructs a new CognitoCredentialsProvider, which will set up a link to the provider passed in using the enhanced authentication flow to get short-lived credentials from Amazon Cognito, which can be retrieved from CognitoCredentialsProvider.getCredentials()
collectByteThroughput(ByteThroughputProvider) - Method in class com.amazonaws.metrics.ServiceMetricCollector
Collects metrics on the number of bytes written or read and the respective duration.
collectLatency(ServiceLatencyProvider) - Method in class com.amazonaws.metrics.ServiceMetricCollector
Collects metrics for non-request specific latencies.
collectMetrics(Request<?>, Response<?>) - Method in class com.amazonaws.metrics.RequestMetricCollector
Used to collect the metric at the end of a request/response cycle.
com.amazonaws - package com.amazonaws
The amazonaws package includes classes commonly used to support the AWS SDK for Android.
com.amazonaws.auth - package com.amazonaws.auth
 
com.amazonaws.auth.policy - package com.amazonaws.auth.policy
Classes for creating custom AWS access control policies.
com.amazonaws.auth.policy.actions - package com.amazonaws.auth.policy.actions
Collection of actions for AWS access control policies.
com.amazonaws.auth.policy.conditions - package com.amazonaws.auth.policy.conditions
Collection of AWS access control policy conditions.
com.amazonaws.auth.policy.resources - package com.amazonaws.auth.policy.resources
Collection of resources for AWS access control policies.
com.amazonaws.event - package com.amazonaws.event
 
com.amazonaws.handlers - package com.amazonaws.handlers
 
com.amazonaws.http - package com.amazonaws.http
 
com.amazonaws.http.conn - package com.amazonaws.http.conn
 
com.amazonaws.http.impl.client - package com.amazonaws.http.impl.client
 
com.amazonaws.http.protocol - package com.amazonaws.http.protocol
 
com.amazonaws.metrics - package com.amazonaws.metrics
Classes used to support the AWS SDK metrics API.
com.amazonaws.mobile.config - package com.amazonaws.mobile.config
 
com.amazonaws.mobileconnectors - package com.amazonaws.mobileconnectors
The mobileconnectors package includes higher level classes that make accessing AWS services from a mobile device more convenient.
com.amazonaws.regions - package com.amazonaws.regions
 
com.amazonaws.retry - package com.amazonaws.retry
 
com.amazonaws.services.cognitoidentity - package com.amazonaws.services.cognitoidentity
Amazon Cognito
com.amazonaws.services.cognitoidentity.model - package com.amazonaws.services.cognitoidentity.model
Classes modeling the various types represented by AmazonCognitoIdentity
com.amazonaws.services.securitytoken - package com.amazonaws.services.securitytoken
AWS Security Token Service
com.amazonaws.services.securitytoken.model - package com.amazonaws.services.securitytoken.model
Classes modeling the various types represented by AWSSecurityTokenService
com.amazonaws.util - package com.amazonaws.util
 
com.amazonaws.util.json - package com.amazonaws.util.json
 
COMPLETED_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
Event code for completed.
COMPRESSED_DATE_PATTERN - Static variable in class com.amazonaws.util.DateUtils
This is another ISO 8601 format that's used in clock skew error response
computeMD5Hash(InputStream) - Static method in class com.amazonaws.util.Md5Utils
Computes the MD5 hash of the data in the given input stream and returns it as an array of bytes.
computeMD5Hash(byte[]) - Static method in class com.amazonaws.util.Md5Utils
Computes the MD5 hash of the given data and returns it as an array of bytes.
computeMD5Hash(File) - Static method in class com.amazonaws.util.Md5Utils
Computes the MD5 of the given file.
computeSignature(Request<?>, String, String, String, String, AWSCredentials) - Method in class com.amazonaws.auth.AWS4Signer
 
Condition - Class in com.amazonaws.auth.policy
AWS access control policy conditions are contained in Statement objects, and affect when a statement is applied.
Condition() - Constructor for class com.amazonaws.auth.policy.Condition
 
ConditionFactory - Class in com.amazonaws.auth.policy.conditions
Factory for creating common AWS access control policy conditions.
conditionKey - Variable in class com.amazonaws.auth.policy.Condition
 
configSigner(URI) - Method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
this method is now a no-op, as overriding the signer from sublcass is no longer supported.
configSigner(String, String) - Method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
this method is now a no-op, as overriding the signer from sublcass is no longer supported.
containsKey(Object) - Method in class com.amazonaws.util.ImmutableMapParameter
Inherited methods
containsValue(Object) - Method in class com.amazonaws.util.ImmutableMapParameter
 
content(InputStream) - Method in class com.amazonaws.http.HttpResponse.Builder
Sets the content input stream.
CONTENT_LENGTH - Static variable in class com.amazonaws.http.HttpHeader
HTTP header for Content-Length.
CONTENT_TYPE - Static variable in class com.amazonaws.http.HttpHeader
HTTP header for Content-Type.
convertRequestToUrl(Request<?>, boolean, boolean) - Static method in class com.amazonaws.util.RuntimeHttpUtils
Converts the specified request object into a URL, containing all the specified parameters, the specified request endpoint, etc.
copy(InputStream, OutputStream) - Static method in enum com.amazonaws.util.IOUtils
Copies all bytes from the given input stream to the given output stream.
copyAllBytesFrom(ByteBuffer) - Static method in class com.amazonaws.util.BinaryUtils
 
copyBaseTo(T) - Method in class com.amazonaws.AmazonWebServiceRequest
Copies the internal state of this base class to that of the target request.
CountingInputStream - Class in com.amazonaws.util
Deprecated.
This class is no longer used and will be removed in the future
CountingInputStream(InputStream) - Constructor for class com.amazonaws.util.CountingInputStream
Deprecated.
Constructor.
CRC32ChecksumCalculatingInputStream - Class in com.amazonaws.util
Simple InputStream wrapper that examines the wrapped stream's contents as they are read and calculates and CRC32 checksum.
CRC32ChecksumCalculatingInputStream(InputStream) - Constructor for class com.amazonaws.util.CRC32ChecksumCalculatingInputStream
Constructor.
createClient(Class<T>, AWSCredentialsProvider, ClientConfiguration) - Method in class com.amazonaws.regions.Region
Creates a new service client of the class given and configures it.
createExecutionContext(AmazonWebServiceRequest) - Method in class com.amazonaws.AmazonWebServiceClient
 
createExecutionContext(Request<?>) - Method in class com.amazonaws.AmazonWebServiceClient
 
createExecutionContext() - Method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
by AmazonWebServiceClient.createExecutionContext(AmazonWebServiceRequest). This method exists only for backward compatiblity reason, so that clients compiled against the older version of this class won't get NoSuchMethodError at runtime. However, calling this methods would effectively ignore and disable the request metric collector, if any, specified at the request level. Request metric collector specified at the service client or AWS SDK level will still be honored.
createHttpRequest(Request<?>, ClientConfiguration, ExecutionContext) - Method in class com.amazonaws.http.HttpRequestFactory
Creates an HttpClient request object based on the specified AWS request and populates any parameters, headers, etc.
createRequestExecutor() - Method in class com.amazonaws.http.impl.client.SdkHttpClient
 
Credentials - Class in com.amazonaws.services.cognitoidentity.model
Credentials for the provided identity ID.
Credentials() - Constructor for class com.amazonaws.services.cognitoidentity.model.Credentials
 
Credentials - Class in com.amazonaws.services.securitytoken.model
AWS credentials for API authentication.
Credentials() - Constructor for class com.amazonaws.services.securitytoken.model.Credentials
Default constructor for Credentials object.
Credentials(String, String, String, Date) - Constructor for class com.amazonaws.services.securitytoken.model.Credentials
Constructs a new Credentials object.
credentialsLock - Variable in class com.amazonaws.auth.CognitoCredentialsProvider
 
CredentialsRequestHandler - Class in com.amazonaws.handlers
A special type of RequestHandler2 that takes in AWSCredentials.
CredentialsRequestHandler() - Constructor for class com.amazonaws.handlers.CredentialsRequestHandler
 
CurlBuilder(URL) - Constructor for class com.amazonaws.http.UrlHttpClient.CurlBuilder
Builds a new curl command for the given URL.
CURRENT_TIME_CONDITION_KEY - Static variable in class com.amazonaws.auth.policy.conditions.ConditionFactory
Condition key for the current time.
customRoleArn - Variable in class com.amazonaws.auth.CognitoCredentialsProvider
 

D

DataPipeline - Static variable in class com.amazonaws.regions.ServiceAbbreviations
data pipeline.
DATE - Static variable in class com.amazonaws.http.HttpHeader
HTTP header for Date.
DateCondition - Class in com.amazonaws.auth.policy.conditions
AWS access control policy condition that allows an access control statement to be conditionally applied based on the comparison of the current time at which a request is received, and a specific date.
DateCondition(DateCondition.DateComparisonType, Date) - Constructor for class com.amazonaws.auth.policy.conditions.DateCondition
Constructs a new access policy condition that compares the current time (on the AWS servers) to the specified date.
DateCondition.DateComparisonType - Enum in com.amazonaws.auth.policy.conditions
Enumeration of the supported ways a date comparison can be evaluated.
DateDeserializer - Class in com.amazonaws.util.json
The DateDeserializer class.
DateDeserializer(String[]) - Constructor for class com.amazonaws.util.json.DateDeserializer
Constructor.
DateUtils - Class in com.amazonaws.util
Utilities for parsing and formatting dates.
DateUtils() - Constructor for class com.amazonaws.util.DateUtils
 
decode(String) - Static method in enum com.amazonaws.util.Base16
Decodes the given base 16 encoded string, skipping carriage returns, line feeds and spaces as needed.
decode(byte[]) - Static method in enum com.amazonaws.util.Base16
Decodes the given base 16 encoded bytes.
decode(String) - Static method in enum com.amazonaws.util.Base32
Decodes the given base 32 encoded string, skipping carriage returns, line feeds and spaces as needed.
decode(byte[]) - Static method in enum com.amazonaws.util.Base32
Decodes the given base 32 encoded bytes.
decode(String) - Static method in enum com.amazonaws.util.Base64
Decodes the given base 64 encoded string, skipping carriage returns, line feeds and spaces as needed.
decode(byte[]) - Static method in enum com.amazonaws.util.Base64
Decodes the given base 64 encoded bytes.
decode(String) - Method in interface com.amazonaws.util.EncodingScheme
 
DEFAULT - Static variable in class com.amazonaws.retry.PredefinedRetryPolicies
SDK default retry policy
DEFAULT_BACKOFF_STRATEGY - Static variable in class com.amazonaws.retry.PredefinedRetryPolicies
The SDK default back-off strategy, which increases exponentially up to a max amount of delay.
DEFAULT_CONNECTION_TIMEOUT - Static variable in class com.amazonaws.ClientConfiguration
The default timeout for creating new connections.
DEFAULT_DURATION_SECONDS - Static variable in class com.amazonaws.auth.CognitoCredentialsProvider
Default duration for started sessions
DEFAULT_DURATION_SECONDS - Static variable in class com.amazonaws.auth.STSAssumeRoleSessionCredentialsProvider
Default duration for started sessions.
DEFAULT_DURATION_SECONDS - Static variable in class com.amazonaws.auth.STSSessionCredentials
Deprecated.
 
DEFAULT_DURATION_SECONDS - Static variable in class com.amazonaws.auth.STSSessionCredentialsProvider
Default duration for started sessions
DEFAULT_DURATION_SECONDS - Static variable in class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
Default duration for started sessions
DEFAULT_MAX_CONNECTIONS - Static variable in class com.amazonaws.ClientConfiguration
The default max connection pool size.
DEFAULT_MAX_ERROR_RETRY - Static variable in class com.amazonaws.retry.PredefinedRetryPolicies
SDK default max retry count
DEFAULT_METRIC_NAMESPACE - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
Constant for default metric namespace.
DEFAULT_METRICS_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
System property used when starting up the JVM to enable the default metrics collected by the AWS SDK, which uploads the derived statistics to Amazon CloudWatch.
DEFAULT_REGION - Static variable in enum com.amazonaws.regions.Regions
The default region that new customers in the US are encouraged to use when using AWS services for the first time.
DEFAULT_RETRY_CONDITION - Static variable in class com.amazonaws.retry.PredefinedRetryPolicies
The SDK default retry condition, which checks for various conditions in the following order: Never retry on requests with non-repeatable content; Retry on client exceptions caused by IOException; Retry on service exceptions that are either 500 internal server errors, 503 service unavailable errors, service throttling errors or clock skew errors.
DEFAULT_RETRY_POLICY - Static variable in class com.amazonaws.ClientConfiguration
Default request retry policy, including the maximum retry count of 3, the default retry condition and the default back-off strategy.
DEFAULT_S3_STREAM_BUFFER_SIZE - Static variable in class com.amazonaws.SDKGlobalConfiguration
The default size of the buffer when uploading data from a stream.
DEFAULT_SOCKET_TIMEOUT - Static variable in class com.amazonaws.ClientConfiguration
The default timeout for reading from a connected socket.
DEFAULT_STREAM_BUFFER_SIZE - Static variable in class com.amazonaws.RequestClientOptions
Used to enable mark-and-reset for non-mark-and-resettable non-file input stream for up to 128K memory buffering by default.
DEFAULT_THRESHOLD_SECONDS - Static variable in class com.amazonaws.auth.CognitoCredentialsProvider
Default threshold for refreshing session credentials
DEFAULT_THRESHOLD_SECONDS - Static variable in class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
Default threshold for refreshing session credentials
DEFAULT_USE_REAPER - Static variable in class com.amazonaws.ClientConfiguration
The default on whether to use the IdleConnectionReaper to manage stale connections
DEFAULT_USER_AGENT - Static variable in class com.amazonaws.ClientConfiguration
The default HTTP user agent header for AWS Java SDK clients.
DefaultAWSCredentialsProviderChain - Class in com.amazonaws.auth
Deprecated.
DefaultAWSCredentialsProviderChain() - Constructor for class com.amazonaws.auth.DefaultAWSCredentialsProviderChain
Deprecated.
Constructor.
DefaultErrorResponseHandler - Class in com.amazonaws.http
Implementation of HttpResponseHandler that handles only error responses from Amazon Web Services.
DefaultErrorResponseHandler(List<Unmarshaller<AmazonServiceException, Node>>) - Constructor for class com.amazonaws.http.DefaultErrorResponseHandler
Constructs a new DefaultErrorResponseHandler that will handle error responses from Amazon services using the specified list of unmarshallers.
DefaultRequest<T> - Class in com.amazonaws
Default implementation of the Request interface.
DefaultRequest(AmazonWebServiceRequest, String) - Constructor for class com.amazonaws.DefaultRequest
Constructs a new DefaultRequest with the specified service name and the original, user facing request object.
DefaultRequest(String) - Constructor for class com.amazonaws.DefaultRequest
Constructs a new DefaultRequest with the specified service name and no specified original, user facing request object.
delayBeforeNextRetry(AmazonWebServiceRequest, AmazonClientException, int) - Method in interface com.amazonaws.retry.RetryPolicy.BackoffStrategy
Returns the delay (in milliseconds) before next retry attempt.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.amazonaws.util.json.DateDeserializer
 
DirectConnect - Static variable in class com.amazonaws.regions.ServiceAbbreviations
direct connect.
DISABLE_CERT_CHECKING_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
Disable validation of server certificates when using the HTTPS protocol.
DISABLE_REMOTE_REGIONS_FILE_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
By default, the SDK will attempt to download an up-to-date set of region metadata from Amazon CloudFront when first required.
disableMetrics() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Convenient method to disable the metric collector at the AWS SDK level.
documentFrom(InputStream) - Static method in class com.amazonaws.util.XpathUtils
InputStream to Document.
documentFrom(String) - Static method in class com.amazonaws.util.XpathUtils
Xml string to Document.
documentFrom(URL) - Static method in class com.amazonaws.util.XpathUtils
URL to Document,
doReceiveResponse(HttpRequest, HttpClientConnection, HttpContext) - Method in class com.amazonaws.http.protocol.SdkHttpRequestExecutor
 
doSendRequest(HttpRequest, HttpClientConnection, HttpContext) - Method in class com.amazonaws.http.protocol.SdkHttpRequestExecutor
 
doubleUrlEncode - Variable in class com.amazonaws.auth.AWS4Signer
Whether double url-encode the resource path when constructing the canonical request.
DOWNLOAD_BYTE_COUNT_NAME_SUFFIX - Static variable in interface com.amazonaws.metrics.ServiceMetricType
Download byte count name suffix.
DOWNLOAD_THROUGHPUT_NAME_SUFFIX - Static variable in interface com.amazonaws.metrics.ServiceMetricType
Download throughput name suffix.
durationMilliOf(long, long) - Static method in class com.amazonaws.util.TimingInfo
 
Dynamodb - Static variable in class com.amazonaws.regions.ServiceAbbreviations
dynamodb.
DYNAMODB_DEFAULT - Static variable in class com.amazonaws.retry.PredefinedRetryPolicies
Default policy for DynamoDB client
DYNAMODB_DEFAULT_MAX_ERROR_RETRY - Static variable in class com.amazonaws.retry.PredefinedRetryPolicies
Default max retry count for DynamoDB client

E

EC2 - Static variable in class com.amazonaws.regions.ServiceAbbreviations
ec2.
EC2_METADATA_SERVICE_OVERRIDE_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
System property for overriding the Amazon EC2 Instance Metadata Service endpoint.
Elasticache - Static variable in class com.amazonaws.regions.ServiceAbbreviations
elasticache.
ElasticBeanstalk - Static variable in class com.amazonaws.regions.ServiceAbbreviations
elastic bean stalk.
ElasticLoadbalancing - Static variable in class com.amazonaws.regions.ServiceAbbreviations
elastic load balancing.
ElasticMapReduce - Static variable in class com.amazonaws.regions.ServiceAbbreviations
elastic map reduce.
ElasticTranscoder - Static variable in class com.amazonaws.regions.ServiceAbbreviations
elastic transcoder.
Email - Static variable in class com.amazonaws.regions.ServiceAbbreviations
email.
EMPTY_STRING_SHA256_HEX - Static variable in class com.amazonaws.auth.AbstractAWSSigner
Empty sha256 hex.
ENABLE_S3_SIGV4_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
Deprecated.
enableDefaultMetrics() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Starts the default AWS SDK metric collector, but only if no metric collector is currently in use at the AWS SDK level.
encode(byte[]) - Static method in enum com.amazonaws.util.Base16
 
encode(byte[]) - Static method in enum com.amazonaws.util.Base32
 
encode(byte[]) - Static method in enum com.amazonaws.util.Base64
 
encodeAsString(byte...) - Static method in enum com.amazonaws.util.Base16
 
encodeAsString(byte...) - Static method in enum com.amazonaws.util.Base32
 
encodeAsString(byte...) - Static method in enum com.amazonaws.util.Base64
 
encodeAsString(byte[]) - Method in interface com.amazonaws.util.EncodingScheme
 
encodeAsString(byte[]) - Method in enum com.amazonaws.util.EncodingSchemeEnum
 
encodeParameters(Request<?>) - Static method in class com.amazonaws.util.HttpUtils
Creates an encoded query string from all the parameters in the specified request.
EncodingScheme - Interface in com.amazonaws.util
Encoding scheme.
EncodingSchemeEnum - Enum in com.amazonaws.util
Currently provided encoding schemes "out of the box".
endArray() - Method in interface com.amazonaws.util.json.AwsJsonReader
Consumes the next token and asserts that it is the end of an array.
endArray() - Method in interface com.amazonaws.util.json.AwsJsonWriter
Writes the character ']' as the end of an array
endClientExecution(AWSRequestMetrics, Request<?>, Response<?>) - Method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
metrics is deprecated
endClientExecution(AWSRequestMetrics, Request<?>, Response<?>, boolean) - Method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
metrics is deprecated
endElement() - Method in class com.amazonaws.util.XMLWriter
Closes the last opened element at the current position in the in-progress XML document.
endEvent(String) - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
endEvent(MetricType) - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
endEvent(String) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
End an event which was previously started.
endEvent(MetricType) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
 
endObject() - Method in interface com.amazonaws.util.json.AwsJsonReader
Consumes the next token and asserts that it is the end of an object.
endObject() - Method in interface com.amazonaws.util.json.AwsJsonWriter
Writes the character '}' as the end of an object
endpoint - Variable in class com.amazonaws.AmazonWebServiceClient
The service endpoint to which this client will send requests.
endpointPrefix - Variable in class com.amazonaws.AmazonWebServiceClient
 
endTiming() - Method in class com.amazonaws.metrics.ServiceLatencyProvider
Ends the timing.
endTiming() - Method in class com.amazonaws.util.TimingInfo
 
ENFORCE_S3_SIGV4_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
Deprecated.
entrySet() - Method in class com.amazonaws.util.ImmutableMapParameter
 
EPOCH_TIME_CONDITION_KEY - Static variable in class com.amazonaws.auth.policy.conditions.ConditionFactory
Condition key for the current time, in epoch seconds.
equals(Object) - Method in class com.amazonaws.auth.policy.Principal
 
equals(Object) - Method in class com.amazonaws.metrics.SimpleMetricType
 
equals(Object) - Method in class com.amazonaws.regions.Region
 
equals(Object) - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
 
equals(Object) - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
 
equals(Object) - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityResult
 
equals(Object) - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
 
equals(Object) - Method in class com.amazonaws.services.cognitoidentity.model.GetIdResult
 
equals(Object) - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenRequest
 
equals(Object) - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenResult
 
equals(Object) - Method in class com.amazonaws.services.securitytoken.model.AssumedRoleUser
 
equals(Object) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
 
equals(Object) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleResult
 
equals(Object) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
 
equals(Object) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
 
equals(Object) - Method in class com.amazonaws.services.securitytoken.model.Credentials
 
equals(Object) - Method in class com.amazonaws.services.securitytoken.model.FederatedUser
 
equals(Object) - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityRequest
 
equals(Object) - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
 
equals(Object) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
 
equals(Object) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenResult
 
equals(Object) - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenRequest
 
equals(Object) - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenResult
 
eventCode - Variable in class com.amazonaws.event.ProgressEvent
The unique event code identifying the type of event this object represents.
exceptionUnmarshallers - Variable in class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
List of exception unmarshallers for all AWS Security Token Service exceptions.
EXCLUDE_MACHINE_METRICS - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
Used to exclude the generation of JVM metrics when the AWS SDK default metrics is enabled.
EXCLUDE_SKIPPED_BYTES - Static variable in class com.amazonaws.util.LengthCheckInputStream
Exclude skipped bytes.
execute(Request<?>, HttpResponseHandler<AmazonWebServiceResponse<T>>, HttpResponseHandler<AmazonServiceException>, ExecutionContext) - Method in class com.amazonaws.http.AmazonHttpClient
Executes the request and returns the result.
execute(HttpRequest) - Method in class com.amazonaws.http.ApacheHttpClient
 
execute(HttpRequest) - Method in interface com.amazonaws.http.HttpClient
Executes a HttpRequest and returns a HttpResponse.
execute(HttpRequest) - Method in class com.amazonaws.http.UrlHttpClient
 
ExecutionContext - Class in com.amazonaws.http
The execution context.
ExecutionContext(boolean) - Constructor for class com.amazonaws.http.ExecutionContext
Deprecated.
ExecutionContext() - Constructor for class com.amazonaws.http.ExecutionContext
For testing purposes.
ExecutionContext(List<RequestHandler2>, boolean, AmazonWebServiceClient) - Constructor for class com.amazonaws.http.ExecutionContext
Constructor.
EXPECT - Static variable in class com.amazonaws.http.HttpHeader
HTTP header for Expect.
ExpiredTokenException - Exception in com.amazonaws.services.securitytoken.model
The web identity token that was passed is expired or is not valid.
ExpiredTokenException(String) - Constructor for exception com.amazonaws.services.securitytoken.model.ExpiredTokenException
Constructs a new ExpiredTokenException with the specified error message.
ExternalServiceException - Exception in com.amazonaws.services.cognitoidentity.model
An exception thrown when a dependent service such as Facebook or Twitter is not responding
ExternalServiceException(String) - Constructor for exception com.amazonaws.services.cognitoidentity.model.ExternalServiceException
Constructs a new ExternalServiceException with the specified error message.
extractRegionName(URI) - Method in class com.amazonaws.auth.AWS4Signer
 
extractServiceName(URI) - Method in class com.amazonaws.auth.AWS4Signer
 

F

FAILED_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
Event code for failed.
FederatedUser - Class in com.amazonaws.services.securitytoken.model
Identifiers for the federated user that is associated with the credentials.
FederatedUser() - Constructor for class com.amazonaws.services.securitytoken.model.FederatedUser
Default constructor for FederatedUser object.
FederatedUser(String, String) - Constructor for class com.amazonaws.services.securitytoken.model.FederatedUser
Constructs a new FederatedUser object.
fetchFile(URI, ClientConfiguration) - Static method in class com.amazonaws.util.HttpUtils
Fetches a file from the URI given and returns an input stream to it.
filter(ProgressEvent) - Method in interface com.amazonaws.event.ProgressListenerChain.ProgressEventFilter
 
finalize() - Method in class com.amazonaws.http.AmazonHttpClient
 
finalize() - Method in class com.amazonaws.http.HttpMethodReleaseInputStream
Tries to ensure a connection is always cleaned-up correctly by calling HttpMethodReleaseInputStream.releaseConnection() on class destruction if the cleanup hasn't already been done.
findRequestMetricCollector(Request<?>) - Method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
metrics is deprecated
flush() - Method in interface com.amazonaws.util.json.AwsJsonWriter
Makes sure all buffered data is written to the underlying Writer.
format(String, Date) - Static method in class com.amazonaws.util.DateUtils
Formats the specific date into the given pattern
formatISO8601Date(Date) - Static method in class com.amazonaws.util.DateUtils
Formats the specified date as an ISO 8601 string.
formatRFC822Date(Date) - Static method in class com.amazonaws.util.DateUtils
Formats the specified date as an RFC 822 string.
fromBase64(String) - Static method in class com.amazonaws.util.BinaryUtils
Converts a Base64-encoded string to the original byte data.
fromBigDecimal(BigDecimal) - Static method in class com.amazonaws.util.StringUtils
Converts BigDecimal to String.
fromBigInteger(BigInteger) - Static method in class com.amazonaws.util.StringUtils
Converts BigInteger to String.
fromBoolean(Boolean) - Static method in class com.amazonaws.util.StringUtils
Converts Boolean to String.
fromByte(Byte) - Static method in class com.amazonaws.util.StringUtils
Returns the string representation of the specified Byte.
fromByteBuffer(ByteBuffer) - Static method in class com.amazonaws.util.StringUtils
Base64 encodes the data in the specified byte buffer and returns it as a base64 encoded string.
fromDate(Date) - Static method in class com.amazonaws.util.StringUtils
Converts the specified date to an ISO 8601 timestamp string and returns it.
fromDouble(Double) - Static method in class com.amazonaws.util.StringUtils
Returns the string representation of the specified double.
fromFloat(Float) - Static method in class com.amazonaws.util.StringUtils
Converts Float to String.
fromHex(String) - Static method in class com.amazonaws.util.BinaryUtils
Converts a Hex-encoded data string to the original byte data.
fromInteger(Integer) - Static method in class com.amazonaws.util.StringUtils
Converts Integer to String.
fromJson(String) - Static method in class com.amazonaws.auth.policy.Policy
Returns an AWS access control policy object generated from JSON string.
fromLong(Long) - Static method in class com.amazonaws.util.StringUtils
Converts Long to String.
fromName(String) - Static method in enum com.amazonaws.regions.Regions
Returns a region enum corresponding to the given region name.
fromResponse(HttpResponse) - Static method in class com.amazonaws.http.JsonErrorResponseHandler.JsonErrorResponse
 
fromString(String) - Static method in enum com.amazonaws.auth.policy.Principal.Services
Construct the Services object from a string representing the service id.
fromString(String) - Static method in enum com.amazonaws.auth.policy.Principal.WebIdentityProviders
Construct the Services object from a string representing web identity provider.
fromString(String) - Static method in class com.amazonaws.util.StringUtils
Converts String to String.

G

get(String) - Method in class com.amazonaws.http.JsonErrorResponseHandler.JsonErrorResponse
Gets value from the error body map.
get(Object) - Method in class com.amazonaws.util.ImmutableMapParameter
 
get(Object) - Method in class com.amazonaws.util.ResponseMetadataCache
Returns the response metadata associated with the specified object, or null if no metadata is associated with that object.
getAccessKeyId() - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
The Access Key portion of the credentials.
getAccessKeyId() - Method in class com.amazonaws.services.securitytoken.model.Credentials
The access key ID that identifies the temporary security credentials.
getAccount() - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
The AWS account ID number of the account that owns or contains the calling entity.
getAccountId() - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
getAccountId() - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
A standard AWS account ID (9+ digits).
getActionName() - Method in interface com.amazonaws.auth.policy.Action
Returns the name of this action.
getActionName() - Method in enum com.amazonaws.auth.policy.actions.SecurityTokenServiceActions
 
getActionName() - Method in enum com.amazonaws.auth.policy.STSActions
Deprecated.
 
getActions() - Method in class com.amazonaws.auth.policy.Statement
Returns the list of actions to which this policy statement applies.
getAllCounters() - Method in class com.amazonaws.util.TimingInfo
 
getAllSubMeasurements(String) - Method in class com.amazonaws.util.TimingInfo
 
getArn() - Method in class com.amazonaws.services.securitytoken.model.AssumedRoleUser
The ARN of the temporary security credentials that are returned from the AssumeRole action.
getArn() - Method in class com.amazonaws.services.securitytoken.model.FederatedUser
The ARN that specifies the federated user that is associated with the credentials.
getArn() - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
The AWS ARN associated with the calling entity.
getAssumedRoleId() - Method in class com.amazonaws.services.securitytoken.model.AssumedRoleUser
A unique identifier that contains the role ID and the role session name of the role that is being assumed.
getAssumedRoleUser() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleResult
The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.
getAssumedRoleUser() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.
getAudience() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The intended audience (also known as client ID) of the web identity token.
getAWSAccessKeyId() - Method in class com.amazonaws.auth.AnonymousAWSCredentials
 
getAWSAccessKeyId() - Method in interface com.amazonaws.auth.AWSCredentials
Returns the AWS access key ID for this credentials object.
getAWSAccessKeyId() - Method in class com.amazonaws.auth.BasicAWSCredentials
 
getAWSAccessKeyId() - Method in class com.amazonaws.auth.BasicSessionCredentials
 
getAWSAccessKeyId() - Method in class com.amazonaws.auth.PropertiesCredentials
 
getAWSAccessKeyId() - Method in class com.amazonaws.auth.STSSessionCredentials
Deprecated.
Returns the AWS access key for the current STS session, beginning a new one if necessary.
getAWSRequestMetrics() - Method in class com.amazonaws.DefaultRequest
Deprecated.
getAwsRequestMetrics() - Method in class com.amazonaws.http.ExecutionContext
Deprecated.
getAWSRequestMetrics() - Method in interface com.amazonaws.Request
 
getAwsResponse() - Method in class com.amazonaws.Response
 
getAWSSecretKey() - Method in class com.amazonaws.auth.AnonymousAWSCredentials
 
getAWSSecretKey() - Method in interface com.amazonaws.auth.AWSCredentials
Returns the AWS secret access key for this credentials object.
getAWSSecretKey() - Method in class com.amazonaws.auth.BasicAWSCredentials
 
getAWSSecretKey() - Method in class com.amazonaws.auth.BasicSessionCredentials
 
getAWSSecretKey() - Method in class com.amazonaws.auth.PropertiesCredentials
 
getAWSSecretKey() - Method in class com.amazonaws.auth.STSSessionCredentials
Deprecated.
Returns the AWS secret key for the current STS session, beginning a new one if necessary.
getBackoffStrategy() - Method in class com.amazonaws.retry.RetryPolicy
Returns the back-off strategy included in this retry policy.
getBinaryRequestPayload(Request<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
Returns the request's payload as binary data.
getBinaryRequestPayloadStream(Request<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
 
getBinaryRequestPayloadStreamWithoutQueryParams(Request<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
 
getBinaryRequestPayloadWithoutQueryParams(Request<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
Returns the request's payload contents as binary data, without processing any query string params (i.e.
getByteCount() - Method in class com.amazonaws.metrics.ByteThroughputProvider
 
getByteCount() - Method in class com.amazonaws.util.CountingInputStream
Deprecated.
Returns the number of bytes read from this stream so far.
getByteCountMetricType() - Method in class com.amazonaws.metrics.SimpleThroughputMetricType
 
getByteCountMetricType() - Method in interface com.amazonaws.metrics.ThroughputMetricType
 
getBytesTransferred() - Method in class com.amazonaws.event.ProgressEvent
Returns the number of bytes transferred since the last progress event.
getCachedIdentityId() - Method in class com.amazonaws.auth.CognitoCachingCredentialsProvider
Gets the cached identity id without making a network request.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.cognitoidentity.AmazonCognitoIdentity
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient
Deprecated.
ResponseMetadata cache can hold up to 50 requests and responses in memory and will cause memory issue. This method now always returns null.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenService
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Deprecated.
ResponseMetadata cache can hold up to 50 requests and responses in memory and will cause memory issue. This method now always returns null.
getCallerIdentity(GetCallerIdentityRequest) - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenService
Returns details about the IAM identity whose credentials are used to call the API.
getCallerIdentity() - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenService
Returns details about the IAM identity whose credentials are used to call the API.
getCallerIdentity(GetCallerIdentityRequest) - Method in class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Returns details about the IAM identity whose credentials are used to call the API.
getCallerIdentity() - Method in class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Returns details about the IAM identity whose credentials are used to call the API.
GetCallerIdentityRequest - Class in com.amazonaws.services.securitytoken.model
Returns details about the IAM identity whose credentials are used to call the API.
GetCallerIdentityRequest() - Constructor for class com.amazonaws.services.securitytoken.model.GetCallerIdentityRequest
 
GetCallerIdentityResult - Class in com.amazonaws.services.securitytoken.model
Contains the response to a successful GetCallerIdentity request, including information about the entity making the request.
GetCallerIdentityResult() - Constructor for class com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
 
getCanonicalizedEndpoint(URI) - Method in class com.amazonaws.auth.AbstractAWSSigner
 
getCanonicalizedHeadersForStringToSign(Request<?>) - Method in class com.amazonaws.auth.AWS3Signer
 
getCanonicalizedHeaderString(Request<?>) - Method in class com.amazonaws.auth.AWS4Signer
 
getCanonicalizedQueryString(Map<String, String>) - Method in class com.amazonaws.auth.AbstractAWSSigner
Examines the specified query string parameters and returns a canonicalized form.
getCanonicalizedQueryString(Request<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
 
getCanonicalizedResourcePath(String) - Method in class com.amazonaws.auth.AbstractAWSSigner
 
getCanonicalizedResourcePath(String, boolean) - Method in class com.amazonaws.auth.AbstractAWSSigner
 
getCanonicalRequest(Request<?>, String) - Method in class com.amazonaws.auth.AWS4Signer
 
getClientMarker() - Method in class com.amazonaws.RequestClientOptions
Deprecated.
by RequestClientOptions.getClientMarker(Marker). This method is intended only for internal use by the AWS SDK. Returns the "USER_AGENT" marker as a space-delimited string.
getClientMarker(RequestClientOptions.Marker) - Method in class com.amazonaws.RequestClientOptions
 
getCloneRoot() - Method in class com.amazonaws.AmazonWebServiceRequest
 
getCloneSource() - Method in class com.amazonaws.AmazonWebServiceRequest
 
getConditionKey() - Method in class com.amazonaws.auth.policy.Condition
Returns the name of the condition key involved in this condition.
getConditions() - Method in class com.amazonaws.auth.policy.Statement
Returns the conditions associated with this policy statement.
getConfiguration() - Method in class com.amazonaws.mobile.config.AWSConfiguration
 
getConnectionTimeout() - Method in class com.amazonaws.ClientConfiguration
Returns the amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out.
getContent() - Method in class com.amazonaws.DefaultRequest
 
getContent() - Method in class com.amazonaws.http.HttpRequest
Gets the input stream, null if no content.
getContent() - Method in class com.amazonaws.http.HttpResponse
Returns the input stream containing the response content.
getContent() - Method in interface com.amazonaws.Request
Returns the optional stream containing the payload data to include for this request.
getContentLength() - Method in class com.amazonaws.http.HttpRequest
Gets the length of the content which is set in the header, 0 if no content.
getContextUserAgent() - Method in class com.amazonaws.http.ExecutionContext
 
getCounter(String) - Method in class com.amazonaws.util.TimingInfo
 
getCRC32Checksum() - Method in class com.amazonaws.util.CRC32ChecksumCalculatingInputStream
 
getCredentailFile() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
getCredentialProvider() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
getCredentials() - Method in interface com.amazonaws.auth.AWSCredentialsProvider
Returns AWSCredentials which the caller can use to authorize an AWS request.
getCredentials() - Method in class com.amazonaws.auth.AWSCredentialsProviderChain
 
getCredentials() - Method in class com.amazonaws.auth.ClasspathPropertiesFileCredentialsProvider
Deprecated.
 
getCredentials() - Method in class com.amazonaws.auth.CognitoCachingCredentialsProvider
 
getCredentials() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
If the current session has expired/credentials are invalid, a new session is started, establishing the credentials.
getCredentials() - Method in class com.amazonaws.auth.PropertiesFileCredentialsProvider
 
getCredentials() - Method in class com.amazonaws.auth.STSAssumeRoleSessionCredentialsProvider
 
getCredentials() - Method in class com.amazonaws.auth.STSSessionCredentialsProvider
 
getCredentials() - Method in class com.amazonaws.auth.SystemPropertiesCredentialsProvider
Deprecated.
 
getCredentials() - Method in class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
 
getCredentials() - Method in class com.amazonaws.http.ExecutionContext
Returns the optional credentials used to sign the associated request.
getCredentials() - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityResult
Credentials for the provided identity ID.
getCredentials() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleResult
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
getCredentials() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The temporary security credentials, which include an access key ID, a secret access key, and a security token.
getCredentials() - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenResult
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
getCredentials() - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenResult
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
getCredentialsForIdentity(GetCredentialsForIdentityRequest) - Method in interface com.amazonaws.services.cognitoidentity.AmazonCognitoIdentity
Returns credentials for the provided identity ID.
getCredentialsForIdentity(GetCredentialsForIdentityRequest) - Method in class com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient
Returns credentials for the provided identity ID.
GetCredentialsForIdentityRequest - Class in com.amazonaws.services.cognitoidentity.model
Returns credentials for the provided identity ID.
GetCredentialsForIdentityRequest() - Constructor for class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
 
GetCredentialsForIdentityResult - Class in com.amazonaws.services.cognitoidentity.model
Returned in response to a successful GetCredentialsForIdentity operation.
GetCredentialsForIdentityResult() - Constructor for class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityResult
 
getCustomRoleArn() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Get the custom role arn associated with the credentials provider.
getCustomRoleArn() - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider.
getDateFromRequest(Request<?>) - Method in class com.amazonaws.auth.AWS4Signer
 
getDateStamp(long) - Method in class com.amazonaws.auth.AWS4Signer
 
getDateTime() - Method in class com.amazonaws.auth.AWS4Signer.HeaderSigningResult
 
getDefaultRetryPolicy() - Static method in class com.amazonaws.retry.PredefinedRetryPolicies
 
getDefaultRetryPolicyWithCustomMaxRetries(int) - Static method in class com.amazonaws.retry.PredefinedRetryPolicies
 
getDomain() - Method in class com.amazonaws.regions.Region
Returns the domain for this region; ex: "amazonaws.com".
getDurationMilli() - Method in class com.amazonaws.metrics.ServiceLatencyProvider
 
getDurationNano() - Method in class com.amazonaws.metrics.ByteThroughputProvider
 
getDurationSeconds() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
The duration, in seconds, of the role session.
getDurationSeconds() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
The duration, in seconds, of the role session.
getDurationSeconds() - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
The duration, in seconds, that the session should last.
getDurationSeconds() - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenRequest
The duration, in seconds, that the credentials should remain valid.
getDynamoDBDefaultRetryPolicy() - Static method in class com.amazonaws.retry.PredefinedRetryPolicies
 
getDynamoDBDefaultRetryPolicyWithCustomMaxRetries(int) - Static method in class com.amazonaws.retry.PredefinedRetryPolicies
 
getEffect() - Method in class com.amazonaws.auth.policy.Statement
Returns the result effect of this policy statement when it is evaluated.
getElapsedTimeMillis() - Method in class com.amazonaws.util.TimingInfo
Deprecated.
getEndEpochTimeMilli() - Method in class com.amazonaws.util.TimingInfo
Deprecated.
getEndEpochTimeMilliIfKnown() - Method in class com.amazonaws.util.TimingInfo
 
getEndpoint() - Method in class com.amazonaws.AmazonWebServiceClient
Returns the endpoint for the service.
getEndpoint() - Method in class com.amazonaws.DefaultRequest
 
getEndpoint() - Method in interface com.amazonaws.Request
Returns the service endpoint (ex: "https://ec2.amazonaws.com") to which this request should be sent.
getEndpointPrefix() - Method in class com.amazonaws.AmazonWebServiceClient
Returns the endpoint prefix for the service.
getEndTime() - Method in class com.amazonaws.util.TimingInfo
Deprecated.
getEndTimeNano() - Method in class com.amazonaws.util.TimingInfo
 
getEndTimeNanoIfKnown() - Method in class com.amazonaws.util.TimingInfo
 
getErrorCode() - Method in exception com.amazonaws.AmazonServiceException
Returns the AWS error code represented by this exception.
getErrorCode() - Method in class com.amazonaws.http.JsonErrorResponseHandler.JsonErrorResponse
Gets the error code
getErrorMessage() - Method in exception com.amazonaws.AmazonServiceException
 
getErrorType() - Method in exception com.amazonaws.AmazonServiceException
Indicates who is responsible for this exception (caller, service, or unknown).
getEventCode() - Method in class com.amazonaws.event.ProgressEvent
Returns the unique event code identifying the type of event this object represents.
getExecutorService() - Static method in class com.amazonaws.event.ProgressListenerCallbackExecutor
 
getExpiration() - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
The date at which these credentials will expire.
getExpiration() - Method in class com.amazonaws.services.securitytoken.model.Credentials
The date on which the current credentials expire.
getExternalId() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
A unique identifier that is used by third parties when assuming roles in their customers' accounts.
getFederatedUser() - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenResult
Identifiers for the federated user associated with the credentials (such as arn:aws:sts::123456789012:federated-user/Bob or 123456789012:Bob).
getFederatedUserId() - Method in class com.amazonaws.services.securitytoken.model.FederatedUser
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.
getFederationToken(GetFederationTokenRequest) - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenService
Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) for a federated user.
getFederationToken(GetFederationTokenRequest) - Method in class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) for a federated user.
GetFederationTokenRequest - Class in com.amazonaws.services.securitytoken.model
Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) for a federated user.
GetFederationTokenRequest() - Constructor for class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
Default constructor for GetFederationTokenRequest object.
GetFederationTokenRequest(String) - Constructor for class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
Constructs a new GetFederationTokenRequest object.
GetFederationTokenResult - Class in com.amazonaws.services.securitytoken.model
Contains the response to a successful GetFederationToken request, including temporary AWS credentials that can be used to make AWS requests.
GetFederationTokenResult() - Constructor for class com.amazonaws.services.securitytoken.model.GetFederationTokenResult
 
getFireCompletedEvent() - Method in class com.amazonaws.event.ProgressReportingInputStream
Returns whether this input stream should fire an event with code ProgressEvent.COMPLETED_EVENT_CODE when this stream runs out of data.
getGeneralProgressListener() - Method in class com.amazonaws.AmazonWebServiceRequest
Returns the optional progress listener for receiving updates about object upload status.
getGlobalTimeOffset() - Static method in class com.amazonaws.SDKGlobalConfiguration
Gets the global time offset.
getHeaders() - Method in class com.amazonaws.DefaultRequest
 
getHeaders() - Method in class com.amazonaws.http.HttpRequest
Gets an unmodifiable headers map.
getHeaders() - Method in class com.amazonaws.http.HttpResponse
Returns the HTTP headers returned with this response.
getHeaders() - Method in interface com.amazonaws.Request
Returns a map of all the headers included in this request.
getHeadersForStringToSign(Request<?>) - Method in class com.amazonaws.auth.AWS3Signer
 
getHostMetricName() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
getHttpMethod() - Method in class com.amazonaws.DefaultRequest
 
getHttpMethod() - Method in interface com.amazonaws.Request
Returns the HTTP method (GET, POST, etc) to use when sending this request.
getHttpRequest() - Method in class com.amazonaws.http.HttpMethodReleaseInputStream
Returns the underlying HttpMethod object that contains/manages the actual HTTP connection.
getHttpResponse() - Method in class com.amazonaws.Response
 
getId() - Method in class com.amazonaws.auth.policy.Policy
Returns the policy ID for this policy.
getId() - Method in class com.amazonaws.auth.policy.Principal
Returns the unique ID for this principal.
getId() - Method in class com.amazonaws.auth.policy.Resource
Returns the resource ID, typically an Amazon Resource Name (ARN), identifying this resource.
getId() - Method in class com.amazonaws.auth.policy.Statement
Returns the ID for this statement.
getId(GetIdRequest) - Method in interface com.amazonaws.services.cognitoidentity.AmazonCognitoIdentity
Generates (or retrieves) a Cognito ID.
getId(GetIdRequest) - Method in class com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient
Generates (or retrieves) a Cognito ID.
getIdentityId() - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
Gets a reference to the identityId of the user (sending a new request if it isn't yet set), using the dev accountId, identityPoolId, and the user's loginsMap to identify.
getIdentityId() - Method in interface com.amazonaws.auth.AWSCognitoIdentityProvider
Gets the identityId of the user
getIdentityId() - Method in class com.amazonaws.auth.CognitoCachingCredentialsProvider
Gets the Cognito identity id of the user.
getIdentityId() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
 
getIdentityId() - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
A unique identifier in the format REGION:GUID.
getIdentityId() - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityResult
A unique identifier in the format REGION:GUID.
getIdentityId() - Method in class com.amazonaws.services.cognitoidentity.model.GetIdResult
A unique identifier in the format REGION:GUID.
getIdentityId() - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenRequest
A unique identifier in the format REGION:GUID.
getIdentityId() - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenResult
A unique identifier in the format REGION:GUID.
getIdentityPoolId() - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
getIdentityPoolId() - Method in interface com.amazonaws.auth.AWSCognitoIdentityProvider
Get the identityPoolId from the provider
getIdentityPoolId() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
 
getIdentityPoolId() - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
An identity pool ID in the format REGION:GUID.
getIdentityProvider() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
 
GetIdRequest - Class in com.amazonaws.services.cognitoidentity.model
Generates (or retrieves) a Cognito ID.
GetIdRequest() - Constructor for class com.amazonaws.services.cognitoidentity.model.GetIdRequest
 
GetIdResult - Class in com.amazonaws.services.cognitoidentity.model
Returned in response to a GetId request.
GetIdResult() - Constructor for class com.amazonaws.services.cognitoidentity.model.GetIdResult
 
getImmutableCredentials() - Method in class com.amazonaws.auth.STSSessionCredentials
Deprecated.
Returns immutable session credentials for this session, beginning a new one if necessary.
getInstance() - Method in interface com.amazonaws.metrics.MetricCollector.Factory
 
getJsonReader(Reader) - Method in interface com.amazonaws.util.json.AwsJsonFactory
Creates a JSON reader
getJsonReader(Reader) - Static method in class com.amazonaws.util.json.JsonUtils
Gets a JSON reader.
getJsonWriter(Writer) - Method in interface com.amazonaws.util.json.AwsJsonFactory
Creates a JSON writer
getJsonWriter(Writer) - Static method in class com.amazonaws.util.json.JsonUtils
Gets a JSON writer.
getJvmMetricName() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
getKSigning() - Method in class com.amazonaws.auth.AWS4Signer.HeaderSigningResult
 
getLastSubMeasurement(String) - Method in class com.amazonaws.util.TimingInfo
 
getListener() - Method in class com.amazonaws.event.ProgressListenerCallbackExecutor
 
getListeners() - Method in class com.amazonaws.event.ProgressListenerChain
 
getLocalAddress() - Method in class com.amazonaws.ClientConfiguration
Returns the optional local address the client will bind to.
getLogins() - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
getLogins() - Method in interface com.amazonaws.auth.AWSCognitoIdentityProvider
Get the logins from the provider
getLogins() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Get the logins map used to authenticated with Amazon Cognito
getLogins() - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
A set of optional name-value pairs that map provider names to provider tokens.
getLogins() - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
A set of optional name-value pairs that map provider names to provider tokens.
getLogins() - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenRequest
A set of optional name-value pairs that map provider names to provider tokens.
getMaxConnections() - Method in class com.amazonaws.ClientConfiguration
Returns the maximum number of allowed open HTTP connections.
getMaxErrorRetry() - Method in class com.amazonaws.ClientConfiguration
Returns the maximum number of retry attempts for failed retryable requests (ex: 5xx error responses from a service).
getMaxErrorRetry() - Method in class com.amazonaws.retry.RetryPolicy
Returns the maximum number of retry attempts.
getMessage() - Method in exception com.amazonaws.AmazonServiceException
 
getMessage() - Method in class com.amazonaws.http.JsonErrorResponseHandler.JsonErrorResponse
Gets the error message
getMethod() - Method in class com.amazonaws.http.HttpRequest
Gets the HTTP method, one of GET, POST, PUT, HEAD, DELETE.
getMetricCollector() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
getMetricNameSpace() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
getMetricQueueSize() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
getName() - Method in class com.amazonaws.regions.Region
The unique system ID for this region; ex: "us-east-1".
getName() - Method in enum com.amazonaws.regions.Regions
 
getName() - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
The name of the federated user.
getOpenIdToken(GetOpenIdTokenRequest) - Method in interface com.amazonaws.services.cognitoidentity.AmazonCognitoIdentity
Gets an OpenID token, using a known Cognito ID.
getOpenIdToken(GetOpenIdTokenRequest) - Method in class com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient
Gets an OpenID token, using a known Cognito ID.
GetOpenIdTokenRequest - Class in com.amazonaws.services.cognitoidentity.model
Gets an OpenID token, using a known Cognito ID.
GetOpenIdTokenRequest() - Constructor for class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenRequest
 
GetOpenIdTokenResult - Class in com.amazonaws.services.cognitoidentity.model
Returned in response to a successful GetOpenIdToken request.
GetOpenIdTokenResult() - Constructor for class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenResult
 
getOriginalRequest() - Method in class com.amazonaws.DefaultRequest
Returns the original, user facing request object which this internal request object is representing.
getOriginalRequest() - Method in interface com.amazonaws.Request
Returns the original, user facing request object which this internal request object is representing.
getPackedPolicySize() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleResult
A percentage value that indicates the size of the policy in packed form.
getPackedPolicySize() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
A percentage value that indicates the size of the policy in packed form.
getPackedPolicySize() - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenResult
A percentage value indicating the size of the policy in packed form.
getParameters() - Method in class com.amazonaws.DefaultRequest
 
getParameters() - Method in interface com.amazonaws.Request
Returns a map of all parameters in this request.
getPlatform() - Static method in class com.amazonaws.util.VersionInfoUtils
Returns the current platform for the AWS SDK in which this class is running.
getPolicy() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
An IAM policy in JSON format.
getPolicy() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
An IAM policy in JSON format.
getPolicy() - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
An IAM policy in JSON format that is passed with the GetFederationToken call and evaluated along with the policy or policies that are attached to the IAM user whose credentials are used to call GetFederationToken.
getPredefinedMetrics() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
getPrincipals() - Method in class com.amazonaws.auth.policy.Statement
Returns the principals associated with this policy statement, indicating which AWS accounts are affected by this policy statement.
getProperty(String) - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
getProperty(MetricType) - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
getProperty(String) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
 
getProperty(MetricType) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
 
getProtocol() - Method in class com.amazonaws.ClientConfiguration
Returns the protocol (HTTP or HTTPS) to use when connecting to Amazon Web Services.
getProvider() - Method in class com.amazonaws.auth.policy.Principal
Returns the provider for this principal, which indicates in what group of users this principal resides.
getProvider() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The issuing authority of the web identity token presented.
getProviderId() - Method in class com.amazonaws.metrics.ByteThroughputProvider
 
getProviderId() - Method in class com.amazonaws.metrics.ServiceLatencyProvider
 
getProviderId() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
The fully qualified host component of the domain name of the identity provider.
getProviderName() - Method in class com.amazonaws.auth.AWSAbstractCognitoDeveloperIdentityProvider
 
getProviderName() - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
Gets a string with the name of the provider being used.
getProviderName() - Method in class com.amazonaws.auth.AWSBasicCognitoIdentityProvider
 
getProviderName() - Method in class com.amazonaws.auth.AWSEnhancedCognitoIdentityProvider
 
getProxyDomain() - Method in class com.amazonaws.ClientConfiguration
Deprecated.
getProxyHost() - Method in class com.amazonaws.ClientConfiguration
Returns the optional proxy host the client will connect through.
getProxyPassword() - Method in class com.amazonaws.ClientConfiguration
Returns the optional proxy password to use when connecting through a proxy.
getProxyPort() - Method in class com.amazonaws.ClientConfiguration
Returns the optional proxy port the client will connect through.
getProxyUsername() - Method in class com.amazonaws.ClientConfiguration
Returns the optional proxy user name to use if connecting through a proxy.
getProxyWorkstation() - Method in class com.amazonaws.ClientConfiguration
Returns the optional Windows workstation name for configuring NTLM proxy support.
getQueuePollTimeoutMilli() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
getRawContent() - Method in class com.amazonaws.http.HttpResponse
Get the raw content without considering Content-Encoding.
getRefreshThreshold() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Get the refresh threshold for the session credentials created by this client in seconds.
getRefreshThreshold() - Method in class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
Get the refresh threshold for the session credentials created by this client in seconds.
getRegion() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
getRegion(Regions) - Static method in class com.amazonaws.regions.Region
 
getRegion(String) - Static method in class com.amazonaws.regions.Region
 
getRegion(String) - Method in class com.amazonaws.regions.RegionMetadata
Returns the region with the name given, if it exists.
getRegion(String) - Static method in class com.amazonaws.regions.RegionUtils
 
getRegionByEndpoint(String) - Method in class com.amazonaws.regions.RegionMetadata
Searches through all known regions to find one with any service at the specified endpoint.
getRegionByEndpoint(String) - Static method in class com.amazonaws.regions.RegionUtils
Searches through all known regions to find one with any service at the specified endpoint.
getRegions() - Method in class com.amazonaws.regions.RegionMetadata
Returns an immutable list of all regions known to this region metadata object, in no particular order.
getRegions() - Static method in class com.amazonaws.regions.RegionUtils
 
getRegionsForService(String) - Method in class com.amazonaws.regions.RegionMetadata
Returns a list of the regions that support the service given.
getRegionsForService(String) - Static method in class com.amazonaws.regions.RegionUtils
 
getRequestClientOptions() - Method in class com.amazonaws.AmazonWebServiceRequest
 
getRequestCredentials() - Method in class com.amazonaws.AmazonWebServiceRequest
Returns the optional credentials to use to sign this request, overriding the default credentials set at the client level.
getRequestHandler2s() - Method in class com.amazonaws.http.ExecutionContext
 
getRequestId() - Method in exception com.amazonaws.AmazonServiceException
Returns the AWS request ID that uniquely identifies the service request the caller made.
getRequestId() - Method in class com.amazonaws.AmazonWebServiceResponse
Returns the AWS request ID from the response metadata section of an AWS response.
getRequestId() - Method in class com.amazonaws.ResponseMetadata
Returns the AWS request ID contained in this response metadata object.
getRequestMetricCollector() - Method in class com.amazonaws.AmazonWebServiceRequest
Deprecated.
metrics is deprecated
getRequestMetricCollector() - Method in class com.amazonaws.http.AmazonHttpClient
 
getRequestMetricCollector() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
getRequestMetricCollector() - Method in class com.amazonaws.metrics.MetricCollector
 
getRequestMetricCollector() - Method in interface com.amazonaws.metrics.RequestMetricCollector.Factory
 
getRequestMetricsCollector() - Method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
metrics is deprecated
getRequestPayload(Request<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
Returns the request's payload as a String.
getRequestPayloadWithoutQueryParams(Request<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
Returns the request's payload contents as a String, without processing any query string params (i.e.
getResource(String, Class<?>...) - Static method in enum com.amazonaws.util.ClassLoaderHelper
Retrieves the resource via the context class loader of the current thread, and if not found, via the class loaders of the optionally specified classes in the order of their specification, and if not found, from the class loader of ClassLoaderHelper as the last resort.
getResource(String, boolean, Class<?>...) - Static method in enum com.amazonaws.util.ClassLoaderHelper
If classesFirst is false, retrieves the resource via the context class loader of the current thread, and if not found, via the class loaders of the optionally specified classes in the order of their specification, and if not found, from the class loader of ClassLoaderHelper as the last resort.
getResourceAsStream(String, Class<?>...) - Static method in enum com.amazonaws.util.ClassLoaderHelper
Retrieves the resource as an input stream via the context class loader of the current thread, and if not found, via the class loaders of the optionally specified classes in the order of their specification, and if not found, from the class loader of ClassLoaderHelper as the last resort.
getResourceAsStream(String, boolean, Class<?>...) - Static method in enum com.amazonaws.util.ClassLoaderHelper
If classesFirst is false, retrieves the resource as an input stream via the context class loader of the current thread, and if not found, via the class loaders of the optionally specified classes in the order of their specification, and if not found, from the class loader of ClassLoaderHelper as the last resort.
getResourcePath() - Method in class com.amazonaws.DefaultRequest
 
getResourcePath() - Method in interface com.amazonaws.Request
Returns the path to the resource being requested.
getResources() - Method in class com.amazonaws.auth.policy.Statement
Returns the resources associated with this policy statement.
getResponseMetadata() - Method in class com.amazonaws.AmazonWebServiceResponse
Returns the response metadata for this response.
getResponseMetadataForRequest(AmazonWebServiceRequest) - Method in class com.amazonaws.http.AmazonHttpClient
Deprecated.
ResponseMetadata cache can hold up to 50 requests and responses in memory and will cause memory issue. This method now always returns null.
getResult() - Method in class com.amazonaws.AmazonWebServiceResponse
Returns the result contained by this response.
getRetryCondition() - Method in class com.amazonaws.retry.RetryPolicy
Returns the retry condition included in this retry policy.
getRetryPolicy() - Method in class com.amazonaws.ClientConfiguration
Returns the retry policy upon failed requests.
getReuseLastProvider() - Method in class com.amazonaws.auth.AWSCredentialsProviderChain
Returns true if this chain will reuse the last successful credentials provider for future credentials requests, otherwise, false if it will search through the chain each time.
getRoleArn() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
The Amazon Resource Name (ARN) of the role to assume.
getRoleArn() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
The Amazon Resource Name (ARN) of the role that the caller is assuming.
getRoleSessionName() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
An identifier for the assumed role session.
getRoleSessionName() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
An identifier for the assumed role session.
getRootCause(Throwable) - Static method in enum com.amazonaws.util.Throwables
 
getScope(Request<?>, String) - Method in class com.amazonaws.auth.AWS4Signer
 
getScope() - Method in class com.amazonaws.auth.AWS4Signer.HeaderSigningResult
 
getSecretAccessKey() - Method in class com.amazonaws.services.securitytoken.model.Credentials
The secret access key that can be used to sign requests.
getSecretKey() - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
The Secret Access Key portion of the credentials
getSerialNumber() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
The identification number of the MFA device that is associated with the user who is making the AssumeRole call.
getSerialNumber() - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenRequest
The identification number of the MFA device that is associated with the IAM user who is making the GetSessionToken call.
getServiceAbbreviation() - Method in class com.amazonaws.AmazonWebServiceClient
getServiceEndpoint(String) - Method in class com.amazonaws.regions.Region
 
getServiceId() - Method in enum com.amazonaws.auth.policy.Principal.Services
 
getServiceMetricCollector() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
getServiceMetricCollector() - Method in class com.amazonaws.metrics.MetricCollector
 
getServiceMetricCollector() - Method in interface com.amazonaws.metrics.ServiceMetricCollector.Factory
 
getServiceMetricType() - Method in class com.amazonaws.metrics.ServiceLatencyProvider
Constructor.
getServiceName() - Method in exception com.amazonaws.AmazonServiceException
Returns the name of the service that sent this error response.
getServiceName() - Method in class com.amazonaws.AmazonWebServiceClient
 
getServiceName() - Method in class com.amazonaws.DefaultRequest
 
getServiceName() - Method in interface com.amazonaws.metrics.ServiceMetricType
 
getServiceName() - Method in class com.amazonaws.metrics.SimpleServiceMetricType
 
getServiceName() - Method in interface com.amazonaws.Request
Returns the name of the Amazon service this request is for.
getServiceName() - Method in enum com.amazonaws.util.AWSServiceMetrics
Deprecated.
 
getServiceNameIntern() - Method in class com.amazonaws.AmazonWebServiceClient
Internal method for implementing AmazonWebServiceClient.getServiceName().
getSessionCredentialsProvider(AWSCredentials, String, ClientConfiguration) - Static method in class com.amazonaws.auth.SessionCredentialsProviderFactory
Gets a session credentials provider for the long-term credentials and service endpoint given.
getSessionCredentitalsExpiration() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
 
getSessionDuration() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Get the duration of the session credentials created by this client in seconds.
getSessionDuration() - Method in class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
Get the duration of the session credentials created by this client in seconds.
getSessionToken() - Method in interface com.amazonaws.auth.AWSSessionCredentials
 
getSessionToken() - Method in class com.amazonaws.auth.BasicSessionCredentials
 
getSessionToken() - Method in class com.amazonaws.auth.STSSessionCredentials
Deprecated.
Returns the session token for the current STS session, beginning a new one if necessary.
getSessionToken() - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
The Session Token portion of the credentials
getSessionToken(GetSessionTokenRequest) - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenService
Returns a set of temporary credentials for an AWS account or IAM user.
getSessionToken() - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenService
Returns a set of temporary credentials for an AWS account or IAM user.
getSessionToken(GetSessionTokenRequest) - Method in class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Returns a set of temporary credentials for an AWS account or IAM user.
getSessionToken() - Method in class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Returns a set of temporary credentials for an AWS account or IAM user.
getSessionToken() - Method in class com.amazonaws.services.securitytoken.model.Credentials
The token that users must pass to the service API to use the temporary credentials.
GetSessionTokenRequest - Class in com.amazonaws.services.securitytoken.model
Returns a set of temporary credentials for an AWS account or IAM user.
GetSessionTokenRequest() - Constructor for class com.amazonaws.services.securitytoken.model.GetSessionTokenRequest
 
GetSessionTokenResult - Class in com.amazonaws.services.securitytoken.model
Contains the response to a successful GetSessionToken request, including temporary AWS credentials that can be used to make AWS requests.
GetSessionTokenResult() - Constructor for class com.amazonaws.services.securitytoken.model.GetSessionTokenResult
 
getSignature() - Method in class com.amazonaws.auth.AWS4Signer.HeaderSigningResult
 
getSignatureDate(int) - Method in class com.amazonaws.auth.AbstractAWSSigner
 
getSignedHeadersString(Request<?>) - Method in class com.amazonaws.auth.AWS4Signer
 
getSigner() - Method in class com.amazonaws.AmazonWebServiceClient
Returns the signer.
getSigner(String, String) - Static method in class com.amazonaws.auth.SignerFactory
 
getSignerByTypeAndService(String, String) - Static method in class com.amazonaws.auth.SignerFactory
Returns an instance of the given signer type and configures it with the given service name (if applicable).
getSignerByURI(URI) - Method in class com.amazonaws.AmazonWebServiceClient
Returns the signer based on the given URI and the current AWS client configuration.
getSignerByURI(URI) - Method in class com.amazonaws.http.ExecutionContext
 
getSignerOverride() - Method in class com.amazonaws.ClientConfiguration
Returns the name of the signature algorithm to use for signing requests made by this client.
getSignerRegionOverride() - Method in class com.amazonaws.AmazonWebServiceClient
 
getSocketBufferSizeHints() - Method in class com.amazonaws.ClientConfiguration
Returns the optional size hints (in bytes) for the low level TCP send and receive buffers.
getSocketTimeout() - Method in class com.amazonaws.ClientConfiguration
Returns the amount of time to wait (in milliseconds) for data to be transfered over an established, open connection before the connection times out and is closed.
getStartEpochTimeMilli() - Method in class com.amazonaws.util.TimingInfo
Deprecated.
getStartEpochTimeMilliIfKnown() - Method in class com.amazonaws.util.TimingInfo
Retrieves the start epoch time in milliseconds if known.
getStartTime() - Method in class com.amazonaws.util.TimingInfo
Deprecated.
getStartTimeNano() - Method in class com.amazonaws.util.TimingInfo
 
getStatements() - Method in class com.amazonaws.auth.policy.Policy
Returns the collection of statements contained by this policy.
getStatusCode() - Method in exception com.amazonaws.AmazonServiceException
Returns the HTTP status code that was returned with this service exception.
getStatusCode() - Method in class com.amazonaws.http.HttpResponse
Returns the HTTP status code (ex: 200, 404, etc) associated with this response.
getStatusCode() - Method in class com.amazonaws.http.JsonErrorResponseHandler.JsonErrorResponse
Gets the status code of the response header
getStatusText() - Method in class com.amazonaws.http.HttpResponse
Returns the HTTP status text associated with this response.
getString() - Method in class com.amazonaws.util.StringInputStream
Returns the original string specified when this input stream was constructed.
getStringToSign(String, String, String, String) - Method in class com.amazonaws.auth.AWS4Signer
 
getSubjectFromWebIdentityToken() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The unique user identifier that is returned by the identity provider.
getSubjectFromWIF() - Method in class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
Get the identifier returned from the Identity Provider for the authenticated user.
getSubMeasurement(String) - Method in class com.amazonaws.util.TimingInfo
 
getSubMeasurement(String, int) - Method in class com.amazonaws.util.TimingInfo
 
getSubMeasurementsByName() - Method in class com.amazonaws.util.TimingInfo
 
getThroughputMetricType() - Method in class com.amazonaws.metrics.ByteThroughputProvider
 
getTimeOffset() - Method in class com.amazonaws.AmazonWebServiceClient
Returns the optional value for time offset for this client.
getTimeOffset(Request<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
 
getTimeOffset() - Method in class com.amazonaws.DefaultRequest
 
getTimeOffset() - Method in interface com.amazonaws.Request
Returns the optional value for time offset for this request.
getTimeStamp(long) - Method in class com.amazonaws.auth.AWS4Signer
 
getTimeTakenMillis() - Method in class com.amazonaws.util.TimingInfo
Deprecated.
getTimeTakenMillisIfKnown() - Method in class com.amazonaws.util.TimingInfo
 
getTimingInfo() - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
getToken() - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
With the logins and identityId to mark the user, it builds a request to the cognito back end, and returns the token cib hands back
getToken() - Method in interface com.amazonaws.auth.AWSIdentityProvider
Get the token from the relevant provider
getToken() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
 
getToken() - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenResult
An OpenID token, valid for 15 minutes.
getTokenCode() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
The value provided by the MFA device, if the trust policy of the role being assumed requires MFA (that is, if the policy includes a condition that tests for MFA).
getTokenCode() - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenRequest
The value provided by the MFA device, if MFA is required.
getTrustManager() - Method in class com.amazonaws.ClientConfiguration
Gets the trust manager to use for secure connections from this client.
getType() - Method in class com.amazonaws.auth.policy.Condition
Returns the type of this condition.
getUri() - Method in class com.amazonaws.http.HttpRequest
Gets the URI of this request.
getUrlConnection(URL) - Method in class com.amazonaws.http.UrlHttpClient
 
getUserAgent() - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
Gets the user agent string to append to all requests made by this provider.
getUserAgent() - Method in class com.amazonaws.auth.CognitoCachingCredentialsProvider
 
getUserAgent() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Gets the user agent string to append to all requests made by this provider.
getUserAgent() - Method in class com.amazonaws.ClientConfiguration
Returns the HTTP user agent header to send with all requests.
getUserAgent() - Method in class com.amazonaws.mobile.config.AWSConfiguration
 
getUserAgent() - Static method in class com.amazonaws.util.VersionInfoUtils
 
getUserId() - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
The unique identifier of the calling entity.
getValues() - Method in class com.amazonaws.auth.policy.Condition
Returns the values specified for this access control policy condition.
getVersion() - Method in class com.amazonaws.auth.policy.Policy
Returns the version of this AWS policy.
getVersion() - Static method in class com.amazonaws.util.VersionInfoUtils
Returns the current version for the AWS SDK in which this class is running.
getWebIdentityProvider() - Method in enum com.amazonaws.auth.policy.Principal.WebIdentityProviders
 
getWebIdentityToken() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity provider.
getWrappedInputStream() - Method in class com.amazonaws.http.HttpMethodReleaseInputStream
 
Glacier - Static variable in class com.amazonaws.regions.ServiceAbbreviations
glacier.

H

handle(HttpResponse) - Method in class com.amazonaws.http.DefaultErrorResponseHandler
 
handle(HttpResponse) - Method in interface com.amazonaws.http.HttpResponseHandler
Accepts an HTTP response object, and returns an object of type T.
handle(HttpResponse) - Method in class com.amazonaws.http.JsonErrorResponseHandler
 
handle(HttpResponse) - Method in class com.amazonaws.http.JsonResponseHandler
 
handle(HttpResponse) - Method in class com.amazonaws.http.StaxResponseHandler
 
HandlerChainFactory - Class in com.amazonaws.handlers
Factory for creating request/response handler chains.
HandlerChainFactory() - Constructor for class com.amazonaws.handlers.HandlerChainFactory
 
hash(String) - Method in class com.amazonaws.auth.AbstractAWSSigner
Hashes the string contents (assumed to be UTF-8) using the SHA-256 algorithm.
hash(InputStream) - Method in class com.amazonaws.auth.AbstractAWSSigner
 
hash(byte[]) - Method in class com.amazonaws.auth.AbstractAWSSigner
Hashes the binary data using the SHA-256 algorithm.
hashCode() - Method in class com.amazonaws.auth.policy.Principal
 
hashCode() - Method in class com.amazonaws.metrics.SimpleMetricType
 
hashCode() - Method in class com.amazonaws.regions.Region
 
hashCode() - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
 
hashCode() - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
 
hashCode() - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityResult
 
hashCode() - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
 
hashCode() - Method in class com.amazonaws.services.cognitoidentity.model.GetIdResult
 
hashCode() - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenRequest
 
hashCode() - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenResult
 
hashCode() - Method in class com.amazonaws.services.securitytoken.model.AssumedRoleUser
 
hashCode() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
 
hashCode() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleResult
 
hashCode() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
 
hashCode() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
 
hashCode() - Method in class com.amazonaws.services.securitytoken.model.Credentials
 
hashCode() - Method in class com.amazonaws.services.securitytoken.model.FederatedUser
 
hashCode() - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityRequest
 
hashCode() - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
 
hashCode() - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
 
hashCode() - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenResult
 
hashCode() - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenRequest
 
hashCode() - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenResult
 
hasHttpEndpoint(String) - Method in class com.amazonaws.regions.Region
 
hasHttpsEndpoint(String) - Method in class com.amazonaws.regions.Region
 
hasNext() - Method in interface com.amazonaws.util.json.AwsJsonReader
If in an array or an object, returns true if there are more elements.
header(String, String) - Method in class com.amazonaws.http.HttpResponse.Builder
Adds a key-value header to the request.
HeaderSigningResult(String, String, byte[], byte[]) - Constructor for class com.amazonaws.auth.AWS4Signer.HeaderSigningResult
 
HOST - Static variable in class com.amazonaws.http.HttpHeader
HTTP header for Host.
HOST_METRIC_NAME - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
Used to explicitly specify the host name for metric purposes, instead of detecting the host name via InetAddress when the AWS SDK default metrics is enabled.
HttpClient - Interface in com.amazonaws.http
Interface for an HTTP client.
HttpHeader - Class in com.amazonaws.http
Http header class.
HttpHeader() - Constructor for class com.amazonaws.http.HttpHeader
 
HttpMethod - Enum in com.amazonaws
Enumeration of valid HTTP methods.
HttpMethodName - Enum in com.amazonaws.http
Enums for HTTP method.
HttpMethodReleaseInputStream - Class in com.amazonaws.http
Utility class to wrap InputStreams obtained from an HttpClient library's HttpMethod object, and ensure the stream and HTTP connection are properly released.
HttpMethodReleaseInputStream(HttpEntityEnclosingRequest) - Constructor for class com.amazonaws.http.HttpMethodReleaseInputStream
Constructs an input stream based on an HttpMethod object representing an HTTP connection.
HttpRequest - Class in com.amazonaws.http
A HTTP request class.
HttpRequest(String, URI) - Constructor for class com.amazonaws.http.HttpRequest
Constructs a HttpRequest with given method and uri.
HttpRequest(String, URI, Map<String, String>, InputStream) - Constructor for class com.amazonaws.http.HttpRequest
Constructs a HttpRequest with given method and uri.
HttpRequestFactory - Class in com.amazonaws.http
Responsible for converting AWS Requests to HttpRequests.
HttpRequestFactory() - Constructor for class com.amazonaws.http.HttpRequestFactory
 
HttpRequestNoRetryHandler - Class in com.amazonaws.http.impl.client
The HttpRequestNoRetryHandler class.
HttpResponse - Class in com.amazonaws.http
Represents an HTTP response returned by an AWS service in response to a service request.
HttpResponse.Builder - Class in com.amazonaws.http
A builder class for HttpResponse to create an immutable instance.
HttpResponseHandler<T> - Interface in com.amazonaws.http
Responsible for handling an HTTP response and returning an object of type T.
HttpUtils - Class in com.amazonaws.util
HTTP utils class.
HttpUtils() - Constructor for class com.amazonaws.util.HttpUtils
 

I

IAM - Static variable in class com.amazonaws.regions.ServiceAbbreviations
iam.
identityChanged(String) - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
Updates the listeners and establishes the new identityId as the stored identityId
identityChanged(String) - Method in interface com.amazonaws.auth.AWSCognitoIdentityProvider
Handles the updating of the identityId locally once it has been changed for one reason or another
identityChanged(String, String) - Method in interface com.amazonaws.auth.IdentityChangedListener
Defines the actions to be taken after an identity change event has been captured to update data appropriately
IdentityChangedListener - Interface in com.amazonaws.auth
The interface to handle the appropriate updates when an identity change event was caught
identityId - Variable in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
The data structures that won't vary between cognito and developer providers
IdleConnectionReaper - Class in com.amazonaws.http
Daemon thread to periodically check connection pools for idle connections.
IDPCommunicationErrorException - Exception in com.amazonaws.services.securitytoken.model
The request could not be fulfilled because the non-AWS identity provider (IDP) that was asked to verify the incoming identity token could not be reached.
IDPCommunicationErrorException(String) - Constructor for exception com.amazonaws.services.securitytoken.model.IDPCommunicationErrorException
Constructs a new IDPCommunicationErrorException with the specified error message.
IDPRejectedClaimException - Exception in com.amazonaws.services.securitytoken.model
The identity provider (IdP) reported that authentication failed.
IDPRejectedClaimException(String) - Constructor for exception com.amazonaws.services.securitytoken.model.IDPRejectedClaimException
Constructs a new IDPRejectedClaimException with the specified error message.
ImmutableMapParameter<K,V> - Class in com.amazonaws.util
An immutable map that could be built by convenient constructors.
ImmutableMapParameter.Builder<K,V> - Class in com.amazonaws.util
A convenient builder for creating ImmutableMapParameter instances.
ImportExport - Static variable in class com.amazonaws.regions.ServiceAbbreviations
import export.
INCLUDE_PER_HOST_METRICS - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
Used to generate per host level metrics when the AWS SDK default metrics is enabled.
INCLUDE_SKIPPED_BYTES - Static variable in class com.amazonaws.util.LengthCheckInputStream
Include skipped bytes.
increment(int, long) - Method in class com.amazonaws.metrics.ByteThroughputProvider
 
incrementCounter(String) - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
incrementCounter(MetricType) - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
incrementCounter(String) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
Add 1 to an existing count for a given event.
incrementCounter(MetricType) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
 
incrementCounter(String) - Method in class com.amazonaws.util.TimingInfo
=
init() - Static method in class com.amazonaws.regions.RegionUtils
There is no need to call this method, it is public only for Compatibility.
initialize(Context) - Method in interface com.amazonaws.mobile.config.AWSConfigurable
Initialize the SDK Client.
initialize(Context, AWSConfiguration) - Method in interface com.amazonaws.mobile.config.AWSConfigurable
Initialize the SDK Client.
initialize(Context, AWSConfiguration, ClientConfiguration) - Method in interface com.amazonaws.mobile.config.AWSConfigurable
Initialize the SDK Client.
InternalErrorException - Exception in com.amazonaws.services.cognitoidentity.model
Thrown when the service encounters an error during processing the request.
InternalErrorException(String) - Constructor for exception com.amazonaws.services.cognitoidentity.model.InternalErrorException
Constructs a new InternalErrorException with the specified error message.
InvalidIdentityPoolConfigurationException - Exception in com.amazonaws.services.cognitoidentity.model
Thrown if the identity pool has no role associated for the given auth type (auth/unauth) or if the AssumeRole fails.
InvalidIdentityPoolConfigurationException(String) - Constructor for exception com.amazonaws.services.cognitoidentity.model.InvalidIdentityPoolConfigurationException
Constructs a new InvalidIdentityPoolConfigurationException with the specified error message.
InvalidIdentityTokenException - Exception in com.amazonaws.services.securitytoken.model
The web identity token that was passed could not be validated by AWS.
InvalidIdentityTokenException(String) - Constructor for exception com.amazonaws.services.securitytoken.model.InvalidIdentityTokenException
Constructs a new InvalidIdentityTokenException with the specified error message.
InvalidParameterException - Exception in com.amazonaws.services.cognitoidentity.model
Thrown for missing or bad input parameter(s).
InvalidParameterException(String) - Constructor for exception com.amazonaws.services.cognitoidentity.model.InvalidParameterException
Constructs a new InvalidParameterException with the specified error message.
IOUtils - Enum in com.amazonaws.util
Utilities for IO operations.
IpAddressCondition - Class in com.amazonaws.auth.policy.conditions
AWS access control policy condition that allows an access control statement to be conditionally applied based on the comparison of the the incoming source IP address at the time of a request against a CIDR IP range.
IpAddressCondition(String) - Constructor for class com.amazonaws.auth.policy.conditions.IpAddressCondition
Constructs a new access policy condition that compares the source IP address of the incoming request to an AWS service against the specified CIDR range.
IpAddressCondition(IpAddressCondition.IpAddressComparisonType, String) - Constructor for class com.amazonaws.auth.policy.conditions.IpAddressCondition
Constructs a new access policy condition that compares the source IP address of the incoming request to an AWS service against the specified CIDR range.
IpAddressCondition.IpAddressComparisonType - Enum in com.amazonaws.auth.policy.conditions
Enumeration of the supported ways an IP address comparison can be evaluated.
isAuthenticated() - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
isAuthenticated() - Method in interface com.amazonaws.auth.AWSCognitoIdentityProvider
Checks if the current identityId belongs to an authenticated user
isBlank(CharSequence) - Static method in class com.amazonaws.util.StringUtils
Checks if a CharSequence is whitespace, empty ("") or null.
isClockSkewError(AmazonServiceException) - Static method in class com.amazonaws.retry.RetryUtils
Returns true if the specified exception is a clock skew error.
isContainer() - Method in interface com.amazonaws.util.json.AwsJsonReader
Returns true if the next token is either AwsJsonToken.BEGIN_ARRAY or AwsJsonToken.BEGIN_OBJECT.
isCurlLogging() - Method in class com.amazonaws.ClientConfiguration
Tells whether or not the client should be logging anything.
isDefaultMetricsEnabled() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
isEmpty() - Method in class com.amazonaws.util.ImmutableMapParameter
 
isEmpty(Node) - Static method in class com.amazonaws.util.XpathUtils
Returns true if the specified node is null or has no children.
isEnabled() - Method in class com.amazonaws.metrics.MetricCollector
 
isEnabled() - Method in class com.amazonaws.metrics.RequestMetricCollector
 
isEnabled() - Method in class com.amazonaws.metrics.ServiceMetricCollector
 
isEnabled() - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
isEnabled() - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
Always returns true.
isEnableGzip() - Method in class com.amazonaws.ClientConfiguration
 
isEndTimeKnown() - Method in class com.amazonaws.util.TimingInfo
 
isInterrupted(Throwable) - Static method in class com.amazonaws.retry.RetryUtils
Return true if the error is caused by interruption.
isMachineMetricExcluded() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
isMaxErrorRetryInClientConfigHonored() - Method in class com.amazonaws.retry.RetryPolicy
Returns whether this retry policy should honor the max error retry set in ClientConfiguration.
isMetricActivated() - Method in class com.amazonaws.metrics.MetricFilterInputStream
 
isMetricsEnabled() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
ISO8601_DATE_PATTERN - Static variable in class com.amazonaws.util.DateUtils
ISO 8601 format
isPerHostMetricEnabled() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
isPerHostMetricIncluded() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
isPreemptiveBasicProxyAuth() - Method in class com.amazonaws.ClientConfiguration
Returns whether to attempt to authenticate preemptively against proxy servers using basic authentication
isProfilingEnabled() - Static method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
isRequestEntityTooLargeException(AmazonServiceException) - Static method in class com.amazonaws.retry.RetryUtils
Returns true if the specified exception is a request entity too large error.
isRequestMetricsEnabled(AmazonWebServiceRequest) - Method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
metrics is deprecated
isRetryable() - Method in exception com.amazonaws.AbortedException
Returns a hint as to whether it makes sense to retry upon this exception.
isRetryable() - Method in exception com.amazonaws.AmazonClientException
Returns a hint as to whether it makes sense to retry upon this exception.
isServiceSupported(String) - Method in class com.amazonaws.regions.Region
 
isSingleMetricNamespace() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
 
isStartEpochTimeMilliKnown() - Method in class com.amazonaws.util.TimingInfo
 
isStreaming() - Method in class com.amazonaws.DefaultRequest
 
isStreaming() - Method in class com.amazonaws.http.HttpRequest
 
isStreaming() - Method in interface com.amazonaws.Request
Flag that indicates that request is streaming request
isThrottlingException(AmazonServiceException) - Static method in class com.amazonaws.retry.RetryUtils
Returns true if the specified exception is a throttling error.
isUsingNonDefaultPort(URI) - Static method in class com.amazonaws.util.HttpUtils
Returns true if the specified URI is using a non-standard port (i.e.
isValid() - Method in class com.amazonaws.http.UrlHttpClient.CurlBuilder
 

J

jarFileOf(Class<?>) - Static method in enum com.amazonaws.util.Classes
 
join(String, String...) - Static method in class com.amazonaws.util.StringUtils
Joins the strings in parts with joiner between each string
JsonErrorResponseHandler - Class in com.amazonaws.http
The JSON error response handler class.
JsonErrorResponseHandler(List<? extends JsonErrorUnmarshaller>) - Constructor for class com.amazonaws.http.JsonErrorResponseHandler
Constructor.
JsonErrorResponseHandler.JsonErrorResponse - Class in com.amazonaws.http
A class that represents the error object returned from JSON service.
jsonErrorUnmarshallers - Variable in class com.amazonaws.services.cognitoidentity.AmazonCognitoIdentityClient
List of exception unmarshallers for all Amazon Cognito Identity exceptions.
JsonResponseHandler<T> - Class in com.amazonaws.http
Default implementation of HttpResponseHandler that handles a successful response from an AWS service and unmarshalls the result using a JSON unmarshaller.
JsonResponseHandler(Unmarshaller<T, JsonUnmarshallerContext>) - Constructor for class com.amazonaws.http.JsonResponseHandler
Constructs a new response handler that will use the specified JSON unmarshaller to unmarshall the service response and uses the specified response element path to find the root of the business data in the service's response.
jsonToMap(Reader) - Static method in class com.amazonaws.util.json.JsonUtils
Convenient method to convert a JSON string to a map.
jsonToMap(String) - Static method in class com.amazonaws.util.json.JsonUtils
Convenient method to convert a JSON string to a map.
JsonUtils - Class in com.amazonaws.util.json
A utility class to process JSON contents.
JsonUtils() - Constructor for class com.amazonaws.util.json.JsonUtils
 
JsonUtils.JsonEngine - Enum in com.amazonaws.util.json
JSON engine
JVM_METRIC_NAME - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
Used to generate per JVM level metrics when the AWS SDK default metrics is enabled.

K

keySet() - Method in class com.amazonaws.util.ImmutableMapParameter
 

L

LengthCheckInputStream - Class in com.amazonaws.util
Used to perform length check to ensure the number of bytes read from the underlying input stream is the same as the expected total.
LengthCheckInputStream(InputStream, long, boolean) - Constructor for class com.amazonaws.util.LengthCheckInputStream
Constructs an input stream that performs length check to ensure the number of bytes read from the underlying input stream is the same as the expected total.
LimitExceededException - Exception in com.amazonaws.services.cognitoidentity.model
Thrown when the total number of user pools has exceeded a preset limit.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.cognitoidentity.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
listeners - Variable in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
loadClass(String, Class<?>...) - Static method in enum com.amazonaws.util.ClassLoaderHelper
Loads the class via the optionally specified classes in the order of their specification, and if not found, via the context class loader of the current thread, and if not found, from the caller class loader as the last resort.
loadClass(String, boolean, Class<?>...) - Static method in enum com.amazonaws.util.ClassLoaderHelper
If classesFirst is false, loads the class via the context class loader of the current thread, and if not found, via the class loaders of the optionally specified classes in the order of their specification, and if not found, from the caller class loader as the last resort.
localHostName() - Static method in class com.amazonaws.util.AwsHostNameUtils
 
LOCATION - Static variable in class com.amazonaws.http.HttpHeader
HTTP header for Location.
log - Static variable in class com.amazonaws.auth.AWS4Signer
 
log() - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
log.
log() - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
 
LOGGING_AWS_REQUEST_METRIC - Static variable in class com.amazonaws.AmazonWebServiceClient
Boolean for logging AWS request metrics.
loginsMap - Variable in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
lowerCase(String) - Static method in class com.amazonaws.util.StringUtils
Converts a string to lower case with Locale.ENGLISH.

M

MalformedPolicyDocumentException - Exception in com.amazonaws.services.securitytoken.model
The request was rejected because the policy document was malformed.
MalformedPolicyDocumentException(String) - Constructor for exception com.amazonaws.services.securitytoken.model.MalformedPolicyDocumentException
Constructs a new MalformedPolicyDocumentException with the specified error message.
mapToString(Map<String, String>) - Static method in class com.amazonaws.util.json.JsonUtils
Encode a string to string map as a JSON string.
mark(int) - Method in class com.amazonaws.util.LengthCheckInputStream
 
md5AsBase64(InputStream) - Static method in class com.amazonaws.util.Md5Utils
 
md5AsBase64(byte[]) - Static method in class com.amazonaws.util.Md5Utils
 
md5AsBase64(File) - Static method in class com.amazonaws.util.Md5Utils
 
Md5Utils - Class in com.amazonaws.util
Utility methods for computing MD5 sums.
Md5Utils() - Constructor for class com.amazonaws.util.Md5Utils
 
metadata - Variable in class com.amazonaws.ResponseMetadata
 
METRIC_NAME_SPACE - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
Used to specify a custom metric name space.
METRIC_QUEUE_SIZE - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
Used to specify the internal in-memory queue size for queuing metrics data points.
MetricCollector - Class in com.amazonaws.metrics
Metric Collector SPI.
MetricCollector() - Constructor for class com.amazonaws.metrics.MetricCollector
 
MetricCollector.Factory - Interface in com.amazonaws.metrics
Can be used to serve as a factory for the request metric collector.
MetricFilterInputStream - Class in com.amazonaws.metrics
Used to capture the input stream throughput metrics, but excluding the SdkFilterInputStream.read() API.
MetricFilterInputStream(ThroughputMetricType, InputStream) - Constructor for class com.amazonaws.metrics.MetricFilterInputStream
Constructor.
MetricInputStreamEntity - Class in com.amazonaws.metrics
Used to help capture the throughput metrics.
MetricInputStreamEntity(ThroughputMetricType, InputStream, long) - Constructor for class com.amazonaws.metrics.MetricInputStreamEntity
Constructor.
MetricType - Interface in com.amazonaws.metrics
Metric type.

N

name() - Method in interface com.amazonaws.metrics.MetricType
Non-null name of the metric type.
name() - Method in class com.amazonaws.metrics.SimpleMetricType
 
name() - Method in class com.amazonaws.metrics.SimpleServiceMetricType
 
name(String) - Method in interface com.amazonaws.util.json.AwsJsonWriter
Writes the field name in an object
needsConnectionLeftOpen() - Method in class com.amazonaws.http.DefaultErrorResponseHandler
Since this response handler completely consumes all the data from the underlying HTTP connection during the handle method, we don't need to keep the HTTP connection open.
needsConnectionLeftOpen() - Method in interface com.amazonaws.http.HttpResponseHandler
Indicates if this response handler requires that the underlying HTTP connection not be closed automatically after the response is handled.
needsConnectionLeftOpen() - Method in class com.amazonaws.http.JsonErrorResponseHandler
 
needsConnectionLeftOpen - Variable in class com.amazonaws.http.JsonResponseHandler
Boolean to indicate if connect needs to be left open.
needsConnectionLeftOpen() - Method in class com.amazonaws.http.JsonResponseHandler
Since this response handler completely consumes all the data from the underlying HTTP connection during the handle method, we don't need to keep the HTTP connection open.
needsConnectionLeftOpen() - Method in class com.amazonaws.http.StaxResponseHandler
Since this response handler completely consumes all the data from the underlying HTTP connection during the handle method, we don't need to keep the HTTP connection open.
needsNewSession() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Returns true if a new STS session needs to be started.
newRefererCondition(StringCondition.StringComparisonType, String) - Static method in class com.amazonaws.auth.policy.conditions.ConditionFactory
Constructs a new access control policy condition that tests the incoming request's referer field against the specified value, using the specified comparison type.
newRequestHandler2Chain(String) - Method in class com.amazonaws.handlers.HandlerChainFactory
Constructs a new request handler (v2) chain by analyzing the specified classpath resource.
newRequestHandlerChain(String) - Method in class com.amazonaws.handlers.HandlerChainFactory
For backward compatibility, constructs a new request handler chain adapted to RequestHandler2 by analyzing the specified classpath resource.
newSecureTransportCondition() - Static method in class com.amazonaws.auth.policy.conditions.ConditionFactory
Constructs a new access control policy condition that tests if the incoming request was sent over a secure transport (HTTPS).
newSourceArnCondition(String) - Static method in class com.amazonaws.auth.policy.conditions.ConditionFactory
Constructs a new access policy condition that compares the Amazon Resource Name (ARN) of the source of an AWS resource that is modifying another AWS resource with the specified pattern.
newString(byte[]) - Method in class com.amazonaws.auth.AbstractAWSSigner
Safely converts a UTF-8 encoded byte array into a String.
newTimingInfoFullSupport(long, long) - Static method in class com.amazonaws.util.TimingInfo
Returns a TimingInfoFullSupport based on the given start and end time in nanosecond, ignoring the wall clock time.
newTimingInfoFullSupport(long, long, long) - Static method in class com.amazonaws.util.TimingInfo
Returns a TimingInfoFullSupport based on the given start time since epoch in millisecond, and the given start and end time in nanosecond.
newUserAgentCondition(StringCondition.StringComparisonType, String) - Static method in class com.amazonaws.auth.policy.conditions.ConditionFactory
Constructs a new access control policy condition that tests the incoming request's user agent field against the specified value, using the specified comparison type.
nextName() - Method in interface com.amazonaws.util.json.AwsJsonReader
If the next token is AwsJsonToken.FIELD_NAME, gets the field name as String, and consumes it.
nextString() - Method in interface com.amazonaws.util.json.AwsJsonReader
Gets the next value as String, or null if the token is AwsJsonToken.VALUE_NULL.
NO_DELAY - Static variable in interface com.amazonaws.retry.RetryPolicy.BackoffStrategy
Backoff strategy.
NO_RETRY_CONDITION - Static variable in interface com.amazonaws.retry.RetryPolicy.RetryCondition
Condition for no retry.
NO_RETRY_POLICY - Static variable in class com.amazonaws.retry.PredefinedRetryPolicies
No retry policy
nodeLength(NodeList) - Static method in class com.amazonaws.util.XpathUtils
Returns the length of the specified node list.
NONE - Static variable in class com.amazonaws.metrics.MetricCollector
A convenient instance of a no-op request metric collector.
NONE - Static variable in class com.amazonaws.metrics.RequestMetricCollector
A convenient instance of a no-op request metric collector.
NONE - Static variable in class com.amazonaws.metrics.ServiceMetricCollector
A convenient instance of a no-op service metric collector.
NoOpSigner - Class in com.amazonaws.auth
A No-Op Signer Implementation.
NoOpSigner() - Constructor for class com.amazonaws.auth.NoOpSigner
 
NoSessionSupportCredentials - Interface in com.amazonaws.auth
Marker interface for credentials that should not be used to start AWS Security Token Service sessions.
NotAuthorizedException - Exception in com.amazonaws.services.cognitoidentity.model
Thrown when a user is not authorized to access the requested resource.
NotAuthorizedException(String) - Constructor for exception com.amazonaws.services.cognitoidentity.model.NotAuthorizedException
Constructs a new NotAuthorizedException with the specified error message.
numberOfDaysSinceEpoch(long) - Static method in class com.amazonaws.util.DateUtils
 
NumericCondition - Class in com.amazonaws.auth.policy.conditions
AWS access control policy condition that allows an access control statement to be conditionally applied based on a numeric comparison.
NumericCondition(NumericCondition.NumericComparisonType, String, String) - Constructor for class com.amazonaws.auth.policy.conditions.NumericCondition
Constructs a new access policy condition that compares two numbers.
NumericCondition.NumericComparisonType - Enum in com.amazonaws.auth.policy.conditions
Enumeration of the supported ways a numeric comparison can be evaluated

O

of(K, V) - Static method in class com.amazonaws.util.ImmutableMapParameter
 
of(K, V, K, V) - Static method in class com.amazonaws.util.ImmutableMapParameter
 
of(K, V, K, V, K, V) - Static method in class com.amazonaws.util.ImmutableMapParameter
 
of(K, V, K, V, K, V, K, V) - Static method in class com.amazonaws.util.ImmutableMapParameter
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.amazonaws.util.ImmutableMapParameter
 
onError(Exception) - Method in interface com.amazonaws.handlers.AsyncHandler
Invoked after an asynchronous request
onSuccess(REQUEST, RESULT) - Method in interface com.amazonaws.handlers.AsyncHandler
Invoked after an asynchronous request has completed successfully.
Opsworks - Static variable in class com.amazonaws.regions.ServiceAbbreviations
opsworks.
optJsonObject(String) - Method in class com.amazonaws.mobile.config.AWSConfiguration
This method will search for the name provided in the json and unwrap the configuration specified by AWSConfiguration.setConfiguration(String).
overriddenDate - Variable in class com.amazonaws.auth.AWS4Signer
Date override for testing only

P

PackedPolicyTooLargeException - Exception in com.amazonaws.services.securitytoken.model
The request was rejected because the policy document was too large.
PackedPolicyTooLargeException(String) - Constructor for exception com.amazonaws.services.securitytoken.model.PackedPolicyTooLargeException
Constructs a new PackedPolicyTooLargeException with the specified error message.
parse(InputStream) - Static method in class com.amazonaws.regions.RegionMetadataParser
Deprecated.
Parses the specified input stream and returns a RegionMetadata object.
parse(String, String) - Static method in class com.amazonaws.util.DateUtils
Parses the specified date string with the given date pattern and returns the Date object.
parse(InputStream, ContentHandler) - Static method in class com.amazonaws.util.XmlUtils
Parse.
parseCompressedISO8601Date(String) - Static method in class com.amazonaws.util.DateUtils
Parses the specified date string as a compressedIso8601DateFormat ("yyyyMMdd'T'HHmmss'Z'") and returns the Date object.
parseISO8601Date(String) - Static method in class com.amazonaws.util.DateUtils
Parses the specified date string as an ISO 8601 date and returns the Date object.
parseRegionMetadata(InputStream) - Method in class com.amazonaws.regions.RegionMetadataParser
parseRegionMetadata(InputStream, boolean) - Method in class com.amazonaws.regions.RegionMetadataParser
parseRegionName(URI) - Static method in class com.amazonaws.util.AwsHostNameUtils
parseRegionName(String, String) - Static method in class com.amazonaws.util.AwsHostNameUtils
Attempts to parse the region name from an endpoint based on conventions about the endpoint format.
parseRFC822Date(String) - Static method in class com.amazonaws.util.DateUtils
Parses the specified date string as an RFC 822 date and returns the Date object.
parseServiceName(URI) - Static method in class com.amazonaws.util.AwsHostNameUtils
Deprecated.
because it's no longer needed by the SDK, and therefore not maintained.
PART_COMPLETED_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
Event code for multipart completed.
PART_FAILED_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
Event code for multipart failed.
PART_STARTED_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
Event code for multipart started.
peek() - Method in interface com.amazonaws.util.json.AwsJsonReader
Gets the next token but doesn't consume it.
Policy - Class in com.amazonaws.auth.policy
An AWS access control policy is a object that acts as a container for one or more statements, which specify fine grained rules for allowing or denying various types of actions from being performed on your AWS resources.
Policy() - Constructor for class com.amazonaws.auth.policy.Policy
Constructs an empty AWS access control policy ready to be populated with statements.
Policy(String) - Constructor for class com.amazonaws.auth.policy.Policy
Constructs a new AWS access control policy with the specified policy ID.
Policy(String, Collection<Statement>) - Constructor for class com.amazonaws.auth.policy.Policy
Constructs a new AWS access control policy with the specified policy ID and collection of statements.
PredefinedRetryPolicies - Class in com.amazonaws.retry
This class includes a set of pre-defined retry policies, including default policies used by SDK.
PredefinedRetryPolicies() - Constructor for class com.amazonaws.retry.PredefinedRetryPolicies
 
PredefinedRetryPolicies.SDKDefaultRetryCondition - Class in com.amazonaws.retry
The default implementation of RetryCondition used by the SDK.
PREPARING_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
Event code for preparing.
Presigner - Interface in com.amazonaws.auth
A request signer that has special-case logic to presign requests, generating a URL which embeds the signature suitable for hyperlinking.
presignRequest(Request<?>, AWSCredentials, Date) - Method in class com.amazonaws.auth.AWS4Signer
 
presignRequest(Request<?>, AWSCredentials, Date) - Method in interface com.amazonaws.auth.Presigner
Signs the request by adding the signature to the URL rather than as a header.
Principal - Class in com.amazonaws.auth.policy
A principal is an AWS account or AWS web serivce, which is being allowed or denied access to a resource through an access control policy.
Principal(Principal.Services) - Constructor for class com.amazonaws.auth.policy.Principal
Constructs a new principal with the specified AWS web service which is being allowed or denied access to a resource through an access control policy.
Principal(String, String) - Constructor for class com.amazonaws.auth.policy.Principal
Constructs a new principal with the specified id and provider.
Principal(String) - Constructor for class com.amazonaws.auth.policy.Principal
Constructs a new principal with the specified AWS account ID.
Principal(Principal.WebIdentityProviders) - Constructor for class com.amazonaws.auth.policy.Principal
Constructs a new principal with the specified web identity provider.
Principal.Services - Enum in com.amazonaws.auth.policy
The services who have the right to do the assume the role action.
Principal.WebIdentityProviders - Enum in com.amazonaws.auth.policy
Web identity providers, such as Login with Amazon, Facebook, or Google.
printToLog(String) - Method in class com.amazonaws.http.UrlHttpClient
 
processRequestPayload(Request<?>, AWS4Signer.HeaderSigningResult) - Method in class com.amazonaws.auth.AWS4Signer
Subclass could override this method to perform any additional procedure on the request payload, with access to the result from signing the header.
PROFILING_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
Deprecated.
by SDKGlobalConfiguration.DEFAULT_METRICS_SYSTEM_PROPERTY. Internal system property to enable timing info collection.
progressChanged(ProgressEvent) - Method in interface com.amazonaws.event.ProgressListener
Called when progress has changed, such as additional bytes transferred, transfer failed, etc.
progressChanged(ProgressListener, ProgressEvent) - Static method in class com.amazonaws.event.ProgressListenerCallbackExecutor
Used to submit a task to publish a progress event to the given listener.
progressChanged(ProgressEvent) - Method in class com.amazonaws.event.ProgressListenerCallbackExecutor
 
progressChanged(ProgressEvent) - Method in class com.amazonaws.event.ProgressListenerChain
 
ProgressEvent - Class in com.amazonaws.event
Notification of a progress change on a transfer.
ProgressEvent(long) - Constructor for class com.amazonaws.event.ProgressEvent
Constructor.
ProgressEvent(int, long) - Constructor for class com.amazonaws.event.ProgressEvent
Constructor.
ProgressListener - Interface in com.amazonaws.event
Listener interface for transfer progress events.
ProgressListenerCallbackExecutor - Class in com.amazonaws.event
This class wraps a ProgressListener object, and manages all its callback execution.
ProgressListenerCallbackExecutor(ProgressListener) - Constructor for class com.amazonaws.event.ProgressListenerCallbackExecutor
Constructor.
ProgressListenerCallbackExecutor() - Constructor for class com.amazonaws.event.ProgressListenerCallbackExecutor
Constructor.
ProgressListenerChain - Class in com.amazonaws.event
An implementation of ProgressListener interface that delegates progressChanged callback to multiple listeners.
ProgressListenerChain(ProgressListener...) - Constructor for class com.amazonaws.event.ProgressListenerChain
Create a listener chain that directly passes all the progress events to the specified listeners.
ProgressListenerChain(ProgressListenerChain.ProgressEventFilter, ProgressListener...) - Constructor for class com.amazonaws.event.ProgressListenerChain
Create a listener chain with a ProgressEventFilter.
ProgressListenerChain.ProgressEventFilter - Interface in com.amazonaws.event
An interface that filters the incoming events before passing them into the registered listeners.
ProgressReportingInputStream - Class in com.amazonaws.event
Simple InputStream wrapper that occasionally notifies a progress listener about the number of bytes transferred.
ProgressReportingInputStream(InputStream, ProgressListenerCallbackExecutor) - Constructor for class com.amazonaws.event.ProgressReportingInputStream
Creates a new progress reporting input stream that simply wraps the specified input stream and uses the specified listener callback executor to asynchronously notify the listener about the number of bytes transferred.
PropertiesCredentials - Class in com.amazonaws.auth
Simple implementation AWSCredentials that reads in AWS access keys from a properties file.
PropertiesCredentials(File) - Constructor for class com.amazonaws.auth.PropertiesCredentials
Reads the specified file as a Java properties file and extracts the AWS access key from the "accessKey" property and AWS secret access key from the "secretKey" property.
PropertiesCredentials(InputStream) - Constructor for class com.amazonaws.auth.PropertiesCredentials
Reads the specified input stream as a stream of Java properties file content and extracts the AWS access key ID and secret access key from the properties.
PropertiesFileCredentialsProvider - Class in com.amazonaws.auth
AWSCredentialsProvider implementation that loads AWS security credentials from a properties file provided on initialization.
PropertiesFileCredentialsProvider(String) - Constructor for class com.amazonaws.auth.PropertiesFileCredentialsProvider
Creates a new PropertiesFileCredentialsProvider that will attempt to load a custom file from the path specified to read AWS security credentials.
Protocol - Enum in com.amazonaws
Represents the communication protocol to use when sending requests to AWS.
put(K, V) - Method in class com.amazonaws.util.ImmutableMapParameter.Builder
Add a key-value pair into the built map.
put(K, V) - Method in class com.amazonaws.util.ImmutableMapParameter
 
putAll(Map<? extends K, ? extends V>) - Method in class com.amazonaws.util.ImmutableMapParameter
 
putClientMarker(RequestClientOptions.Marker, String) - Method in class com.amazonaws.RequestClientOptions
Associates the given value with the given marker.

Q

QueryStringSigner - Class in com.amazonaws.auth
Signer implementation responsible for signing an AWS query string request according to the various signature versions and hashing algorithms.
QueryStringSigner() - Constructor for class com.amazonaws.auth.QueryStringSigner
 
QUEUE_POLL_TIMEOUT_MILLI - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
Used to specify the internal queue polling timeout in millisecond.

R

RDS - Static variable in class com.amazonaws.regions.ServiceAbbreviations
rds.
read() - Method in class com.amazonaws.event.ProgressReportingInputStream
 
read(byte[], int, int) - Method in class com.amazonaws.event.ProgressReportingInputStream
 
read() - Method in class com.amazonaws.http.HttpMethodReleaseInputStream
Standard input stream read method, except it calls HttpMethodReleaseInputStream.releaseConnection() when the underlying input stream is consumed.
read(byte[], int, int) - Method in class com.amazonaws.http.HttpMethodReleaseInputStream
Standard input stream read method, except it calls HttpMethodReleaseInputStream.releaseConnection() when the underlying input stream is consumed.
read(byte[], int, int) - Method in class com.amazonaws.metrics.MetricFilterInputStream
 
read() - Method in class com.amazonaws.util.CountingInputStream
Deprecated.
 
read(byte[], int, int) - Method in class com.amazonaws.util.CountingInputStream
Deprecated.
 
read() - Method in class com.amazonaws.util.CRC32ChecksumCalculatingInputStream
 
read(byte[], int, int) - Method in class com.amazonaws.util.CRC32ChecksumCalculatingInputStream
 
read() - Method in class com.amazonaws.util.LengthCheckInputStream
read(byte[], int, int) - Method in class com.amazonaws.util.LengthCheckInputStream
RedShift - Static variable in class com.amazonaws.regions.ServiceAbbreviations
redshift.
REFERER_CONDITION_KEY - Static variable in class com.amazonaws.auth.policy.conditions.ConditionFactory
Condition key for the referer specified by a request.
refresh() - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
refresh() - Method in class com.amazonaws.auth.AWSBasicCognitoIdentityProvider
 
refresh() - Method in interface com.amazonaws.auth.AWSCredentialsProvider
Forces this credentials provider to refresh its credentials.
refresh() - Method in class com.amazonaws.auth.AWSCredentialsProviderChain
 
refresh() - Method in class com.amazonaws.auth.AWSEnhancedCognitoIdentityProvider
 
refresh() - Method in interface com.amazonaws.auth.AWSIdentityProvider
To be used to call the provider back end to get a token and identityId.
refresh() - Method in class com.amazonaws.auth.ClasspathPropertiesFileCredentialsProvider
Deprecated.
 
refresh() - Method in class com.amazonaws.auth.CognitoCachingCredentialsProvider
 
refresh() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
 
refresh() - Method in class com.amazonaws.auth.PropertiesFileCredentialsProvider
 
refresh() - Method in class com.amazonaws.auth.STSAssumeRoleSessionCredentialsProvider
 
refresh() - Method in class com.amazonaws.auth.STSSessionCredentialsProvider
 
refresh() - Method in class com.amazonaws.auth.SystemPropertiesCredentialsProvider
Deprecated.
 
refresh() - Method in class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
 
refreshCredentials() - Method in interface com.amazonaws.auth.AWSRefreshableSessionCredentials
Forces a refresh of these session credentials.
refreshCredentials() - Method in class com.amazonaws.auth.STSSessionCredentials
Deprecated.
Refreshes the session credentials from STS.
refreshThreshold - Variable in class com.amazonaws.auth.CognitoCredentialsProvider
 
Region - Class in com.amazonaws.regions
Metadata for an AWS region, including its name and what services are available in it.
RegionAwareSigner - Interface in com.amazonaws.auth
A signer that needs to know which region it is talking to.
RegionDisabledException - Exception in com.amazonaws.services.securitytoken.model
STS is not activated in the requested region for the account that is being asked to generate credentials.
RegionDisabledException(String) - Constructor for exception com.amazonaws.services.securitytoken.model.RegionDisabledException
Constructs a new RegionDisabledException with the specified error message.
RegionMetadata - Class in com.amazonaws.regions
A collection of metadata about a set of regions and the services they contain.
RegionMetadata(List<Region>) - Constructor for class com.amazonaws.regions.RegionMetadata
Creates a new RegionMetadata object from the given list of regions.
RegionMetadataParser - Class in com.amazonaws.regions
Deprecated.
The SDK no longer supports a regions.xml override
RegionMetadataParser() - Constructor for class com.amazonaws.regions.RegionMetadataParser
Deprecated.
since this object is stateless
regionName - Variable in class com.amazonaws.auth.AWS4Signer
Region name override for use when the endpoint can't be used to determine the region name.
Regions - Enum in com.amazonaws.regions
Enumeration of region names
REGIONS_FILE_OVERRIDE_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
Deprecated.
The SDK no longer supports a regions.xml override
RegionUtils - Class in com.amazonaws.regions
Utilities for working with regions.
RegionUtils() - Constructor for class com.amazonaws.regions.RegionUtils
 
registerAdditionalMetadataExpressions(JsonUnmarshallerContext) - Method in class com.amazonaws.http.JsonResponseHandler
Deprecated.
registerAdditionalMetadataExpressions(StaxUnmarshallerContext) - Method in class com.amazonaws.http.StaxResponseHandler
Hook for subclasses to override in order to collect additional metadata from service responses.
registerConnectionManager(ClientConnectionManager) - Static method in class com.amazonaws.http.IdleConnectionReaper
Registers the given connection manager with this reaper;
registerIdentityChangedListener(IdentityChangedListener) - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
registerIdentityChangedListener(IdentityChangedListener) - Method in interface com.amazonaws.auth.AWSCognitoIdentityProvider
Handles the new version of an identity changed listener to be handled by the provider
registerIdentityChangedListener(IdentityChangedListener) - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Adds a new identity changed listener to process some event when the identity has changed.
registerSigner(String, Class<? extends Signer>) - Static method in class com.amazonaws.auth.SignerFactory
Register an implementation class for the given signer type.
release(Closeable, Log) - Static method in enum com.amazonaws.util.IOUtils
Releases the given Closeable especially if it was an instance of Releasable.
releaseConnection() - Method in class com.amazonaws.http.HttpMethodReleaseInputStream
Forces the release of an HttpMethod's connection in a way that will perform all the necessary cleanup through the correct use of HttpClient methods.
remove(MetricType) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Removes the given metric type from the REGISTRY of predefined metrics to be captured at the AWS SDK level.
remove(Object) - Method in class com.amazonaws.util.ImmutableMapParameter
 
removeConnectionManager(ClientConnectionManager) - Static method in class com.amazonaws.http.IdleConnectionReaper
Removes the given connection manager from this reaper, and shutting down the reaper if there is zero connection manager left.
removeProgressListener(ProgressListener) - Method in class com.amazonaws.event.ProgressListenerChain
Removes the progress listeners.
removeRequestHandler(RequestHandler) - Method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
removeRequestHandler(RequestHandler2) - Method in class com.amazonaws.AmazonWebServiceClient
Removes a request handler from the list of registered handlers that are run as part of a request's lifecycle.
replace(String, String, String) - Static method in class com.amazonaws.util.StringUtils
Finds partToMatch in original string and replaces.
Request<T> - Interface in com.amazonaws
Represents a request being sent to an Amazon Web Service, including the parameters being sent as part of the request, the endpoint to which the request should be sent, etc.
RequestClientOptions - Class in com.amazonaws
Client markers for individual AmazonWebServiceRequests.
RequestClientOptions() - Constructor for class com.amazonaws.RequestClientOptions
 
RequestClientOptions.Marker - Enum in com.amazonaws
Marker enum.
RequestHandler - Interface in com.amazonaws.handlers
Deprecated.
by RequestHandler2. Interface for addition request handling in clients. A request handler is executed on a request object before it is sent to the client runtime to be executed.
RequestHandler2 - Class in com.amazonaws.handlers
Interface for addition request handling in clients.
RequestHandler2() - Constructor for class com.amazonaws.handlers.RequestHandler2
 
requestHandler2s - Variable in class com.amazonaws.AmazonWebServiceClient
Optional request handlers for additional request processing.
requestMetricCollector() - Method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
metrics is deprecated
RequestMetricCollector - Class in com.amazonaws.metrics
A service provider interface that can be used to implement an AWS SDK request/response metric collector.
RequestMetricCollector() - Constructor for class com.amazonaws.metrics.RequestMetricCollector
 
RequestMetricCollector.Factory - Interface in com.amazonaws.metrics
Can be used to serve as a factory for the request metric collector.
RequestMetricType - Interface in com.amazonaws.metrics
reset() - Method in class com.amazonaws.event.ProgressReportingInputStream
 
reset() - Method in class com.amazonaws.metrics.ByteThroughputProvider
 
reset() - Method in class com.amazonaws.util.CRC32ChecksumCalculatingInputStream
Resets the wrapped input stream and the CRC32 computation.
reset() - Method in class com.amazonaws.util.LengthCheckInputStream
 
RESET_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
Event code for reset.
Resource - Class in com.amazonaws.auth.policy
Represents a resource involved in an AWS access control policy statement.
Resource(String) - Constructor for class com.amazonaws.auth.policy.Resource
Constructs a new AWS access control policy resource.
ResourceConflictException - Exception in com.amazonaws.services.cognitoidentity.model
Thrown when a user tries to use a login which is already linked to another account.
ResourceConflictException(String) - Constructor for exception com.amazonaws.services.cognitoidentity.model.ResourceConflictException
Constructs a new ResourceConflictException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.cognitoidentity.model
Thrown when the requested resource (for example, a dataset or record) does not exist.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.cognitoidentity.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
Response<T> - Class in com.amazonaws
Response wrapper to provide access to not only the original AWS response but also the associated http response.
Response(T, HttpResponse) - Constructor for class com.amazonaws.Response
Constructor.
ResponseMetadata - Class in com.amazonaws
Represents additional metadata included with a response from AWS.
ResponseMetadata(Map<String, String>) - Constructor for class com.amazonaws.ResponseMetadata
Creates a new ResponseMetadata object from a specified map of raw metadata information.
ResponseMetadata(ResponseMetadata) - Constructor for class com.amazonaws.ResponseMetadata
Creates a new ResponseMetadata object from an existing ResponseMetadata object.
ResponseMetadataCache - Class in com.amazonaws.util
Cache of response metadata for recently executed requests for diagnostic purposes.
ResponseMetadataCache(int) - Constructor for class com.amazonaws.util.ResponseMetadataCache
Creates a new cache that will contain, at most the specified number of entries.
RetryPolicy - Class in com.amazonaws.retry
Retry policy that can be configured on a specific service client using ClientConfiguration.
RetryPolicy(RetryPolicy.RetryCondition, RetryPolicy.BackoffStrategy, int, boolean) - Constructor for class com.amazonaws.retry.RetryPolicy
Constructs a new retry policy.
RetryPolicy.BackoffStrategy - Interface in com.amazonaws.retry
The hook for providing custom back-off strategy to control the sleep time between retries.
RetryPolicy.RetryCondition - Interface in com.amazonaws.retry
The hook for providing custom condition on whether a failed request should be retried.
retryRequest(IOException, int, HttpContext) - Method in class com.amazonaws.http.impl.client.HttpRequestNoRetryHandler
 
retryRequest(IOException, int, HttpContext) - Method in class com.amazonaws.http.impl.client.SdkHttpRequestRetryHandler
 
RetryUtils - Class in com.amazonaws.retry
RetryUtils class.
RetryUtils() - Constructor for class com.amazonaws.retry.RetryUtils
 
RFC822_DATE_PATTERN - Static variable in class com.amazonaws.util.DateUtils
RFC 822 format
Route53 - Static variable in class com.amazonaws.regions.ServiceAbbreviations
route53.
run() - Method in class com.amazonaws.http.IdleConnectionReaper
 
RuntimeHttpUtils - Class in com.amazonaws.util
RuntimeHttpUtils class.
RuntimeHttpUtils() - Constructor for class com.amazonaws.util.RuntimeHttpUtils
 

S

S3 - Static variable in class com.amazonaws.regions.ServiceAbbreviations
s3.
sanitizeCredentials(AWSCredentials) - Method in class com.amazonaws.auth.AbstractAWSSigner
Loads the individual access key ID and secret key from the specified credentials, ensuring that access to the credentials is synchronized on the credentials object itself, and trimming any extra whitespace from the credentials.
SDKDefaultRetryCondition() - Constructor for class com.amazonaws.retry.PredefinedRetryPolicies.SDKDefaultRetryCondition
 
SDKGlobalConfiguration - Class in com.amazonaws
SDKGlobalConfiguration is to configure any global settings
SDKGlobalConfiguration() - Constructor for class com.amazonaws.SDKGlobalConfiguration
 
SdkHttpClient - Class in com.amazonaws.http.impl.client
SDK HTTP client class.
SdkHttpClient(ClientConnectionManager, HttpParams) - Constructor for class com.amazonaws.http.impl.client.SdkHttpClient
Constructor.
SdkHttpRequestExecutor - Class in com.amazonaws.http.protocol
Used to capture the http send-request and receive-response latency metrics of the http client library, with no retries involved.
SdkHttpRequestExecutor() - Constructor for class com.amazonaws.http.protocol.SdkHttpRequestExecutor
 
SdkHttpRequestRetryHandler - Class in com.amazonaws.http.impl.client
The SdkHttpRequestRetryHandler class.
SECRET_KEY_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
Environment variable name for the AWS secret key
SECRET_KEY_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
System property name for the AWS secret key
SECURE_TRANSPORT_CONDITION_KEY - Static variable in class com.amazonaws.auth.policy.conditions.ConditionFactory
Condition key for whether or not an incoming request is using a secure transport to make the request (i.e.
securityTokenService - Variable in class com.amazonaws.auth.CognitoCredentialsProvider
The client for starting STS sessions, used in the basic (non-enhanced flow)
SecurityTokenServiceActions - Enum in com.amazonaws.auth.policy.actions
The available AWS access control policy actions for AWS Security Token Service.
serialize(Date, Type, JsonSerializationContext) - Method in class com.amazonaws.util.json.DateDeserializer
 
ServiceAbbreviations - Class in com.amazonaws.regions
Abbreviations for looking up information about a specific service.
ServiceAbbreviations() - Constructor for class com.amazonaws.regions.ServiceAbbreviations
 
ServiceAwareSigner - Interface in com.amazonaws.auth
A signer that needs to know which service it is talking to.
ServiceClientHolderInputStream - Class in com.amazonaws.util
This wrapper input stream holds a reference to the service client.
ServiceClientHolderInputStream(InputStream, AmazonWebServiceClient) - Constructor for class com.amazonaws.util.ServiceClientHolderInputStream
Constructor.
ServiceLatencyProvider - Class in com.amazonaws.metrics
Latency metric information provider.
ServiceLatencyProvider(ServiceMetricType) - Constructor for class com.amazonaws.metrics.ServiceLatencyProvider
Constructor.
ServiceMetricCollector - Class in com.amazonaws.metrics
A service provider interface that can be used to implement an AWS SDK general purpose metric collector.
ServiceMetricCollector() - Constructor for class com.amazonaws.metrics.ServiceMetricCollector
 
ServiceMetricCollector.Factory - Interface in com.amazonaws.metrics
Interface for Factory.
ServiceMetricType - Interface in com.amazonaws.metrics
Service specific Metric type (eg S3, DynamoDB, etc.)
serviceName - Variable in class com.amazonaws.auth.AWS4Signer
Service name override for use when the endpoint can't be used to determine the service name.
sessionCredentials - Variable in class com.amazonaws.auth.CognitoCredentialsProvider
The current session credentials
sessionCredentialsExpiration - Variable in class com.amazonaws.auth.CognitoCredentialsProvider
The expiration time for the current session credentials
SessionCredentialsProviderFactory - Class in com.amazonaws.auth
Session credentials provider factory to share providers across potentially many clients.
SessionCredentialsProviderFactory() - Constructor for class com.amazonaws.auth.SessionCredentialsProviderFactory
 
sessionDuration - Variable in class com.amazonaws.auth.CognitoCredentialsProvider
 
set(Collection<T>) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Sets the given metric types to replace the REGISTRY of predefined metrics to be captured at the AWS SDK level.
setAccessKeyId(String) - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
The Access Key portion of the credentials.
setAccessKeyId(String) - Method in class com.amazonaws.services.securitytoken.model.Credentials
The access key ID that identifies the temporary security credentials.
setAccount(String) - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
The AWS account ID number of the account that owns or contains the calling entity.
setAccountId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
A standard AWS account ID (9+ digits).
setActions(Collection<Action>) - Method in class com.amazonaws.auth.policy.Statement
Sets the list of actions to which this policy statement applies.
setArn(String) - Method in class com.amazonaws.services.securitytoken.model.AssumedRoleUser
The ARN of the temporary security credentials that are returned from the AssumeRole action.
setArn(String) - Method in class com.amazonaws.services.securitytoken.model.FederatedUser
The ARN that specifies the federated user that is associated with the credentials.
setArn(String) - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
The AWS ARN associated with the calling entity.
setAssumedRoleId(String) - Method in class com.amazonaws.services.securitytoken.model.AssumedRoleUser
A unique identifier that contains the role ID and the role session name of the role that is being assumed.
setAssumedRoleUser(AssumedRoleUser) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleResult
The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.
setAssumedRoleUser(AssumedRoleUser) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.
setAudience(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The intended audience (also known as client ID) of the web identity token.
setAWSRequestMetrics(AWSRequestMetrics) - Method in class com.amazonaws.DefaultRequest
Deprecated.
setAWSRequestMetrics(AWSRequestMetrics) - Method in interface com.amazonaws.Request
Bind the request metrics to the request.
setBytesTransferred(long) - Method in class com.amazonaws.event.ProgressEvent
Sets the number of bytes transferred since the last progress event.
setConditionKey(String) - Method in class com.amazonaws.auth.policy.Condition
Sets the name of the condition key involved in this condition.
setConditions(List<Condition>) - Method in class com.amazonaws.auth.policy.Statement
Sets the conditions associated with this policy statement.
setConfiguration(ClientConfiguration) - Method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
by client configuration via the constructor. This method will be removed later on.
setConfiguration(String) - Method in class com.amazonaws.mobile.config.AWSConfiguration
Change the settings that are being read in.
setConnectionTimeout(int) - Method in class com.amazonaws.ClientConfiguration
Sets the amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out.
setContent(InputStream) - Method in class com.amazonaws.DefaultRequest
 
setContent(String) - Method in class com.amazonaws.http.UrlHttpClient.CurlBuilder
Set the content used for the given curl command.
setContent(InputStream) - Method in interface com.amazonaws.Request
Sets the optional stream containing the payload data to include for this request.
setContentOverflow(boolean) - Method in class com.amazonaws.http.UrlHttpClient.CurlBuilder
Sets whether or not the content is too large for the curl command.
setContextUserAgent(String) - Method in class com.amazonaws.http.ExecutionContext
 
setCounter(String, long) - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
setCounter(MetricType, long) - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
setCounter(String, long) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
 
setCounter(MetricType, long) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
 
setCounter(String, long) - Method in class com.amazonaws.util.TimingInfo
 
setCredentialFile(String) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Sets the AWS credential file to be used for accessing Amazon CloudWatch.
setCredentialProvider(AWSCredentialsProvider) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Sets the credential provider for the default AWS SDK metric implementation; or null if the default is to be used.
setCredentials(AWSCredentials) - Method in class com.amazonaws.handlers.CredentialsRequestHandler
Sets the AWSCredentials.
setCredentials(AWSCredentials) - Method in class com.amazonaws.http.ExecutionContext
Sets the optional credentials used to sign the associated request.
setCredentials(Credentials) - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityResult
Credentials for the provided identity ID.
setCredentials(Credentials) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleResult
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
setCredentials(Credentials) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The temporary security credentials, which include an access key ID, a secret access key, and a security token.
setCredentials(Credentials) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenResult
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
setCredentials(Credentials) - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenResult
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
setCurlLogging(boolean) - Method in class com.amazonaws.ClientConfiguration
Sets whether or not the client should be logging any information.
setCustomRoleArn(String) - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Set the custom role arn that will be used to get credentials with Amazon Cognito.
setCustomRoleArn(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider.
setDurationSeconds(Integer) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
The duration, in seconds, of the role session.
setDurationSeconds(Integer) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
The duration, in seconds, of the role session.
setDurationSeconds(Integer) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
The duration, in seconds, that the session should last.
setDurationSeconds(Integer) - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenRequest
The duration, in seconds, that the credentials should remain valid.
setEffect(Statement.Effect) - Method in class com.amazonaws.auth.policy.Statement
Sets the result effect of this policy statement when it is evaluated.
setEnableGzip(boolean) - Method in class com.amazonaws.ClientConfiguration
Sets whether gzip compression should be used
setEndpoint(String) - Method in class com.amazonaws.AmazonWebServiceClient
Overrides the default endpoint for this client.
setEndpoint(String, String, String) - Method in class com.amazonaws.AmazonWebServiceClient
Deprecated.
setEndpoint(URI) - Method in class com.amazonaws.DefaultRequest
 
setEndpoint(URI) - Method in interface com.amazonaws.Request
Sets the service endpoint (ex: "https://ec2.amazonaws.com") to which this request should be sent.
setEndpoint(String) - Method in interface com.amazonaws.services.cognitoidentity.AmazonCognitoIdentity
Overrides the default endpoint for this client ("https://cognito-identity.us-east-1.amazonaws.com").
setEndpoint(String) - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenService
Overrides the default endpoint for this client ("https://sts.amazonaws.com").
setEndTime(long) - Method in class com.amazonaws.util.TimingInfo
Deprecated.
setEndTimeNano(long) - Method in class com.amazonaws.util.TimingInfo
 
setErrorCode(String) - Method in exception com.amazonaws.AmazonServiceException
Sets the AWS error code represented by this exception.
setErrorMessage(String) - Method in exception com.amazonaws.AmazonServiceException
 
setErrorType(AmazonServiceException.ErrorType) - Method in exception com.amazonaws.AmazonServiceException
Sets the type of error represented by this exception (sender, receiver, or unknown), indicating if this exception was the caller's fault, or the service's fault.
setEventCode(int) - Method in class com.amazonaws.event.ProgressEvent
Sets the unique event code identifying the type of event this object represents.
setExpiration(Date) - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
The date at which these credentials will expire.
setExpiration(Date) - Method in class com.amazonaws.services.securitytoken.model.Credentials
The date on which the current credentials expire.
setExternalId(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
A unique identifier that is used by third parties when assuming roles in their customers' accounts.
setFederatedUser(FederatedUser) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenResult
Identifiers for the federated user associated with the credentials (such as arn:aws:sts::123456789012:federated-user/Bob or 123456789012:Bob).
setFederatedUserId(String) - Method in class com.amazonaws.services.securitytoken.model.FederatedUser
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.
setFireCompletedEvent(boolean) - Method in class com.amazonaws.event.ProgressReportingInputStream
Sets whether this input stream should fire an event with code ProgressEvent.COMPLETED_EVENT_CODE when this stream runs out of data.
setGeneralProgressListener(ProgressListener) - Method in class com.amazonaws.AmazonWebServiceRequest
Sets the optional progress listener for receiving updates about object upload status.
setGlobalTimeOffset(int) - Static method in class com.amazonaws.SDKGlobalConfiguration
Sets the global time offset.
setHeaders(Map<String, String>) - Method in class com.amazonaws.DefaultRequest
 
setHeaders(Map<String, String>) - Method in class com.amazonaws.http.UrlHttpClient.CurlBuilder
Set the headers used for the given curl command.
setHeaders(Map<String, String>) - Method in interface com.amazonaws.Request
Sets all headers, clearing any existing ones.
setHostMetricName(String) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Sets the host name for generating per-host level metrics.
setHttpMethod(HttpMethodName) - Method in class com.amazonaws.DefaultRequest
 
setHttpMethod(HttpMethodName) - Method in interface com.amazonaws.Request
Sets the HTTP method (GET, POST, etc) to use when sending this request.
setId(String) - Method in class com.amazonaws.auth.policy.Policy
Sets the policy ID for this policy.
setId(String) - Method in class com.amazonaws.auth.policy.Statement
Sets the ID for this statement.
setIdentityId(String) - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
setIdentityId(String) - Method in class com.amazonaws.auth.CognitoCredentialsProvider
 
setIdentityId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
A unique identifier in the format REGION:GUID.
setIdentityId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityResult
A unique identifier in the format REGION:GUID.
setIdentityId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetIdResult
A unique identifier in the format REGION:GUID.
setIdentityId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenRequest
A unique identifier in the format REGION:GUID.
setIdentityId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenResult
A unique identifier in the format REGION:GUID.
setIdentityPoolId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
An identity pool ID in the format REGION:GUID.
setJsonEngine(JsonUtils.JsonEngine) - Static method in class com.amazonaws.util.json.JsonUtils
Sets the JSON engine.
setJvmMetricName(String) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Sets the name of the JVM for generating per-JVM level metrics.
setLocalAddress(InetAddress) - Method in class com.amazonaws.ClientConfiguration
Sets the optional local address the client will bind to.
setLogins(Map<String, String>) - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
setLogins(Map<String, String>) - Method in interface com.amazonaws.auth.AWSCognitoIdentityProvider
Pass the logins to the provider
setLogins(Map<String, String>) - Method in class com.amazonaws.auth.CognitoCachingCredentialsProvider
 
setLogins(Map<String, String>) - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Set the logins map used to authenticated with Amazon Cognito.
setLogins(Map<String, String>) - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
A set of optional name-value pairs that map provider names to provider tokens.
setLogins(Map<String, String>) - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
A set of optional name-value pairs that map provider names to provider tokens.
setLogins(Map<String, String>) - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenRequest
A set of optional name-value pairs that map provider names to provider tokens.
setMachineMetricsExcluded(boolean) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Used to set whether the machine metrics is to be excluded.
setMaxConnections(int) - Method in class com.amazonaws.ClientConfiguration
Sets the maximum number of allowed open HTTP connections.
setMaxErrorRetry(int) - Method in class com.amazonaws.ClientConfiguration
Sets the maximum number of retry attempts for failed retryable requests (ex: 5xx error responses from services).
setMethod(String) - Method in class com.amazonaws.http.UrlHttpClient.CurlBuilder
Set the method to call for the given curl command.
setMetricCollector(MetricCollector) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Sets the metric collector to be used by the AWS SDK, and stop the previously running collector used by the AWS SDK, if any.
setMetricNameSpace(String) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Sets the metric name space.
setMetricQueueSize(Integer) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Sets the metric queue size to be used for the default AWS SDK metric collector; or null if the default is to be used.
setName(String) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
The name of the federated user.
setNotificationThreshold(int) - Method in class com.amazonaws.event.ProgressReportingInputStream
Sets the number of Kbytes that need to be written before updates to the listener occur.
setPackedPolicySize(Integer) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleResult
A percentage value that indicates the size of the policy in packed form.
setPackedPolicySize(Integer) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
A percentage value that indicates the size of the policy in packed form.
setPackedPolicySize(Integer) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenResult
A percentage value indicating the size of the policy in packed form.
setParameters(Map<String, String>) - Method in class com.amazonaws.DefaultRequest
 
setParameters(Map<String, String>) - Method in interface com.amazonaws.Request
Sets all parameters, clearing any existing values.
setPerHostMetricsIncluded(boolean) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Used to set whether the per-host metrics is to be included.
setPolicy(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
An IAM policy in JSON format.
setPolicy(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
An IAM policy in JSON format.
setPolicy(String) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
An IAM policy in JSON format that is passed with the GetFederationToken call and evaluated along with the policy or policies that are attached to the IAM user whose credentials are used to call GetFederationToken.
setPreemptiveBasicProxyAuth(Boolean) - Method in class com.amazonaws.ClientConfiguration
Sets whether to attempt to authenticate preemptively against proxy servers using basic authentication
setPrincipals(Collection<Principal>) - Method in class com.amazonaws.auth.policy.Statement
Sets the principals associated with this policy statement, indicating which AWS accounts are affected by this policy statement.
setPrincipals(Principal...) - Method in class com.amazonaws.auth.policy.Statement
Sets the principals associated with this policy statement, indicating which AWS accounts are affected by this policy statement.
setProtocol(Protocol) - Method in class com.amazonaws.ClientConfiguration
Sets the protocol (i.e.
setProvider(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The issuing authority of the web identity token presented.
setProviderId(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
The fully qualified host component of the domain name of the identity provider.
setProxyDomain(String) - Method in class com.amazonaws.ClientConfiguration
Deprecated.
setProxyHost(String) - Method in class com.amazonaws.ClientConfiguration
Sets the optional proxy host the client will connect through.
setProxyPassword(String) - Method in class com.amazonaws.ClientConfiguration
Sets the optional proxy password to use when connecting through a proxy.
setProxyPort(int) - Method in class com.amazonaws.ClientConfiguration
Sets the optional proxy port the client will connect through.
setProxyUsername(String) - Method in class com.amazonaws.ClientConfiguration
Sets the optional proxy user name to use if connecting through a proxy.
setProxyWorkstation(String) - Method in class com.amazonaws.ClientConfiguration
Deprecated.
setQueuePollTimeoutMilli(Long) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Sets the queue poll time in millisecond to be used for the default AWS SDK metric collector; or null if the default is to be used.
setRefreshThreshold(int) - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Set the refresh threshold for the session credentials created by this client in seconds.
setRefreshThreshold(int) - Method in class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
Set the refresh threshold for the session credentials created by this client in seconds.
setRegion(Region) - Method in class com.amazonaws.AmazonWebServiceClient
An alternative to AmazonWebServiceClient.setEndpoint(String), sets the regional endpoint for this client's service calls.
setRegion(Regions) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Sets the region to be used for the default AWS SDK metric collector; or null if the default is to be used.
setRegion(Region) - Method in interface com.amazonaws.services.cognitoidentity.AmazonCognitoIdentity
An alternative to AmazonCognitoIdentity.setEndpoint(String), sets the regional endpoint for this client's service calls.
setRegion(Region) - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenService
An alternative to AWSSecurityTokenService.setEndpoint(String), sets the regional endpoint for this client's service calls.
setRegionName(String) - Method in class com.amazonaws.auth.AWS4Signer
Sets the region name that this signer should use when calculating request signatures.
setRegionName(String) - Method in interface com.amazonaws.auth.RegionAwareSigner
Configure this signer with the name of the region it will be used to sign requests for.
setRequestCredentials(AWSCredentials) - Method in class com.amazonaws.AmazonWebServiceRequest
Sets the optional credentials to use for this request, overriding the default credentials set at the client level.
setRequestId(String) - Method in exception com.amazonaws.AmazonServiceException
Sets the AWS requestId for this exception.
setRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.AmazonWebServiceRequest
Deprecated.
metrics is deprecated
setResourcePath(String) - Method in class com.amazonaws.DefaultRequest
 
setResourcePath(String) - Method in interface com.amazonaws.Request
Sets the path to the resource being requested.
setResources(Collection<Resource>) - Method in class com.amazonaws.auth.policy.Statement
Sets the resources associated with this policy statement.
setResponseMetadata(ResponseMetadata) - Method in class com.amazonaws.AmazonWebServiceResponse
Sets the response metadata associated with this response.
setResult(T) - Method in class com.amazonaws.AmazonWebServiceResponse
Sets the result contained by this response.
setRetryPolicy(RetryPolicy) - Method in class com.amazonaws.ClientConfiguration
Sets the retry policy upon failed requests.
setReuseLastProvider(boolean) - Method in class com.amazonaws.auth.AWSCredentialsProviderChain
Enables or disables caching of the last successful credentials provider in this chain.
setRoleArn(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
The Amazon Resource Name (ARN) of the role to assume.
setRoleArn(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
The Amazon Resource Name (ARN) of the role that the caller is assuming.
setRoleSessionName(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
An identifier for the assumed role session.
setRoleSessionName(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
An identifier for the assumed role session.
setSecretAccessKey(String) - Method in class com.amazonaws.services.securitytoken.model.Credentials
The secret access key that can be used to sign requests.
setSecretKey(String) - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
The Secret Access Key portion of the credentials
setSerialNumber(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
The identification number of the MFA device that is associated with the user who is making the AssumeRole call.
setSerialNumber(String) - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenRequest
The identification number of the MFA device that is associated with the IAM user who is making the GetSessionToken call.
setServiceName(String) - Method in exception com.amazonaws.AmazonServiceException
Sets the name of the service that sent this error response.
setServiceName(String) - Method in class com.amazonaws.auth.AWS4Signer
Sets the service name that this signer should use when calculating request signatures.
setServiceName(String) - Method in interface com.amazonaws.auth.ServiceAwareSigner
Configure this signer with the name of the service it will be used to sign requests for.
setServiceNameIntern(String) - Method in class com.amazonaws.AmazonWebServiceClient
An internal method used to explicitly override the service name computed by the default implementation.
setSessionCredentialsExpiration(Date) - Method in class com.amazonaws.auth.CognitoCredentialsProvider
 
setSessionDuration(int) - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Set the duration of the session credentials created by this client in seconds.
setSessionDuration(int) - Method in class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
Set the duration of the session credentials created by this client in seconds.
setSessionToken(String) - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
The Session Token portion of the credentials
setSessionToken(String) - Method in class com.amazonaws.services.securitytoken.model.Credentials
The token that users must pass to the service API to use the temporary credentials.
setSigner(Signer) - Method in class com.amazonaws.http.ExecutionContext
There is in general no need to set the signer in the execution context, since the signer for each request may differ depending on the URI of the request.
setSignerOverride(String) - Method in class com.amazonaws.ClientConfiguration
Sets the name of the signature algorithm to use for signing requests made by this client.
setSignerRegionOverride(String) - Method in class com.amazonaws.AmazonWebServiceClient
An internal method used to explicitly override the internal signer region computed by the default implementation.
setSingleMetricNamespace(boolean) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Used to set whether a single metric name space is to be used for all levels of SDK generated CloudWatch metrics, including JVM level, host level, etc.
setSocketBufferSizeHints(int, int) - Method in class com.amazonaws.ClientConfiguration
Sets the optional size hints (in bytes) for the low level TCP send and receive buffers.
setSocketTimeout(int) - Method in class com.amazonaws.ClientConfiguration
Sets the amount of time to wait (in milliseconds) for data to be transfered over an established, open connection before the connection times out and is closed.
setStatements(Collection<Statement>) - Method in class com.amazonaws.auth.policy.Policy
Sets the collection of statements contained by this policy.
setStatusCode(int) - Method in exception com.amazonaws.AmazonServiceException
Sets the HTTP status code that was returned with this service exception.
setStreaming(boolean) - Method in class com.amazonaws.DefaultRequest
 
setStreaming(boolean) - Method in class com.amazonaws.http.HttpRequest
 
setStreaming(boolean) - Method in interface com.amazonaws.Request
Set streaming flag
setSTSClientEndpoint(String) - Method in class com.amazonaws.auth.STSAssumeRoleSessionCredentialsProvider
Sets the AWS Security Token Service (STS) endpoint where session credentials are retrieved from.
setSTSClientEndpoint(String) - Method in class com.amazonaws.auth.STSSessionCredentialsProvider
Sets the AWS Security Token Service (STS) endpoint where session credentials are retrieved from.
setSubjectFromWebIdentityToken(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The unique user identifier that is returned by the identity provider.
setTimeOffset(int) - Method in class com.amazonaws.AmazonWebServiceClient
Sets the optional value for time offset for this client.
setTimeOffset(int) - Method in class com.amazonaws.DefaultRequest
 
setTimeOffset(int) - Method in interface com.amazonaws.Request
Sets the optional value for time offset for this request.
setToken(String) - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
setToken(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenResult
An OpenID token, valid for 15 minutes.
setTokenCode(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
The value provided by the MFA device, if the trust policy of the role being assumed requires MFA (that is, if the policy includes a condition that tests for MFA).
setTokenCode(String) - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenRequest
The value provided by the MFA device, if MFA is required.
setTrustManager(TrustManager) - Method in class com.amazonaws.ClientConfiguration
Sets the trust manager to use for secure connections from this client.
setType(String) - Method in class com.amazonaws.auth.policy.Condition
Sets the type of this condition.
setUserAgent(String) - Method in class com.amazonaws.ClientConfiguration
Sets the HTTP user agent header to send with all requests.
setUseReaper(boolean) - Method in class com.amazonaws.ClientConfiguration
Sets whether the IdleConnectionReaper is to be started as a daemon thread
setUserId(String) - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
The unique identifier of the calling entity.
setValues(List<String>) - Method in class com.amazonaws.auth.policy.Condition
Sets the values specified for this access control policy condition.
setWebIdentityToken(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity provider.
shouldRetry(AmazonWebServiceRequest, AmazonClientException, int) - Method in class com.amazonaws.retry.PredefinedRetryPolicies.SDKDefaultRetryCondition
 
shouldRetry(AmazonWebServiceRequest, AmazonClientException, int) - Method in interface com.amazonaws.retry.RetryPolicy.RetryCondition
Returns whether a failed request should be retried according to the given request context.
shutdown() - Method in class com.amazonaws.AmazonWebServiceClient
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.http.AmazonHttpClient
Shuts down this HTTP client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.http.ApacheHttpClient
 
shutdown() - Method in interface com.amazonaws.http.HttpClient
Forcefully shutdown this HTTP client and release all underlying resources.
shutdown() - Static method in class com.amazonaws.http.IdleConnectionReaper
Shuts down the thread, allowing the class and instance to be collected.
shutdown() - Method in class com.amazonaws.http.UrlHttpClient
This is no op.
shutdown() - Method in interface com.amazonaws.services.cognitoidentity.AmazonCognitoIdentity
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenService
Shuts down this client object, releasing any resources that might be held open.
sign(String, byte[], SigningAlgorithm) - Method in class com.amazonaws.auth.AbstractAWSSigner
Signs using the given signing algorithm.
sign(byte[], byte[], SigningAlgorithm) - Method in class com.amazonaws.auth.AbstractAWSSigner
 
sign(Request<?>, AWSCredentials) - Method in class com.amazonaws.auth.AWS3Signer
Signs the specified request with the AWS3 signing protocol by using the AWS account credentials specified when this object was constructed and adding the required AWS3 headers to the request.
sign(Request<?>, AWSCredentials) - Method in class com.amazonaws.auth.AWS4Signer
 
sign(Request<?>, AWSCredentials) - Method in class com.amazonaws.auth.NoOpSigner
 
sign(Request<?>, AWSCredentials) - Method in class com.amazonaws.auth.QueryStringSigner
This signer will add "Signature" parameter to the request.
sign(Request<?>, SignatureVersion, SigningAlgorithm, AWSCredentials) - Method in class com.amazonaws.auth.QueryStringSigner
This signer will add following authentication parameters to the request: AWSAccessKeyId SignatureVersion SignatureMethod Timestamp Signature
sign(Request<?>, AWSCredentials) - Method in interface com.amazonaws.auth.Signer
Sign the given request with the given set of credentials.
signAndBase64Encode(String, String, SigningAlgorithm) - Method in class com.amazonaws.auth.AbstractAWSSigner
Computes an RFC 2104-compliant HMAC signature and returns the result as a Base64 encoded string.
signAndBase64Encode(byte[], String, SigningAlgorithm) - Method in class com.amazonaws.auth.AbstractAWSSigner
Computes an RFC 2104-compliant HMAC signature for an array of bytes and returns the result as a Base64 encoded string.
SignatureVersion - Enum in com.amazonaws.auth
Enum for the signature version.
Signer - Interface in com.amazonaws.auth
A strategy for applying cryptographic signatures to a request, proving that the request was made by someone in posession of the given set of credentials without transmitting the secret key over the wire.
SignerFactory - Class in com.amazonaws.auth
Signer factory.
SigningAlgorithm - Enum in com.amazonaws.auth
Enum for the signing algorithm.
SimpleDB - Static variable in class com.amazonaws.regions.ServiceAbbreviations
simple db.
SimpleMetricType - Class in com.amazonaws.metrics
The simple metric type class.
SimpleMetricType() - Constructor for class com.amazonaws.metrics.SimpleMetricType
 
SimpleServiceMetricType - Class in com.amazonaws.metrics
Simple service metric type class.
SimpleServiceMetricType(String, String) - Constructor for class com.amazonaws.metrics.SimpleServiceMetricType
Constructor.
SimpleThroughputMetricType - Class in com.amazonaws.metrics
Simple throughput metric type.
SimpleThroughputMetricType(String, String, String) - Constructor for class com.amazonaws.metrics.SimpleThroughputMetricType
Constructor.
SimpleWorkflow - Static variable in class com.amazonaws.regions.ServiceAbbreviations
simple workflow.
Singleton - Static variable in class com.amazonaws.http.impl.client.HttpRequestNoRetryHandler
Singleton.
Singleton - Static variable in class com.amazonaws.http.impl.client.SdkHttpRequestRetryHandler
Singleton.
size() - Method in class com.amazonaws.util.ImmutableMapParameter
 
skip(long) - Method in class com.amazonaws.util.LengthCheckInputStream
skipValue() - Method in interface com.amazonaws.util.json.AwsJsonReader
Skips a value.
SNS - Static variable in class com.amazonaws.regions.ServiceAbbreviations
sns.
SOURCE_ARN_CONDITION_KEY - Static variable in class com.amazonaws.auth.policy.conditions.ConditionFactory
Condition key for the Amazon Resource Name (ARN) of the source specified in a request.
SOURCE_IP_CONDITION_KEY - Static variable in class com.amazonaws.auth.policy.conditions.ConditionFactory
Condition key for the source IP from which a request originates.
SQS - Static variable in class com.amazonaws.regions.ServiceAbbreviations
sqs.
start() - Method in class com.amazonaws.metrics.MetricCollector
Starts the request metric collector.
STARTED_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
Event code for started.
startElement(String) - Method in class com.amazonaws.util.XMLWriter
Starts a new element with the specified name at the current position in the in-progress XML document.
startEvent(String) - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
startEvent(MetricType) - Method in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
startEvent(String) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
Start an event which will be timed.
startEvent(MetricType) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
Deprecated.
 
startSession() - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Starts a new session by getting short lived session credentials.
startTiming() - Static method in class com.amazonaws.util.TimingInfo
Captures the current wall clock time (since epoch in millisecond) and the current time (in nanosecond) used for timing measurement.
startTimingFullSupport() - Static method in class com.amazonaws.util.TimingInfo
Captures the current wall clock time (since epoch in millisecond) and the current time (in nanosecond) used for timing measurement.
startTimingFullSupport(long) - Static method in class com.amazonaws.util.TimingInfo
Captures the given start time in nanosecond, ignoring the wall clock time.
Statement - Class in com.amazonaws.auth.policy
A statement is the formal description of a single permission, and is always contained within a policy object.
Statement(Statement.Effect) - Constructor for class com.amazonaws.auth.policy.Statement
Constructs a new access control policy statement with the specified effect.
Statement.Effect - Enum in com.amazonaws.auth.policy
The effect is the result that you want a policy statement to return at evaluation time.
statusCode(int) - Method in class com.amazonaws.http.HttpResponse.Builder
Sets the status code, such as 200, 204, 400, 500, etc
statusText(String) - Method in class com.amazonaws.http.HttpResponse.Builder
Sets the status text.
StaxResponseHandler<T> - Class in com.amazonaws.http
Default implementation of HttpResponseHandler that handles a successful response from an AWS service and unmarshalls the result using a StAX unmarshaller.
StaxResponseHandler(Unmarshaller<T, StaxUnmarshallerContext>) - Constructor for class com.amazonaws.http.StaxResponseHandler
Constructs a new response handler that will use the specified StAX unmarshaller to unmarshall the service response and uses the specified response element path to find the root of the business data in the service's response.
stop() - Method in class com.amazonaws.metrics.MetricCollector
Stops the request metric collector.
StorageGateway - Static variable in class com.amazonaws.regions.ServiceAbbreviations
storage gateway.
StringCondition - Class in com.amazonaws.auth.policy.conditions
String conditions let you constrain AWS access control policy statements using string matching rules.
StringCondition(StringCondition.StringComparisonType, String, String) - Constructor for class com.amazonaws.auth.policy.conditions.StringCondition
Constructs a new access control policy condition that compares two strings.
StringCondition.StringComparisonType - Enum in com.amazonaws.auth.policy.conditions
Enumeration of the supported ways a string comparison can be evaluated.
StringInputStream - Class in com.amazonaws.util
Simple wrapper for ByteArrayInputStream that will automatically encode the string as UTF-8 data, and still allows access to the original string.
StringInputStream(String) - Constructor for class com.amazonaws.util.StringInputStream
Constructor.
StringUtils - Class in com.amazonaws.util
Utilities for converting objects to strings.
StringUtils() - Constructor for class com.amazonaws.util.StringUtils
 
STS - Static variable in class com.amazonaws.regions.ServiceAbbreviations
sts.
STSActions - Enum in com.amazonaws.auth.policy
Deprecated.
STSAssumeRoleSessionCredentialsProvider - Class in com.amazonaws.auth
AWSCredentialsProvider implementation that uses the AWS Security Token Service to assume a Role and create temporary, short-lived sessions to use for authentication.
STSAssumeRoleSessionCredentialsProvider(String, String) - Constructor for class com.amazonaws.auth.STSAssumeRoleSessionCredentialsProvider
Constructs a new STSAssumeRoleSessionCredentialsProvider, which makes a request to the AWS Security Token Service (STS), uses the provided STSAssumeRoleSessionCredentialsProvider.roleArn to assume a role and then request short lived session credentials, which will then be returned by this class's STSAssumeRoleSessionCredentialsProvider.getCredentials() method.
STSAssumeRoleSessionCredentialsProvider(AWSCredentials, String, String) - Constructor for class com.amazonaws.auth.STSAssumeRoleSessionCredentialsProvider
Constructs a new STSAssumeRoleSessionCredentialsProvider, which will use the specified long lived AWS credentials to make a request to the AWS Security Token Service (STS), uses the provided STSAssumeRoleSessionCredentialsProvider.roleArn to assume a role and then request short lived session credentials, which will then be returned by this class's STSAssumeRoleSessionCredentialsProvider.getCredentials() method.
STSAssumeRoleSessionCredentialsProvider(AWSCredentials, String, String, ClientConfiguration) - Constructor for class com.amazonaws.auth.STSAssumeRoleSessionCredentialsProvider
Constructs a new STSAssumeRoleSessionCredentialsProvider, which will use the specified long lived AWS credentials to make a request to the AWS Security Token Service (STS), uses the provided STSAssumeRoleSessionCredentialsProvider.roleArn to assume a role and then request short lived session credentials, which will then be returned by this class's STSAssumeRoleSessionCredentialsProvider.getCredentials() method.
STSAssumeRoleSessionCredentialsProvider(AWSCredentialsProvider, String, String) - Constructor for class com.amazonaws.auth.STSAssumeRoleSessionCredentialsProvider
Constructs a new STSAssumeRoleSessionCredentialsProvider, which will use the specified credentials provider (which vends long lived AWS credentials) to make a request to the AWS Security Token Service (STS), usess the provided STSAssumeRoleSessionCredentialsProvider.roleArn to assume a role and then request short lived session credentials, which will then be returned by this class's STSAssumeRoleSessionCredentialsProvider.getCredentials() method.
STSAssumeRoleSessionCredentialsProvider(AWSCredentialsProvider, String, String, ClientConfiguration) - Constructor for class com.amazonaws.auth.STSAssumeRoleSessionCredentialsProvider
Constructs a new STSAssumeRoleSessionCredentialsProvider, which will use the specified credentials provider (which vends long lived AWS credentials) to make a request to the AWS Security Token Service (STS), uses the provided STSAssumeRoleSessionCredentialsProvider.roleArn to assume a role and then request short lived session credentials, which will then be returned by this class's STSAssumeRoleSessionCredentialsProvider.getCredentials() method.
STSSessionCredentials - Class in com.amazonaws.auth
Deprecated.
STSSessionCredentials(AWSCredentials) - Constructor for class com.amazonaws.auth.STSSessionCredentials
Deprecated.
Create a new credentials object that will periodically and automatically obtain a session from STS.
STSSessionCredentials(AWSCredentials, int) - Constructor for class com.amazonaws.auth.STSSessionCredentials
Deprecated.
Create a new credentials object that will periodically and automatically obtain a session from STS.
STSSessionCredentials(AWSSecurityTokenService) - Constructor for class com.amazonaws.auth.STSSessionCredentials
Deprecated.
Create a new credentials object that will periodically and automatically obtain a session from STS, using a preconfigured STS client.
STSSessionCredentials(AWSSecurityTokenService, int) - Constructor for class com.amazonaws.auth.STSSessionCredentials
Deprecated.
Create a new credentials object that will periodically and automatically obtain a session from STS, using a preconfigured STS client.
STSSessionCredentialsProvider - Class in com.amazonaws.auth
AWSCredentialsProvider implementation that uses the AWS Security Token Service to create temporary, short-lived sessions to use for authentication.
STSSessionCredentialsProvider(AWSCredentials) - Constructor for class com.amazonaws.auth.STSSessionCredentialsProvider
Constructs a new STSSessionCredentialsProvider, which will use the specified long lived AWS credentials to make a request to the AWS Security Token Service (STS) to request short lived session credentials, which will then be returned by this class's STSSessionCredentialsProvider.getCredentials() method.
STSSessionCredentialsProvider(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.auth.STSSessionCredentialsProvider
Constructs a new STSSessionCredentialsProvider, which will use the specified long lived AWS credentials to make a request to the AWS Security Token Service (STS) to request short lived session credentials, which will then be returned by this class's STSSessionCredentialsProvider.getCredentials() method.
STSSessionCredentialsProvider(AWSCredentialsProvider) - Constructor for class com.amazonaws.auth.STSSessionCredentialsProvider
Constructs a new STSSessionCredentialsProvider, which will use the specified credentials provider (which vends long lived AWS credentials) to make a request to the AWS Security Token Service (STS) to request short lived session credentials, which will then be returned by this class's STSSessionCredentialsProvider.getCredentials() method.
STSSessionCredentialsProvider(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.auth.STSSessionCredentialsProvider
Constructs a new STSSessionCredentialsProvider, which will use the specified credentials provider (which vends long lived AWS credentials) to make a request to the AWS Security Token Service (STS) to request short lived session credentials, which will then be returned by this class's STSSessionCredentialsProvider.getCredentials() method.
SystemPropertiesCredentialsProvider - Class in com.amazonaws.auth
Deprecated.
SystemPropertiesCredentialsProvider() - Constructor for class com.amazonaws.auth.SystemPropertiesCredentialsProvider
Deprecated.
 

T

TERMINATOR - Static variable in class com.amazonaws.auth.AWS4Signer
 
ThroughputMetricType - Interface in com.amazonaws.metrics
The throughput metric type class.
Throwables - Enum in com.amazonaws.util
Utility for use with errors or exceptions.
timeOffset - Variable in class com.amazonaws.AmazonWebServiceClient
Optional offset (in seconds) to use when signing requests.
timingInfo - Variable in class com.amazonaws.util.AWSRequestMetrics
Deprecated.
 
TimingInfo - Class in com.amazonaws.util
Used both as a base class and a minimal support of timing info.
TimingInfo(Long, long, Long) - Constructor for class com.amazonaws.util.TimingInfo
A private ctor to facilitate the deprecation of using millisecond and migration to using nanosecond for timing measurement.
toBase64(byte[]) - Static method in class com.amazonaws.util.BinaryUtils
Converts byte data to a Base64-encoded string.
toBigDecimal(String) - Static method in class com.amazonaws.util.StringUtils
Converts from String to BigDecimal.
toBigInteger(String) - Static method in class com.amazonaws.util.StringUtils
Converts from String to BigInteger.
toBoolean(StringBuilder) - Static method in class com.amazonaws.util.StringUtils
Converts
toByteArray(InputStream) - Static method in enum com.amazonaws.util.IOUtils
Reads and returns the rest of the given input stream as a byte array, closing the input stream afterwards.
toBytesDirect(String) - Static method in enum com.amazonaws.util.CodecUtils
 
toHex(byte[]) - Static method in class com.amazonaws.util.BinaryUtils
Converts byte data to a Hex-encoded string.
toInteger(StringBuilder) - Static method in class com.amazonaws.util.StringUtils
Converts object to Integer.
toJson() - Method in class com.amazonaws.auth.policy.Policy
Returns a JSON string representation of this AWS access control policy, suitable to be sent to an AWS service as part of a request to set an access control policy.
token - Variable in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
token - Variable in class com.amazonaws.auth.CognitoCredentialsProvider
The current Token
TooManyRequestsException - Exception in com.amazonaws.services.cognitoidentity.model
Thrown when a request is throttled.
TooManyRequestsException(String) - Constructor for exception com.amazonaws.services.cognitoidentity.model.TooManyRequestsException
Constructs a new TooManyRequestsException with the specified error message.
toStream(ByteBuffer) - Static method in class com.amazonaws.util.BinaryUtils
Wraps a ByteBuffer in an InputStream.
toString() - Method in class com.amazonaws.auth.ClasspathPropertiesFileCredentialsProvider
Deprecated.
 
toString() - Method in class com.amazonaws.auth.PropertiesFileCredentialsProvider
 
toString() - Method in enum com.amazonaws.auth.SignatureVersion
 
toString() - Method in class com.amazonaws.auth.SystemPropertiesCredentialsProvider
Deprecated.
 
toString() - Method in class com.amazonaws.DefaultRequest
 
toString() - Method in class com.amazonaws.metrics.ByteThroughputProvider
 
toString() - Method in class com.amazonaws.metrics.ServiceLatencyProvider
 
toString() - Method in class com.amazonaws.metrics.SimpleMetricType
 
toString() - Method in class com.amazonaws.mobile.config.AWSConfiguration
 
toString() - Method in enum com.amazonaws.Protocol
 
toString() - Method in class com.amazonaws.regions.Region
 
toString() - Method in class com.amazonaws.regions.RegionMetadata
 
toString() - Method in class com.amazonaws.ResponseMetadata
 
toString() - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cognitoidentity.model.GetIdResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.securitytoken.model.AssumedRoleUser
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.securitytoken.model.Credentials
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.securitytoken.model.FederatedUser
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenResult
Returns a string representation of this object; useful for testing and debugging.
toString(InputStream) - Static method in enum com.amazonaws.util.IOUtils
Reads and returns the rest of the given input stream as a string, closing the input stream afterwards.
toString(StringBuilder) - Static method in class com.amazonaws.util.StringUtils
Converts object to string.
toString() - Method in class com.amazonaws.util.TimingInfo
 
toStringDirect(byte[]) - Static method in enum com.amazonaws.util.CodecUtils
 
toUri(String, ClientConfiguration) - Static method in class com.amazonaws.util.RuntimeHttpUtils
 
toUri(String, Protocol) - Static method in class com.amazonaws.util.RuntimeHttpUtils
 
type - Variable in class com.amazonaws.auth.policy.Condition
 

U

unauthRoleArn - Variable in class com.amazonaws.auth.CognitoCredentialsProvider
 
unmodifiableTimingInfo(long, Long) - Static method in class com.amazonaws.util.TimingInfo
 
unmodifiableTimingInfo(long, long, Long) - Static method in class com.amazonaws.util.TimingInfo
 
unregisterIdentityChangedListener(IdentityChangedListener) - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
 
unregisterIdentityChangedListener(IdentityChangedListener) - Method in interface com.amazonaws.auth.AWSCognitoIdentityProvider
Handles the removing of a version of an identity changed listener from the list with the provider
unregisterIdentityChangedListener(IdentityChangedListener) - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Removes an identity changed listener from being triggered when the identity has changed.
update(String, String) - Method in class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider
To be used to update the identityId and token after a call to refresh from an identityProvider.
UPLOAD_BYTE_COUNT_NAME_SUFFIX - Static variable in interface com.amazonaws.metrics.ServiceMetricType
Upload byte count name suffic.
UPLOAD_THROUGHPUT_NAME_SUFFIX - Static variable in interface com.amazonaws.metrics.ServiceMetricType
Upload throughput name suffix.
upperCase(String) - Static method in class com.amazonaws.util.StringUtils
Converts a string to upper case with Locale.ENGLISH.
urlDecode(String) - Static method in class com.amazonaws.util.HttpUtils
Decode a string for use in the path of a URL; uses URLDecoder.decode, which decodes a string for use in the query portion of a URL.
urlEncode(String, boolean) - Static method in class com.amazonaws.util.HttpUtils
Encode a string for use in the path of a URL; uses URLEncoder.encode, (which encodes a string for use in the query portion of a URL), then applies some postfilters to fix things up per the RFC.
UrlHttpClient - Class in com.amazonaws.http
An implementation of HttpClient by HttpURLConnection.
UrlHttpClient(ClientConfiguration) - Constructor for class com.amazonaws.http.UrlHttpClient
Constructor.
UrlHttpClient.CurlBuilder - Class in com.amazonaws.http
Helper class to build a curl message.
USE_SINGLE_METRIC_NAMESPACE - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
Used to enable the use of a single metric namespace for all levels of SDK generated CloudWatch metrics such as JVM level, host level, etc.
useEnhancedFlow - Variable in class com.amazonaws.auth.CognitoCredentialsProvider
 
usePayloadForQueryParameters(Request<?>) - Static method in class com.amazonaws.util.HttpUtils
 
USER_AGENT - Static variable in class com.amazonaws.http.HttpHeader
HTTP header for User-Agent.
USER_AGENT_CONDITION_KEY - Static variable in class com.amazonaws.auth.policy.conditions.ConditionFactory
Condition key for the user agent included in a request.
useReaper() - Method in class com.amazonaws.ClientConfiguration
Checks if the IdleConnectionReaper is to be started
UTF8 - Static variable in class com.amazonaws.util.StringUtils
UTF8.

V

ValidationUtils - Class in com.amazonaws.util
ValidationUtils class.
ValidationUtils() - Constructor for class com.amazonaws.util.ValidationUtils
 
value(String) - Method in interface com.amazonaws.util.json.AwsJsonWriter
Writes a String value
value(boolean) - Method in interface com.amazonaws.util.json.AwsJsonWriter
Writes a boolean value, either true or false
value(double) - Method in interface com.amazonaws.util.json.AwsJsonWriter
Writes a double value
value(long) - Method in interface com.amazonaws.util.json.AwsJsonWriter
Writes a long value
value(Number) - Method in interface com.amazonaws.util.json.AwsJsonWriter
Writes a Number value.
value(Date) - Method in interface com.amazonaws.util.json.AwsJsonWriter
Writes a Date value as epoch time in seconds in a number format.
value(ByteBuffer) - Method in interface com.amazonaws.util.json.AwsJsonWriter
Writes a ByteBuffer value
value() - Method in interface com.amazonaws.util.json.AwsJsonWriter
Writes a null value, i.e.
value(String) - Method in class com.amazonaws.util.XMLWriter
Adds the specified value as text to the current position of the in progress XML document.
value(Date) - Method in class com.amazonaws.util.XMLWriter
Adds the specified date as text to the current position of the in-progress XML document.
value(Object) - Method in class com.amazonaws.util.XMLWriter
Adds the string representation of the specified object to the current position of the in progress XML document.
valueOf(String) - Static method in enum com.amazonaws.AmazonServiceException.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.policy.actions.SecurityTokenServiceActions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.policy.conditions.ArnCondition.ArnComparisonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.policy.conditions.DateCondition.DateComparisonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.policy.conditions.IpAddressCondition.IpAddressComparisonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.policy.conditions.NumericCondition.NumericComparisonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.policy.conditions.StringCondition.StringComparisonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.policy.Principal.Services
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.policy.Principal.WebIdentityProviders
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.policy.Statement.Effect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.policy.STSActions
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.SignatureVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.SigningAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.http.HttpMethodName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.regions.Regions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.RequestClientOptions.Marker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.util.AWSRequestMetrics.Field
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.util.AWSServiceMetrics
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.util.Base16
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.util.Base32
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.util.Base64
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.util.Classes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.util.ClassLoaderHelper
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.util.CodecUtils
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.util.EncodingSchemeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.util.IOUtils
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.util.json.AwsJsonToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.util.json.JsonUtils.JsonEngine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.util.Throwables
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.AmazonServiceException.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.policy.actions.SecurityTokenServiceActions
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.amazonaws.auth.policy.Condition
 
values() - Static method in enum com.amazonaws.auth.policy.conditions.ArnCondition.ArnComparisonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.policy.conditions.DateCondition.DateComparisonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.policy.conditions.IpAddressCondition.IpAddressComparisonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.policy.conditions.NumericCondition.NumericComparisonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.policy.conditions.StringCondition.StringComparisonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.policy.Principal.Services
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.policy.Principal.WebIdentityProviders
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.policy.Statement.Effect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.policy.STSActions
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.SignatureVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.SigningAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.http.HttpMethodName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.regions.Regions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.RequestClientOptions.Marker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.util.AWSRequestMetrics.Field
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.util.AWSServiceMetrics
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.util.Base16
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.util.Base32
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.util.Base64
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.util.Classes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.util.ClassLoaderHelper
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.util.CodecUtils
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.util.EncodingSchemeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.amazonaws.util.ImmutableMapParameter
 
values() - Static method in enum com.amazonaws.util.IOUtils
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.util.json.AwsJsonToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.util.json.JsonUtils.JsonEngine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.util.Throwables
Returns an array containing the constants of this enum type, in the order they are declared.
VersionInfoUtils - Class in com.amazonaws.util
Utility class for accessing AWS SDK versioning information.
VersionInfoUtils() - Constructor for class com.amazonaws.util.VersionInfoUtils
 

W

WebIdentityFederationSessionCredentialsProvider - Class in com.amazonaws.auth
AWSCredentialsProvider implementation that uses the AWS Security Token Service to create temporary, short-lived sessions to use for authentication.
WebIdentityFederationSessionCredentialsProvider(String, String, String) - Constructor for class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
Constructs a new WebIdentityFederationSessionCredentialsProvider, which will use the specified 3rd-party web identity provider to make a request to the AWS Security Token Service (STS) to request short lived session credentials, which will then be returned by this class's WebIdentityFederationSessionCredentialsProvider.getCredentials() method.
WebIdentityFederationSessionCredentialsProvider(String, String, String, ClientConfiguration) - Constructor for class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
Constructs a new WebIdentityFederationSessionCredentialsProvider, which will use the specified 3rd-party web identity provider to make a request to the AWS Security Token Service (STS) to request short lived session credentials, which will then be returned by this class's WebIdentityFederationSessionCredentialsProvider.getCredentials() method.
WebIdentityFederationSessionCredentialsProvider(String, String, String, AWSSecurityTokenService) - Constructor for class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
Constructs a new WebIdentityFederationSessionCredentialsProvider, which will use the specified 3rd-party web identity provider to make a request to the AWS Security Token Service (STS) using the provided client to request short lived session credentials, which will then be returned by this class's WebIdentityFederationSessionCredentialsProvider.getCredentials() method.
withAccessKeyId(String) - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
The Access Key portion of the credentials.
withAccessKeyId(String) - Method in class com.amazonaws.services.securitytoken.model.Credentials
The access key ID that identifies the temporary security credentials.
withAccount(String) - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
The AWS account ID number of the account that owns or contains the calling entity.
withAccountId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
A standard AWS account ID (9+ digits).
withActions(Action...) - Method in class com.amazonaws.auth.policy.Statement
Sets the list of actions to which this policy statement applies and returns this updated Statement object so that additional method calls can be chained together.
withArn(String) - Method in class com.amazonaws.services.securitytoken.model.AssumedRoleUser
The ARN of the temporary security credentials that are returned from the AssumeRole action.
withArn(String) - Method in class com.amazonaws.services.securitytoken.model.FederatedUser
The ARN that specifies the federated user that is associated with the credentials.
withArn(String) - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
The AWS ARN associated with the calling entity.
withAssumedRoleId(String) - Method in class com.amazonaws.services.securitytoken.model.AssumedRoleUser
A unique identifier that contains the role ID and the role session name of the role that is being assumed.
withAssumedRoleUser(AssumedRoleUser) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleResult
The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.
withAssumedRoleUser(AssumedRoleUser) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.
withAudience(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The intended audience (also known as client ID) of the web identity token.
withConditionKey(String) - Method in class com.amazonaws.auth.policy.Condition
withConditions(Condition...) - Method in class com.amazonaws.auth.policy.Statement
Sets the conditions associated with this policy statement, and returns this updated Statement object so that additional method calls can be chained together.
withConnectionTimeout(int) - Method in class com.amazonaws.ClientConfiguration
Sets the amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out, and returns the updated ClientConfiguration object so that additional method calls may be chained together.
withCredentials(Credentials) - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityResult
Credentials for the provided identity ID.
withCredentials(Credentials) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleResult
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
withCredentials(Credentials) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The temporary security credentials, which include an access key ID, a secret access key, and a security token.
withCredentials(Credentials) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenResult
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
withCredentials(Credentials) - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenResult
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
withCurlLogging(boolean) - Method in class com.amazonaws.ClientConfiguration
Sets whether or not the client should be logging any information.
withCustomRoleArn(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider.
withDurationSeconds(Integer) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
The duration, in seconds, of the role session.
withDurationSeconds(Integer) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
The duration, in seconds, of the role session.
withDurationSeconds(Integer) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
The duration, in seconds, that the session should last.
withDurationSeconds(Integer) - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenRequest
The duration, in seconds, that the credentials should remain valid.
withEnableGzip(boolean) - Method in class com.amazonaws.ClientConfiguration
Sets whether gzip compression should be used
withExpiration(Date) - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
The date at which these credentials will expire.
withExpiration(Date) - Method in class com.amazonaws.services.securitytoken.model.Credentials
The date on which the current credentials expire.
withExternalId(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
A unique identifier that is used by third parties when assuming roles in their customers' accounts.
withFederatedUser(FederatedUser) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenResult
Identifiers for the federated user associated with the credentials (such as arn:aws:sts::123456789012:federated-user/Bob or 123456789012:Bob).
withFederatedUserId(String) - Method in class com.amazonaws.services.securitytoken.model.FederatedUser
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.
withGeneralProgressListener(ProgressListener) - Method in class com.amazonaws.AmazonWebServiceRequest
Sets the optional progress listener for receiving updates about the progress of the request, and returns a reference to this object so that method calls can be chained together.
withId(String) - Method in class com.amazonaws.auth.policy.Policy
Sets the policy ID for this policy and returns the updated policy so that multiple calls can be chained together.
withId(String) - Method in class com.amazonaws.auth.policy.Statement
Sets the ID for this statement and returns the updated statement so multiple calls can be chained together.
withIdentityId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
A unique identifier in the format REGION:GUID.
withIdentityId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityResult
A unique identifier in the format REGION:GUID.
withIdentityId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetIdResult
A unique identifier in the format REGION:GUID.
withIdentityId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenRequest
A unique identifier in the format REGION:GUID.
withIdentityId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenResult
A unique identifier in the format REGION:GUID.
withIdentityPoolId(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
An identity pool ID in the format REGION:GUID.
withLocalAddress(InetAddress) - Method in class com.amazonaws.ClientConfiguration
Sets the optional local address the client will bind to and returns the updated ClientConfiguration object.
withLogins(Map<String, String>) - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Set the logins map used to authenticated with Amazon Cognito.
withLogins(Map<String, String>) - Method in class com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
A set of optional name-value pairs that map provider names to provider tokens.
withLogins(Map<String, String>) - Method in class com.amazonaws.services.cognitoidentity.model.GetIdRequest
A set of optional name-value pairs that map provider names to provider tokens.
withLogins(Map<String, String>) - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenRequest
A set of optional name-value pairs that map provider names to provider tokens.
withMaxConnections(int) - Method in class com.amazonaws.ClientConfiguration
Sets the maximum number of allowed open HTTP connections and returns the updated ClientConfiguration object.
withMaxErrorRetry(int) - Method in class com.amazonaws.ClientConfiguration
Sets the maximum number of retry attempts for failed retryable requests (ex: 5xx error responses from services), and returns the updated ClientConfiguration object.
withName(String) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
The name of the federated user.
withPackedPolicySize(Integer) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleResult
A percentage value that indicates the size of the policy in packed form.
withPackedPolicySize(Integer) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
A percentage value that indicates the size of the policy in packed form.
withPackedPolicySize(Integer) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenResult
A percentage value indicating the size of the policy in packed form.
withParameter(String, String) - Method in class com.amazonaws.DefaultRequest
 
withParameter(String, String) - Method in interface com.amazonaws.Request
Adds the specified request parameter to this request, and returns the updated request object.
withPolicy(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
An IAM policy in JSON format.
withPolicy(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
An IAM policy in JSON format.
withPolicy(String) - Method in class com.amazonaws.services.securitytoken.model.GetFederationTokenRequest
An IAM policy in JSON format that is passed with the GetFederationToken call and evaluated along with the policy or policies that are attached to the IAM user whose credentials are used to call GetFederationToken.
withPreemptiveBasicProxyAuth(boolean) - Method in class com.amazonaws.ClientConfiguration
Sets whether to attempt to authenticate preemptively against proxy servers using basic authentication, and returns the updated ClientConfiguration object so that additional method calls may be chained together.
withPrincipals(Principal...) - Method in class com.amazonaws.auth.policy.Statement
Sets the principals associated with this policy statement, and returns this updated Statement object.
withProtocol(Protocol) - Method in class com.amazonaws.ClientConfiguration
Sets the protocol (i.e.
withProvider(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The issuing authority of the web identity token presented.
withProviderId(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
The fully qualified host component of the domain name of the identity provider.
withProxyDomain(String) - Method in class com.amazonaws.ClientConfiguration
Deprecated.
withProxyHost(String) - Method in class com.amazonaws.ClientConfiguration
Sets the optional proxy host the client will connect through and returns the updated ClientConfiguration object.
withProxyPassword(String) - Method in class com.amazonaws.ClientConfiguration
Sets the optional proxy password to use when connecting through a proxy, and returns the updated ClientConfiguration object.
withProxyPort(int) - Method in class com.amazonaws.ClientConfiguration
Sets the optional proxy port the client will connect through and returns the updated ClientConfiguration object.
withProxyUsername(String) - Method in class com.amazonaws.ClientConfiguration
Sets the optional proxy user name and returns the updated ClientConfiguration object.
withProxyWorkstation(String) - Method in class com.amazonaws.ClientConfiguration
Deprecated.
withReaper(boolean) - Method in class com.amazonaws.ClientConfiguration
Sets whether the IdleConnectionReaper is to be started as a daemon thread
withRefreshThreshold(int) - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Set the refresh threshold for the session credentials created by this client in seconds.
withRefreshThreshold(int) - Method in class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
Set the refresh threshold for the session credentials created by this client in seconds.
withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.AmazonWebServiceRequest
Deprecated.
metrics is deprecated
withResources(Resource...) - Method in class com.amazonaws.auth.policy.Statement
Sets the resources associated with this policy statement and returns this updated Statement object so that additional method calls can be chained together.
withRetryPolicy(RetryPolicy) - Method in class com.amazonaws.ClientConfiguration
Sets the retry policy upon failed requests, and returns the updated ClientConfiguration object.
withRoleArn(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
The Amazon Resource Name (ARN) of the role to assume.
withRoleArn(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
The Amazon Resource Name (ARN) of the role that the caller is assuming.
withRoleSessionName(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
An identifier for the assumed role session.
withRoleSessionName(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
An identifier for the assumed role session.
withSecretAccessKey(String) - Method in class com.amazonaws.services.securitytoken.model.Credentials
The secret access key that can be used to sign requests.
withSecretKey(String) - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
The Secret Access Key portion of the credentials
withSerialNumber(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
The identification number of the MFA device that is associated with the user who is making the AssumeRole call.
withSerialNumber(String) - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenRequest
The identification number of the MFA device that is associated with the IAM user who is making the GetSessionToken call.
withSessionDuration(int) - Method in class com.amazonaws.auth.CognitoCredentialsProvider
Set the duration of the session credentials created by this client in seconds.
withSessionDuration(int) - Method in class com.amazonaws.auth.WebIdentityFederationSessionCredentialsProvider
Set the duration of the session credentials created by this client in seconds.
withSessionToken(String) - Method in class com.amazonaws.services.cognitoidentity.model.Credentials
The Session Token portion of the credentials
withSessionToken(String) - Method in class com.amazonaws.services.securitytoken.model.Credentials
The token that users must pass to the service API to use the temporary credentials.
withSignerOverride(String) - Method in class com.amazonaws.ClientConfiguration
Sets the name of the signature algorithm to use for signing requests made by this client.
withSocketBufferSizeHints(int, int) - Method in class com.amazonaws.ClientConfiguration
Sets the optional size hints (in bytes) for the low level TCP send and receive buffers, and returns the updated ClientConfiguration object so that additional method calls may be chained together.
withSocketTimeout(int) - Method in class com.amazonaws.ClientConfiguration
Sets the amount of time to wait (in milliseconds) for data to be transfered over an established, open connection before the connection times out and is closed, and returns the updated ClientConfiguration object so that additional method calls may be chained together.
withStatements(Statement...) - Method in class com.amazonaws.auth.policy.Policy
Sets the collection of statements contained by this policy and returns this policy object so that additional method calls can be chained together.
withSubjectFromWebIdentityToken(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityResult
The unique user identifier that is returned by the identity provider.
withTimeOffset(int) - Method in class com.amazonaws.AmazonWebServiceClient
Sets the optional value for time offset for this client.
withTimeOffset(int) - Method in class com.amazonaws.DefaultRequest
 
withTimeOffset(int) - Method in interface com.amazonaws.Request
Sets the optional value for time offset for this request.
withToken(String) - Method in class com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenResult
An OpenID token, valid for 15 minutes.
withTokenCode(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
The value provided by the MFA device, if the trust policy of the role being assumed requires MFA (that is, if the policy includes a condition that tests for MFA).
withTokenCode(String) - Method in class com.amazonaws.services.securitytoken.model.GetSessionTokenRequest
The value provided by the MFA device, if MFA is required.
withTrustManager(TrustManager) - Method in class com.amazonaws.ClientConfiguration
Sets the trust manager to use for secure connections from this client, and returns the updated ClientConfiguration object so that additional calls may be chained together.
withType(String) - Method in class com.amazonaws.auth.policy.Condition
Fluent version of Condition.setType(String)
withUserAgent(String) - Method in class com.amazonaws.ClientConfiguration
Sets the HTTP user agent header used in requests and returns the updated ClientConfiguration object.
withUserId(String) - Method in class com.amazonaws.services.securitytoken.model.GetCallerIdentityResult
The unique identifier of the calling entity.
withValues(String...) - Method in class com.amazonaws.auth.policy.Condition
Fluent version of Condition.setValues(List)
withValues(List<String>) - Method in class com.amazonaws.auth.policy.Condition
Fluent version of Condition.setValues(List)
withWebIdentityToken(String) - Method in class com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity provider.
wrap(ClientConnectionManager) - Static method in class com.amazonaws.http.conn.ClientConnectionManagerFactory
 
wrapListener(ProgressListener) - Static method in class com.amazonaws.event.ProgressListenerCallbackExecutor
 
writeTo(OutputStream) - Method in class com.amazonaws.metrics.MetricInputStreamEntity
 

X

X_AMZ_CONTENT_SHA256 - Static variable in class com.amazonaws.http.HttpHeader
Amazon header for X-Amz-Date.
X_AMZ_DATE - Static variable in class com.amazonaws.http.HttpHeader
Amazon header for X-Amz-Date.
X_AMZ_NONCE - Static variable in class com.amazonaws.http.HttpHeader
Amazon header for x-amz-nonce.
X_AMZ_SECURITY_TOKEN - Static variable in class com.amazonaws.http.HttpHeader
Amazon header for x-amz-security-token.
X_AMZN_AUTHORIZATION - Static variable in class com.amazonaws.http.HttpHeader
Amazon header for X-Amzn-Authorization.
XmlUtils - Class in com.amazonaws.util
XmlUtils class.
XmlUtils() - Constructor for class com.amazonaws.util.XmlUtils
 
XMLWriter - Class in com.amazonaws.util
Utility for creating easily creating XML documents, one element at a time.
XMLWriter(Writer) - Constructor for class com.amazonaws.util.XMLWriter
Creates a new XMLWriter, ready to write an XML document to the specified writer.
XMLWriter(Writer, String) - Constructor for class com.amazonaws.util.XMLWriter
Creates a new XMLWriter, ready to write an XML document to the specified writer.
xpath() - Static method in class com.amazonaws.util.XpathUtils
 
XpathUtils - Class in com.amazonaws.util
Utility methods for extracting data from XML documents using Xpath expressions.
XpathUtils() - Constructor for class com.amazonaws.util.XpathUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2018. All rights reserved.