- AbortedException - Exception in com.amazonaws
-
SDK operation aborted exception.
- AbortedException(String, Throwable) - Constructor for exception com.amazonaws.AbortedException
-
- AbortedException(Throwable) - Constructor for exception com.amazonaws.AbortedException
-
- AbortedException(String) - Constructor for exception com.amazonaws.AbortedException
-
- AbortedException() - Constructor for exception com.amazonaws.AbortedException
-
- 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.
- 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
- accessKeyId - Variable in class com.amazonaws.util.EC2MetadataUtils.IAMSecurityCredential
-
- accumulate(String, Object) - Method in class com.amazonaws.util.json.JSONObject
-
Accumulate values under a key.
- 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
-
Returns an instance of request handler adapted to the
RequestHandler2
interface from the given request handler
implementing the deprecated
RequestHandler
interface.
- 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.
- addHeader(String, String) - Method in class com.amazonaws.DefaultRequest
-
- addHeader(String, String) - Method in class com.amazonaws.http.HttpResponse
-
Adds an HTTP header to the set associated with this response.
- addHeader(String, String) - Method in interface com.amazonaws.SignableRequest
-
Sets the specified header for this request.
- addHostHeader(SignableRequest<?>) - Method in class com.amazonaws.auth.AWS4Signer
-
- addParameter(String, String) - Method in class com.amazonaws.DefaultRequest
-
- addParameter(String, String) - Method in interface com.amazonaws.SignableRequest
-
Adds the specified request parameter to this request.
- addProgressListener(ProgressListener) - Method in class com.amazonaws.event.ProgressListenerChain
-
- addProperty(String, Object) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- addProperty(MetricType, Object) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- addProperty(String, Object) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
-
Add a property.
- addProperty(MetricType, Object) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
-
- addPropertyWith(String, Object) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- addPropertyWith(MetricType, Object) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- addRequestBytesTransferred(long) - Method in class com.amazonaws.event.request.Progress
-
- addRequestBytesTransferred(long) - Method in class com.amazonaws.event.request.ProgressSupport
-
- addRequestContentLength(long) - Method in class com.amazonaws.event.request.Progress
-
- addRequestContentLength(long) - Method in class com.amazonaws.event.request.ProgressSupport
-
Adds the number of bytes to be expected in the request.
- addRequestHandler(RequestHandler) - Method in class com.amazonaws.AmazonWebServiceClient
-
- 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.
- addResponseBytesTransferred(long) - Method in class com.amazonaws.event.request.Progress
-
- addResponseBytesTransferred(long) - Method in class com.amazonaws.event.request.ProgressSupport
-
- addResponseContentLength(long) - Method in class com.amazonaws.event.request.Progress
-
- addResponseContentLength(long) - Method in class com.amazonaws.event.request.ProgressSupport
-
Adds the number of bytes to be expected in the response.
- addSessionCredentials(SignableRequest<?>, AWSSessionCredentials) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
Adds session credentials to the request given.
- addSessionCredentials(SignableRequest<?>, AWSSessionCredentials) - Method in class com.amazonaws.auth.AWS3Signer
-
- addSessionCredentials(SignableRequest<?>, AWSSessionCredentials) - Method in class com.amazonaws.auth.AWS4Signer
-
- addSessionCredentials(SignableRequest<?>, 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).
- 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_SECRET_KEY_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Alternate environment variable name for the AWS secret key
- alternateIso8601DateFormat - Static variable in class com.amazonaws.util.DateUtils
-
Alternate ISO 8601 format without fractional seconds
- 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
-
- AmazonHttpClient - Class in com.amazonaws.http
-
- 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
-
Constructs a new AWS client using the specified client configuration
options (ex: max retry attempts, proxy settings, etc), and request metric
collector.
- 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
-
Constructs a new AmazonWebServiceClient object using the specified
configuration and request metric collector.
- 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
-
- ApacheHttpClientConfig - Class in com.amazonaws
-
Used for Apache HTTP client specific custom configurations.
- append(String, Object) - Method in class com.amazonaws.util.json.JSONObject
-
Append values to the array under a key.
- appendUri(String, String) - Static method in class com.amazonaws.util.HttpUtils
-
- appendUri(String, String, boolean) - Static method in class com.amazonaws.util.HttpUtils
-
- appendUri(String, String) - Static method in class com.amazonaws.util.SdkHttpUtils
-
Append the given path to the given baseUri.
- appendUri(String, String, boolean) - Static method in class com.amazonaws.util.SdkHttpUtils
-
Append the given path to the given baseUri.
- 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.
- array() - Method in class com.amazonaws.util.json.JSONWriter
-
Begin appending a new array.
- asBoolean(String, Node) - Static method in class com.amazonaws.util.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
Boolean.
- asBoolean(String, Node, XPath) - Static method in class com.amazonaws.util.XpathUtils
-
- asByte(String, Node) - Static method in class com.amazonaws.util.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
Byte.
- asByte(String, Node, XPath) - Static method in class com.amazonaws.util.XpathUtils
-
- 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.
- asByteBuffer(String, Node, XPath) - Static method in class com.amazonaws.util.XpathUtils
-
- asDate(String, Node) - Static method in class com.amazonaws.util.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
Date.
- asDate(String, Node, XPath) - Static method in class com.amazonaws.util.XpathUtils
-
- asDouble(String, Node) - Static method in class com.amazonaws.util.XpathUtils
-
Evaluates the specified XPath expression and returns the results as a
Double.
- asDouble(String, Node, XPath) - Static method in class com.amazonaws.util.XpathUtils
-
- asFloat(String, Node) - Static method in class com.amazonaws.util.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
Float.
- asFloat(String, Node, XPath) - Static method in class com.amazonaws.util.XpathUtils
-
- asInteger(String, Node) - Static method in class com.amazonaws.util.XpathUtils
-
Evaluates the specified XPath expression and returns the result as an
Integer.
- asInteger(String, Node, XPath) - Static method in class com.amazonaws.util.XpathUtils
-
- asLong(String, Node) - Static method in class com.amazonaws.util.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
Long.
- asLong(String, Node, XPath) - Static method in class com.amazonaws.util.XpathUtils
-
- asNode(String, Node) - Static method in class com.amazonaws.util.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
Node.
- asNode(String, Node, XPath) - Static method in class com.amazonaws.util.XpathUtils
-
- asString(String, Node) - Static method in class com.amazonaws.util.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
string.
- asString(String, Node, XPath) - Static method in class com.amazonaws.util.XpathUtils
-
- ASYNC - Static variable in class com.amazonaws.event.SDKProgressPublisher
-
- 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.
- Autoscaling - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
- 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.
- AWS_CREDENTAIL_PROPERTIES_FILE - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
-
Used to specify an AWS credential property file.
- AWS_PROFILE_ENVIRONMENT_VARIABLE - Static variable in class com.amazonaws.auth.profile.ProfilesConfigFile
-
Environment variable name for overriding the default AWS profile
- AWS_PROFILE_SYSTEM_PROPERTY - Static variable in class com.amazonaws.auth.profile.ProfilesConfigFile
-
System property name for overriding the default AWS profile
- AWS_REQUEST_ID - Static variable in class com.amazonaws.ResponseMetadata
-
- AWS_SESSION_TOKEN_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable name for the AWS session token
- 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
-
- AWSCredentialsProviderChain(AWSCredentialsProvider...) - Constructor for class com.amazonaws.auth.AWSCredentialsProviderChain
-
Constructs a new AWSCredentialsProviderChain with the specified
credential providers.
- AwsHostNameUtils - Class in com.amazonaws.util
-
- AwsHostNameUtils() - Constructor for class com.amazonaws.util.AwsHostNameUtils
-
- AWSRefreshableSessionCredentials - Interface in com.amazonaws.auth
-
Session credentials that can be refreshed upon request.
- AWSRequestMetrics - Class in com.amazonaws.util
-
Used as both a base class and a minimal support of AWS SDK request metrics.
- AWSRequestMetrics() - Constructor for class com.amazonaws.util.AWSRequestMetrics
-
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
-
- AWSRequestMetrics.Field - Enum in com.amazonaws.util
-
Predefined AWS SDK metric types general across all AWS clients.
- AWSRequestMetricsFullSupport - Class in com.amazonaws.util
-
In contrast to
AWSRequestMetrics
, which is intended to be a minimal
support of AWS SDK request metrics, this class is the full support of AWS SDK
request metrics including features such as properties and sub-events.
- AWSRequestMetricsFullSupport() - Constructor for class com.amazonaws.util.AWSRequestMetricsFullSupport
-
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.
- AWSServiceMetrics - Enum in com.amazonaws.util
-
Predefined AWS SDK non-request specific metric types general across all AWS
clients.
- AWSSessionCredentials - Interface in com.amazonaws.auth
-
AWS session credentials object.
- AWSSessionCredentialsProvider - Interface in com.amazonaws.auth
-
- DataPipeline - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
- 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.
- dateUtils - Static variable in class com.amazonaws.auth.AWS3Signer
-
Deprecated.
- DateUtils - Class in com.amazonaws.util
-
Utilities for parsing and formatting dates.
- DateUtils() - Constructor for class com.amazonaws.util.DateUtils
-
- debug(Object) - Method in class com.amazonaws.log.CommonsLog
-
- debug(Object, Throwable) - Method in class com.amazonaws.log.CommonsLog
-
- debug(Object) - Method in interface com.amazonaws.log.InternalLogApi
-
Logs a message with debug log level.
- debug(Object, Throwable) - Method in interface com.amazonaws.log.InternalLogApi
-
Logs an error with debug log level.
- 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.Base16Lower
-
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.Base16Lower
-
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 (except for AmazonDynamoDBClient,
whose constructor will replace the DEFAULT with DYNAMODB_DEFAULT.)
- 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_CONNECTION_TTL - Static variable in class com.amazonaws.ClientConfiguration
-
The default expiration time (in milliseconds) for a connection in the
connection pool.
- 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
-
- 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_PROFILE_NAME - Static variable in class com.amazonaws.auth.profile.ProfilesConfigFile
-
Name of the default profile as specified in the configuration file.
- 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_RESPONSE_METADATA_CACHE_SIZE - Static variable in class com.amazonaws.ClientConfiguration
-
The default response metadata cache size.
- 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
-
Deprecated.
with AmazonWebServiceRequest.getRequestClientOptions()
and RequestClientOptions.setReadLimit(int)
.
The default size of the buffer when uploading data from a stream. A
buffer of this size will be created and filled with the first bytes from
a stream being uploaded so that any transmit errors that occur in that
section of the data can be automatically retried without the caller's
intervention.
If not set, the default value of 128 KB will be used.
- 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
-
Default maximum buffer size: 128K + 1.
- DEFAULT_TCP_KEEP_ALIVE - Static variable in class com.amazonaws.ClientConfiguration
-
The default on whether to use TCP KeepAlive.
- DEFAULT_USE_GZIP - Static variable in class com.amazonaws.ClientConfiguration
-
The default on whether to use gzip compression.
- DEFAULT_USE_REAPER - Static variable in class com.amazonaws.ClientConfiguration
-
- 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
-
AWS credentials provider chain that looks for credentials in this order:
Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY
Java System Properties - aws.accessKeyId and aws.secretKey
Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI
Instance profile credentials delivered through the Amazon EC2 metadata service
- DefaultAWSCredentialsProviderChain() - Constructor for class com.amazonaws.auth.DefaultAWSCredentialsProviderChain
-
- 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.
- dehexchar(char) - Static method in class com.amazonaws.util.json.JSONTokener
-
Get the hex value of a character (base16).
- delayBeforeNextRetry(AmazonWebServiceRequest, AmazonClientException, int) - Method in interface com.amazonaws.retry.RetryPolicy.BackoffStrategy
-
Returns the delay (in milliseconds) before next retry attempt.
- deleteProfiles(File, String...) - Static method in class com.amazonaws.auth.profile.ProfilesConfigFileWriter
-
Remove one or more profiles from the existing credentials file by
in-place modification.
- DeliveryMode - Interface in com.amazonaws.event
-
Used to indicate whether it is safe to deliver progress events to the
listener synchronously.
- DeliveryMode.Check - Class in com.amazonaws.event
-
Provides convenient method to check if a listener is safe to be invoked
synchronously.
- DeliveryMode.Check() - Constructor for class com.amazonaws.event.DeliveryMode.Check
-
- DirectConnect - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
- 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.
- disableMetrics() - Method in class com.amazonaws.metrics.MetricAdmin
-
- disableMetrics() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Disables the metric collector at the AWS SDK level.
- disableStrictHostnameVerification() - Method in class com.amazonaws.http.AmazonHttpClient
-
Disables the default strict hostname verification in this client and
instead uses a browser compatible hostname verification strategy (i.e.
- documentFrom(InputStream) - Static method in class com.amazonaws.util.XpathUtils
-
This method closes the given input stream upon completion.
- documentFrom(String) - Static method in class com.amazonaws.util.XpathUtils
-
- documentFrom(URL) - Static method in class com.amazonaws.util.XpathUtils
-
- doGetLog(Class<?>) - Method in class com.amazonaws.log.CommonsLogFactory
-
- doGetLog(String) - Method in class com.amazonaws.log.CommonsLogFactory
-
- doGetLog(Class<?>) - Method in class com.amazonaws.log.InternalLogFactory
-
SPI to return a logger given a class.
- doGetLog(String) - Method in class com.amazonaws.log.InternalLogFactory
-
SPI to return a logger given a name.
- doGetLog(Class<?>) - Method in class com.amazonaws.log.JulLogFactory
-
- doGetLog(String) - Method in class com.amazonaws.log.JulLogFactory
-
- doReceiveResponse(HttpRequest, HttpClientConnection, HttpContext) - Method in class com.amazonaws.http.protocol.SdkHttpRequestExecutor
-
- doSendRequest(HttpRequest, HttpClientConnection, HttpContext) - Method in class com.amazonaws.http.protocol.SdkHttpRequestExecutor
-
- doubleToString(double) - Static method in class com.amazonaws.util.json.JSONObject
-
Produce a string from a double.
- 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_THROUGHPUT_NAME_SUFFIX - Static variable in interface com.amazonaws.metrics.ServiceMetricType
-
- dumpToFile(File, boolean, Profile...) - Static method in class com.amazonaws.auth.profile.ProfilesConfigFileWriter
-
Write all the credential profiles to a file.
- durationMilliOf(long, long) - Static method in class com.amazonaws.util.TimingInfo
-
Returns the duration in milliseconds as double, preserving the decimal
precision as necessary, for the given start and end time in nanoseconds.
- Dynamodb - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
- DYNAMODB_DEFAULT - Static variable in class com.amazonaws.retry.PredefinedRetryPolicies
-
Default policy for DynamoDB client
- DYNAMODB_DEFAULT_BACKOFF_STRATEGY - Static variable in class com.amazonaws.retry.PredefinedRetryPolicies
-
The default back-off strategy for DynamoDB client, which increases
exponentially up to a max amount of delay.
- DYNAMODB_DEFAULT_MAX_ERROR_RETRY - Static variable in class com.amazonaws.retry.PredefinedRetryPolicies
-
Default max retry count for DynamoDB client
- get(Object) - Method in class com.amazonaws.util.ImmutableMapParameter
-
- get(int) - Method in class com.amazonaws.util.json.JSONArray
-
Get the object value associated with an index.
- get(String) - Method in class com.amazonaws.util.json.JSONObject
-
Get the value object associated with a key.
- 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.
- getAccountId() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getActionName() - Method in interface com.amazonaws.auth.policy.Action
-
Returns the name of this action.
- 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
-
- getAllProfiles() - Method in class com.amazonaws.auth.profile.ProfilesConfigFile
-
Returns all the profiles declared in this config file.
- getAllSubMeasurements(String) - Method in class com.amazonaws.util.TimingInfo
-
- getAmiId() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the AMI ID used to launch the instance.
- getAmiLaunchIndex() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the index of this instance in the reservation.
- getAmiManifestPath() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the manifest path of the AMI with which the instance was launched.
- getAncestorAmiIds() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the list of AMI IDs of any instances that were rebundled to created
this AMI.
- getApacheHttpClientConfig() - Method in class com.amazonaws.ClientConfiguration
-
Returns a non-null object that can be used to specify Apache HTTP client
specific custom configurations.
- getArchitecture() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getAuthErrorRetryStrategy() - Method in class com.amazonaws.http.ExecutionContext
-
Returns the retry strategy for auth errors.
- getAvailabilityZone() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the Availability Zone in which the instance launched.
- getAvailabilityZone() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- 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
-
- getAwsClient() - Method in class com.amazonaws.http.ExecutionContext
-
- getAWSRequestMetrics() - Method in class com.amazonaws.DefaultRequest
-
- getAwsRequestMetrics() - Method in class com.amazonaws.http.ExecutionContext
-
- getAWSRequestMetrics() - Method in interface com.amazonaws.Request
-
Returns the request metrics.
- 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
-
- getBackoffStrategy() - Method in class com.amazonaws.retry.RetryPolicy
-
Returns the back-off strategy included in this retry policy.
- getBillingProducts() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getBinaryRequestPayload(SignableRequest<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
Returns the request's payload as binary data.
- getBinaryRequestPayloadStream(SignableRequest<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
- getBinaryRequestPayloadStreamWithoutQueryParams(SignableRequest<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
- getBinaryRequestPayloadWithoutQueryParams(SignableRequest<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
Returns the request's payload contents as binary data, without processing
any query string params (i.e.
- getBlockDeviceMapping() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the virtual devices associated with the ami, root, ebs, and swap.
- getBoolean(int) - Method in class com.amazonaws.util.json.JSONArray
-
Get the boolean value associated with an index.
- getBoolean(String) - Method in class com.amazonaws.util.json.JSONObject
-
Get the boolean value associated with a key.
- getByteCount() - Method in class com.amazonaws.metrics.ByteThroughputProvider
-
- getByteCount() - Method in class com.amazonaws.util.CountingInputStream
-
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
-
- getBytes() - Method in class com.amazonaws.event.ProgressEvent
-
Returns the number of bytes associated with the event.
- getBytesReadBeforeException() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- getBytesTransferred() - Method in class com.amazonaws.event.ProgressEvent
-
Convenient method to returns the number of bytes transferred in this
event, or the number of bytes reset (or discarded) if negative.
- getCanonicalizedEndpoint(URI) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
- getCanonicalizedHeadersForStringToSign(SignableRequest<?>) - Method in class com.amazonaws.auth.AWS3Signer
-
- getCanonicalizedHeaderString(SignableRequest<?>) - Method in class com.amazonaws.auth.AWS4Signer
-
- getCanonicalizedQueryString(Map<String, List<String>>) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
Examines the specified query string parameters and returns a
canonicalized form.
- getCanonicalizedQueryString(SignableRequest<?>) - 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
-
- getCause() - Method in class com.amazonaws.event.ProgressListener.ExceptionReporter
-
Returns the underlying exception, if any; or null otherwise.
- getCause() - Method in exception com.amazonaws.util.json.JSONException
-
- getClientMarker(RequestClientOptions.Marker) - Method in class com.amazonaws.RequestClientOptions
-
Returns the value of the specified marker; or null if there is no such
value.
- 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.
- 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.
- getConnectionTTL() - Method in class com.amazonaws.ClientConfiguration
-
Returns the expiration time(in milliseconds) for a connection in the
connection pool.
- getContent() - Method in class com.amazonaws.DefaultRequest
-
- getContent() - Method in class com.amazonaws.http.HttpResponse
-
Returns the input stream containing the response content.
- getContent() - Method in interface com.amazonaws.SignableRequest
-
Returns the optional stream containing the payload data to include for
this request.
- getContentUnwrapped() - Method in class com.amazonaws.DefaultRequest
-
- getContentUnwrapped() - Method in interface com.amazonaws.SignableRequest
-
Returns the optional raw stream containing the payload data to include
for this request, with all progress stream wrappers.
- 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
-
Returns the last set AWS credential file, or null if there is none.
- getCredentialFile() - Method in class com.amazonaws.metrics.MetricAdmin
-
- getCredentialFile() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Returns the last set AWS credential file; or null if there is none.
- getCredentialProvider() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns the credential provider for the default AWS SDK metric implementation.
- 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 interface com.amazonaws.auth.AWSSessionCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.auth.ClasspathPropertiesFileCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.auth.EnvironmentVariableCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.auth.InstanceProfileCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.auth.profile.ProfileCredentialsProvider
-
- getCredentials(String) - Method in class com.amazonaws.auth.profile.ProfilesConfigFile
-
Returns the AWS credentials for the specified profile.
- getCredentials() - Method in class com.amazonaws.auth.PropertiesFileCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.auth.SystemPropertiesCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.http.ExecutionContext
-
Returns the optional credentials used to sign the associated request.
- getCurrentRegion() - Static method in enum com.amazonaws.regions.Regions
-
Returns a Region object representing the region the application is
running in, when running in EC2.
- getCurrNumErrors() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- getCustomRequestHeaders() - Method in class com.amazonaws.AmazonWebServiceRequest
-
Returns an immutable map of custom header names to header values.
- getDaemonThreadCount() - Method in class com.amazonaws.jmx.JmxInfoProviderSupport
-
- getDaemonThreadCount() - Method in interface com.amazonaws.jmx.spi.JmxInfoProvider
-
- getData(String) - Static method in class com.amazonaws.util.EC2MetadataUtils
-
- getData(String, int) - Static method in class com.amazonaws.util.EC2MetadataUtils
-
- getDefaultRetryPolicy() - Static method in class com.amazonaws.retry.PredefinedRetryPolicies
-
Returns the SDK default retry policy.
- getDefaultRetryPolicyWithCustomMaxRetries(int) - Static method in class com.amazonaws.retry.PredefinedRetryPolicies
-
Returns the SDK default retry policy with the specified max retry count.
- getDevpayProductCodes() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getDomain() - Method in class com.amazonaws.regions.Region
-
Returns the domain for this region; ex: "amazonaws.com".
- getDouble(int) - Method in class com.amazonaws.util.json.JSONArray
-
Get the double value associated with an index.
- getDouble(String) - Method in class com.amazonaws.util.json.JSONObject
-
Get the double value associated with a key.
- getDurationMilli() - Method in class com.amazonaws.metrics.ServiceLatencyProvider
-
- getDurationNano() - Method in class com.amazonaws.metrics.ByteThroughputProvider
-
- getDynamoDBDefaultRetryPolicy() - Static method in class com.amazonaws.retry.PredefinedRetryPolicies
-
Returns the default retry policy for DynamoDB client.
- getDynamoDBDefaultRetryPolicyWithCustomMaxRetries(int) - Static method in class com.amazonaws.retry.PredefinedRetryPolicies
-
Returns the default retry policy for DynamoDB client with the specified
max retry count.
- getEC2InstanceRegion() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Returns the current region of this running EC2 instance; or null if
it is unable to do so.
- 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.DefaultRequest
-
- getEndpoint() - Method in interface com.amazonaws.SignableRequest
-
Returns the service endpoint (ex: "https://ec2.amazonaws.com") to which
this request should be sent.
- 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.
- 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
-
- getEventType() - Method in class com.amazonaws.event.ProgressEvent
-
Returns the type of event this object represents.
- getExecutorService() - Static method in class com.amazonaws.event.SDKProgressPublisher
-
Returns the executor service used for performing the callbacks.
- getExtraInfo() - Method in exception com.amazonaws.ResetException
-
- getFactory() - Static method in class com.amazonaws.log.InternalLogFactory
-
Returns the current default log factory.
- getFileDecriptorInfo() - Method in class com.amazonaws.jmx.JmxInfoProviderSupport
-
- getFileDecriptorInfo() - Method in interface com.amazonaws.jmx.spi.JmxInfoProvider
-
- getGeneralProgressListener() - Method in class com.amazonaws.AmazonWebServiceRequest
-
Returns the optional progress listener for receiving updates about the
progress of the request.
- getGlobalTimeOffset() - Static method in class com.amazonaws.SDKGlobalConfiguration
-
- getGlobalTimeOffset() - Static method in class com.amazonaws.SDKGlobalTime
-
Gets the global time difference in seconds between the running JVM and
AWS.
- getHeaders() - Method in class com.amazonaws.DefaultRequest
-
- getHeaders() - Method in class com.amazonaws.http.HttpResponse
-
Returns the HTTP headers returned with this response.
- getHeaders() - Method in interface com.amazonaws.SignableRequest
-
Returns a map of all the headers included in this request.
- getHeadersForStringToSign(SignableRequest<?>) - Method in class com.amazonaws.auth.AWS3Signer
-
- getHostMetricName() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns the host name for generating per-host level metrics; or
null or blank if the host is to be automatically detected via
InetAddress
.
- getHostMetricName() - Method in class com.amazonaws.metrics.MetricAdmin
-
- getHostMetricName() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Returns the host name for metric purposes.
- getHostname() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
The interface's local hostname.
- getHttpMethod() - Method in class com.amazonaws.DefaultRequest
-
- getHttpMethod() - Method in interface com.amazonaws.SignableRequest
-
Returns the HTTP method (GET, POST, etc) to use when sending this
request.
- getHttpRequest() - Method in class com.amazonaws.http.HttpResponse
-
Returns the original http request associated with this response.
- getHttpResponse() - Method in class com.amazonaws.Response
-
- getIAMInstanceProfileInfo() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get information about the last time the instance profile was updated,
including the instance's LastUpdated date, InstanceProfileArn, and
InstanceProfileId.
- getIAMSecurityCredentials() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Returns the temporary security credentials (AccessKeyId, SecretAccessKey,
SessionToken, and Expiration) associated with the IAM roles on the
instance.
- 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.
- getImageId() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getInstance() - Method in interface com.amazonaws.metrics.MetricCollector.Factory
-
Returns an instance of the collector; or null if if failed to create
one.
- getInstanceAction() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Notifies the instance that it should reboot in preparation for bundling.
- getInstanceId() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the ID of this instance.
- getInstanceId() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getInstanceInfo() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
The instance info is only guaranteed to be a JSON document per
http://docs
.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
- getInstanceType() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the type of the instance.
- getInstanceType() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getInt(int) - Method in class com.amazonaws.util.json.JSONArray
-
Get the int value associated with an index.
- getInt(String) - Method in class com.amazonaws.util.json.JSONObject
-
Get the int value associated with a key.
- getIPv4Association(String) - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
Get the private IPv4 address(es) that are associated with the
public-ip address and assigned to that interface.
- getItems(String) - Static method in class com.amazonaws.util.EC2MetadataUtils
-
- getItems(String, int) - Static method in class com.amazonaws.util.EC2MetadataUtils
-
- getJmxInfoProvider() - Static method in class com.amazonaws.jmx.spi.JmxInfoProvider.Factory
-
- getJSONArray(int) - Method in class com.amazonaws.util.json.JSONArray
-
Get the JSONArray associated with an index.
- getJSONArray(String) - Method in class com.amazonaws.util.json.JSONObject
-
Get the JSONArray value associated with a key.
- getJSONObject(int) - Method in class com.amazonaws.util.json.JSONArray
-
Get the JSONObject associated with an index.
- getJSONObject(String) - Method in class com.amazonaws.util.json.JSONObject
-
Get the JSONObject value associated with a key.
- getJvmMetricName() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns the name of the JVM for generating per-JVM level metrics;
or null or blank if per-JVM level metrics are disabled.
- getJvmMetricName() - Method in class com.amazonaws.metrics.MetricAdmin
-
- getJvmMetricName() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Returns the JVM metric name.
- getKernelId() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getLastSubMeasurement(String) - Method in class com.amazonaws.util.TimingInfo
-
- getListener() - Method in class com.amazonaws.event.ProgressInputStream
-
- getListeners() - Method in class com.amazonaws.event.ProgressListenerChain
-
Returns the listeners associated with this listener chain.
- getLocalAddress() - Method in class com.amazonaws.ClientConfiguration
-
Returns the optional local address the client will bind to.
- getLocalHostName() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the local hostname of the instance.
- getLocalIPv4s() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
The private IP addresses associated with the interface.
- getLog(Class<?>) - Static method in class com.amazonaws.log.InternalLogFactory
-
Returns an SDK logger that logs using the currently configured default
log factory, given the class.
- getLog(String) - Static method in class com.amazonaws.log.InternalLogFactory
-
Returns an SDK logger that logs using the currently configured default
log factory, given the name.
- getLong(int) - Method in class com.amazonaws.util.json.JSONArray
-
Get the long value associated with an index.
- getLong(String) - Method in class com.amazonaws.util.json.JSONObject
-
Get the long value associated with a key.
- getMacAddress() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the MAC address of the instance.
- getMacAddress() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
The interface's Media Acess Control (mac) address
- getMarked() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- 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.
- getMaxNumErrors() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- getMBeanRegistry() - Static method in class com.amazonaws.jmx.spi.SdkMBeanRegistry.Factory
-
- getMBeanServer() - Static method in enum com.amazonaws.jmx.MBeans
-
Returns the first registered MBean server, or the platform MBean server
if there is none.
- getMessage() - Method in exception com.amazonaws.AmazonServiceException
-
- getMessage() - Method in exception com.amazonaws.ResetException
-
- getMetricCollector() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
- getMetricNameSpace() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns the metric name space, which is never null or blank.
- getMetricNameSpace() - Method in class com.amazonaws.metrics.MetricAdmin
-
- getMetricNameSpace() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Returns the metric name space.
- getMetricQueueSize() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns the internal metric queue size to be used for the default AWS SDK
metric collector; or null if the default is to be used.
- getMetricQueueSize() - Method in class com.amazonaws.metrics.MetricAdmin
-
- getMetricQueueSize() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Returns the internal metric queue size to be used for the default AWS SDK
metric collector; or null if the default is to be used.
- 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
-
The name of this region, used in the regions.xml file to identify it.
- getNames(JSONObject) - Static method in class com.amazonaws.util.json.JSONObject
-
Get an array of field names from a JSONObject.
- getNames(Object) - Static method in class com.amazonaws.util.json.JSONObject
-
Get an array of field names from an Object.
- getNetworkInterfaces() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the list of network interfaces on the instance.
- getNotifiedByteCount() - Method in class com.amazonaws.event.ProgressInputStream
-
- getObjectMapper() - Static method in enum com.amazonaws.util.json.Jackson
-
- 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.
- getOriginalRequestObject() - Method in class com.amazonaws.DefaultRequest
-
- getOriginalRequestObject() - Method in interface com.amazonaws.SignableRequest
-
Returns the original, user facing request object which this internal
request object is representing.
- getOverriddenDate() - Method in class com.amazonaws.auth.AWS4Signer
-
Returns a copy of date that overrides the signing date in the request.
- getOwnerId() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
The ID of the owner of the network interface.
In multiple-interface environments, an interface can be attached by a
third party, such as Elastic Load Balancing.
- getParameters() - Method in class com.amazonaws.DefaultRequest
-
- getParameters() - Method in interface com.amazonaws.SignableRequest
-
Returns a map of all parameters in this request.
- getPeakThreadCount() - Method in class com.amazonaws.jmx.JmxInfoProviderSupport
-
- getPeakThreadCount() - Method in interface com.amazonaws.jmx.spi.JmxInfoProvider
-
- getPendingTime() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getPlatform() - Static method in class com.amazonaws.util.VersionInfoUtils
-
Returns the current platform for the AWS SDK in which this class is
running.
- getPosition() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- getPredefinedMetrics() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns an unmodifiable set of the current predefined metrics.
- getPrettywriter() - Static method in enum com.amazonaws.util.json.Jackson
-
- 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.
- getPrivateIp() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getPrivateIpAddress() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the private IP address of the instance.
- getProductCodes() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the list of product codes associated with the instance, if any.
- getProfile() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
The interface's profile.
- getProgress() - Method in class com.amazonaws.event.ProgressTracker
-
- getProperty(String) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- getProperty(MetricType) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- getProperty(String) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
-
- getProperty(MetricType) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
-
- 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.
- getProviderId() - Method in class com.amazonaws.metrics.ByteThroughputProvider
-
Returns a provider id that can be used to compute the number of active
byte throughput provider of a specific metric type being active in a
given time interval.
- getProviderId() - Method in class com.amazonaws.metrics.ServiceLatencyProvider
-
- getProxyDomain() - Method in class com.amazonaws.ClientConfiguration
-
Returns the optional Windows domain name for configuring an NTLM proxy.
- 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.
- getPublicHostname() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
The interface's public hostname.
- getPublicIPv4s() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
The elastic IP addresses associated with the interface.
There may be multiple IP addresses on an instance.
- getPublicKey() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the public key.
- getQueuePollTimeoutMilli() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns the internal metric queue timeout in millisecond to be used for
the default AWS SDK metric collector; or null if the default is to be
used.
- getQueuePollTimeoutMilli() - Method in class com.amazonaws.metrics.MetricAdmin
-
- getQueuePollTimeoutMilli() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Returns the internal metric queue timeout in millisecond to be used for
the default AWS SDK metric collector; or null if the default is to be
used.
- getRamdiskId() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the ID of the RAM disk specified at launch time, if applicable.
- getRamdiskId() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getRawResponseContent() - Method in exception com.amazonaws.AmazonServiceException
-
Typically only useful for debugging purpose if for some reason the SDK cannot parse the HTTP
response from a service
- getReadLimit() - Method in class com.amazonaws.AmazonWebServiceRequest
-
- getReadLimit() - Method in interface com.amazonaws.ReadLimitInfo
-
Returns the read limit for mark-and-reset during retries; or -1 if not
available.
- getReadLimit() - Method in class com.amazonaws.RequestClientOptions
-
Returns the mark-and-reset read limit; defaults to
131073.
- getReadLimitInfo() - Method in class com.amazonaws.DefaultRequest
-
- getReadLimitInfo() - Method in interface com.amazonaws.SignableRequest
-
Returns the read limit info about the original request.
- getRegion() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns the region configured for the default AWS SDK metric collector;
or null if the default is to be used.
- getRegion() - Method in class com.amazonaws.metrics.MetricAdmin
-
- getRegion() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Returns the region configured for the default AWS SDK metric collector;
or null if the default is to be used.
- getRegion(Regions) - Static method in class com.amazonaws.regions.Region
-
Returns the region with the id given, or null if it cannot be found in
the current regions.xml file.
- 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
-
Returns the region with the id given, if it exists.
- getRegion() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- 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.
- getRegionMetadata() - Static method in class com.amazonaws.regions.RegionUtils
-
Returns the current set of region metadata for this process,
initializing it if it has not yet been explicitly initialized before.
- getRegionName() - Method in class com.amazonaws.auth.AWS4Signer
-
Returns the region name that is used when calculating the signature.
- 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
-
Returns a list of the available AWS regions.
- 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
-
Returns a list of the regions that support the service given.
- getRegisteredAdminMbeanName() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns the name of the registered admin mbean; or null if the admin
mbean is not currently registered.
- getRequest() - Method in class com.amazonaws.http.HttpResponse
-
Returns the original request associated with this response.
- getRequestBytesTransferred() - Method in class com.amazonaws.event.request.Progress
-
- getRequestBytesTransferred() - Method in class com.amazonaws.event.request.ProgressSupport
-
Returns the number of bytes that have been transferred in the request.
- getRequestClientOptions() - Method in class com.amazonaws.AmazonWebServiceRequest
-
Gets the options stored with this request object.
- getRequestContentLength() - Method in class com.amazonaws.event.request.Progress
-
- getRequestContentLength() - Method in class com.amazonaws.event.request.ProgressSupport
-
Returns the number of bytes to be expected in the request, or -1 if the
number is unknown (e.g.
- 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
-
Returns a request level metric collector; or null if not specified.
- getRequestMetricCollector() - Method in class com.amazonaws.http.AmazonHttpClient
-
Returns the http client specific request metric collector; or null if
there is none.
- getRequestMetricCollector() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns a non-null request metric collector for the SDK.
- getRequestMetricCollector() - Method in class com.amazonaws.metrics.MetricAdmin
-
- getRequestMetricCollector() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Returns the name of the request metric collector set at the AWS SDK
level, or NONE if there is none.
- getRequestMetricCollector() - Method in class com.amazonaws.metrics.MetricCollector
-
- getRequestMetricCollector() - Method in interface com.amazonaws.metrics.RequestMetricCollector.Factory
-
Returns an instance of the collector; or null if if failed to create
one.
- getRequestMetricsCollector() - Method in class com.amazonaws.AmazonWebServiceClient
-
- getRequestPayload(SignableRequest<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
Returns the request's payload as a String.
- getRequestPayloadWithoutQueryParams(SignableRequest<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
Returns the request's payload contents as a String, without processing
any query string params (i.e.
- getReservationId() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the ID of the reservation.
- getResetCount() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- getResetIntervalBeforeException() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- 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.SignableRequest
-
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.
- getResponseBytesTransferred() - Method in class com.amazonaws.event.request.Progress
-
- getResponseBytesTransferred() - Method in class com.amazonaws.event.request.ProgressSupport
-
Returns the number of bytes that have been transferred in the response.
- getResponseContentLength() - Method in class com.amazonaws.event.request.Progress
-
- getResponseContentLength() - Method in class com.amazonaws.event.request.ProgressSupport
-
Returns the number of bytes to be expected in the response, or -1 if the
number is unknown (e.g.
- getResponseMetadata() - Method in class com.amazonaws.AmazonWebServiceResponse
-
Returns the response metadata for this response.
- getResponseMetadataCacheSize() - Method in class com.amazonaws.ClientConfiguration
-
Returns the response metadata cache size.
- getResponseMetadataForRequest(AmazonWebServiceRequest) - Method in class com.amazonaws.http.AmazonHttpClient
-
Returns additional response metadata for an executed request.
- 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.
- getRootCause(Throwable) - Static method in enum com.amazonaws.util.Throwables
-
Returns the root cause of the given throwable, or null if the given
throwable is null.
- getSecurityGroupIds() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
IDs of the security groups to which the network interface belongs.
- getSecurityGroups() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the list of names of the security groups applied to the instance.
- getSecurityGroups() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
Security groups to which the network interface belongs.
- getServiceAbbreviation() - Method in class com.amazonaws.AmazonWebServiceClient
-
- getServiceEndpoint(String) - Method in class com.amazonaws.regions.Region
-
Returns the endpoint for the service given.
- 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.MetricAdmin
-
- getServiceMetricCollector() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Returns the name of the service metric collector set at the AWS SDK
level, or NONE if there is none.
- getServiceMetricCollector() - Method in class com.amazonaws.metrics.MetricCollector
-
- getServiceMetricCollector() - Method in interface com.amazonaws.metrics.ServiceMetricCollector.Factory
-
Returns an instance of the collector; or null if if failed to create
one.
- getServiceMetricType() - Method in class com.amazonaws.metrics.ServiceLatencyProvider
-
- 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
-
Returns the service abbreviation for this service, used for identifying
service endpoints by region, identifying the necessary signer, etc.
- getServiceName() - Method in class com.amazonaws.auth.AWS4Signer
-
Returns the service name that is used when calculating the signature.
- 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
-
- getServiceNameIntern() - Method in class com.amazonaws.AmazonWebServiceClient
-
- getSessionToken() - Method in interface com.amazonaws.auth.AWSSessionCredentials
-
Returns the session token for this session.
- getSessionToken() - Method in class com.amazonaws.auth.BasicSessionCredentials
-
- getSignatureDate(int) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
Returns the current time minus the given offset in seconds.
- getSignedHeadersString(SignableRequest<?>) - 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
-
Returns a non-null signer for the specified service and region according
to the internal configuration which provides a basic default algorithm
used for signer determination.
- 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
-
Returns the signer for the given uri.
- 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
-
Returns the signer region override.
- 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.
- getSource() - Static method in class com.amazonaws.regions.RegionUtils
-
For test purposes.
- getSslSocketFactory() - Method in class com.amazonaws.ApacheHttpClientConfig
-
Returns a custom Apache HTTP client specific SSL socket factory;
or null if there is none.
- getStartEpochTimeMilli() - Method in class com.amazonaws.util.TimingInfo
-
Deprecated.
- getStartEpochTimeMilliIfKnown() - Method in class com.amazonaws.util.TimingInfo
-
- 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.
- getStatusText() - Method in class com.amazonaws.http.HttpResponse
-
Returns the HTTP status text associated with this response.
- getString(int) - Method in class com.amazonaws.util.json.JSONArray
-
Get the string associated with an index.
- getString(String) - Method in class com.amazonaws.util.json.JSONObject
-
Get the string associated with a key.
- getString() - Method in class com.amazonaws.util.StringInputStream
-
Returns the original string specified when this input stream was
constructed.
- 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
-
- getSubnetId() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
ID of the subnet in which the interface resides.
Returned only for Amazon EC2 instances launched into a VPC.
- getSubnetIPv4CidrBlock() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
The CIDR block of the Amazon EC2-VPC subnet in which the interface
resides.
Returned only for Amazon EC2 instances launched into a VPC.
- getThreadCount() - Method in class com.amazonaws.jmx.JmxInfoProviderSupport
-
- getThreadCount() - Method in interface com.amazonaws.jmx.spi.JmxInfoProvider
-
- 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(SignableRequest<?>) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
Deprecated.
- getTimeOffset() - Method in class com.amazonaws.DefaultRequest
-
- getTimeOffset() - Method in class com.amazonaws.http.AmazonHttpClient
-
Returns the time difference in seconds between this client and AWS.
- getTimeOffset() - Method in interface com.amazonaws.SignableRequest
-
Returns the optional value for time offset for this request.
- 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
-
- getTotalStartedThreadCount() - Method in class com.amazonaws.jmx.JmxInfoProviderSupport
-
- getTotalStartedThreadCount() - Method in interface com.amazonaws.jmx.spi.JmxInfoProvider
-
- getType() - Method in class com.amazonaws.auth.policy.Condition
-
Returns the type of this condition.
- getUnnotifiedByteCount() - Method in class com.amazonaws.event.ProgressInputStream
-
- getUserAgent() - Method in class com.amazonaws.ClientConfiguration
-
Returns the HTTP user agent header to send with all requests.
- getUserAgent() - Static method in class com.amazonaws.util.VersionInfoUtils
-
- getUserData() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the metadata sent to the instance
- 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() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getVersion() - Static method in enum com.amazonaws.util.JodaTime
-
Returns the current version of joda-time used during runtime; or null
if it cannot be determined.
- getVersion() - Static method in class com.amazonaws.util.VersionInfoUtils
-
Returns the current version for the AWS SDK in which this class is
running.
- getVpcId() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
ID of the Amazon EC2-VPC in which the interface resides.
Returned only for Amazon EC2 instances launched into a VPC.
- getVpcIPv4CidrBlock() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
The CIDR block of the Amazon EC2-VPC in which the interface
resides.
Returned only for Amazon EC2 instances launched into a VPC.
- getWebIdentityProvider() - Method in enum com.amazonaws.auth.policy.Principal.WebIdentityProviders
-
- getWrappedInputStream() - Method in class com.amazonaws.event.ProgressInputStream
-
- getWriter() - Static method in enum com.amazonaws.util.json.Jackson
-
- Glacier - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
- GuardedBy - Annotation Type in com.amazonaws.annotation
-
The field or method to which this annotation is applied can only be accessed
when holding a particular lock, which may be a built-in (synchronization) lock,
or may be an explicit java.util.concurrent.Lock.
- IAM - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
- IdleConnectionReaper - Class in com.amazonaws.http
-
Daemon thread to periodically check connection pools for idle connections.
- Immutable - Annotation Type in com.amazonaws.annotation
-
The class to which this annotation is applied is immutable.
- 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.
- ImmutableMapParameter.Builder() - Constructor for class com.amazonaws.util.ImmutableMapParameter.Builder
-
- ImportExport - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
- 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
-
- increment(int, long) - Method in class com.amazonaws.metrics.ByteThroughputProvider
-
- increment(String) - Method in class com.amazonaws.util.json.JSONObject
-
Increment a property of a JSONObject.
- incrementCounter(String) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- incrementCounter(MetricType) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- incrementCounter(String) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
-
Add 1 to an existing count for a given event.
- incrementCounter(MetricType) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
-
- incrementCounter(String) - Method in class com.amazonaws.util.TimingInfo
-
- incrementCounterWith(String) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- incrementCounterWith(MetricType) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- info(Object) - Method in class com.amazonaws.log.CommonsLog
-
- info(Object, Throwable) - Method in class com.amazonaws.log.CommonsLog
-
- info(Object) - Method in interface com.amazonaws.log.InternalLogApi
-
Logs a message with info log level.
- info(Object, Throwable) - Method in interface com.amazonaws.log.InternalLogApi
-
Logs an error with info log level.
- init() - Static method in class com.amazonaws.regions.RegionUtils
-
- initialize() - Static method in class com.amazonaws.regions.RegionUtils
-
Initializes the region metadata by loading from the default hierarchy
of region metadata locations.
- initializeFromFile(File) - Static method in class com.amazonaws.regions.RegionUtils
-
Initializes the region metadata singleton from an XML file on disk.
- initializeFromResource(String) - Static method in class com.amazonaws.regions.RegionUtils
-
Initializes the region metadata singleton from an XML file stored as a
resource of the classloader used to load the RegionUtils class.
- initializeFromResource(Class<?>, String) - Static method in class com.amazonaws.regions.RegionUtils
-
Initializes the region metadata singleton from the given resource.
- initializeFromResource(ClassLoader, String) - Static method in class com.amazonaws.regions.RegionUtils
-
Initializes the region metadata singleton from the given resource.
- initializeFromURI(URI) - Static method in class com.amazonaws.regions.RegionUtils
-
Loads a set of region metadata by downloading an XML file from the
given URI and parsing it.
- initializeFromURI(URI, ClientConfiguration) - Static method in class com.amazonaws.regions.RegionUtils
-
Loads a set of region metadata by downloading an XML file from the
given URI and parsing it.
- initializeWithMetadata(RegionMetadata) - Static method in class com.amazonaws.regions.RegionUtils
-
Directly sets the singleton RegionMetadata
instance.
- inputStreamForRequest(InputStream, AmazonWebServiceRequest) - Static method in class com.amazonaws.event.ProgressInputStream
-
Returns an input stream for request progress tracking purposes.
- inputStreamForResponse(InputStream, AmazonWebServiceRequest) - Static method in class com.amazonaws.event.ProgressInputStream
-
Returns an input stream for response progress tracking purposes.
- instanceProfileArn - Variable in class com.amazonaws.util.EC2MetadataUtils.IAMInfo
-
- InstanceProfileCredentialsProvider - Class in com.amazonaws.auth
-
Credentials provider implementation that loads credentials from the Amazon
EC2 Instance Metadata Service.
- InstanceProfileCredentialsProvider() - Constructor for class com.amazonaws.auth.InstanceProfileCredentialsProvider
-
- InstanceProfileCredentialsProvider(boolean) - Constructor for class com.amazonaws.auth.InstanceProfileCredentialsProvider
-
Spins up a new thread to refresh the credentials asynchronously if
refreshCredentialsAsync is set to true, otherwise the credentials will be
refreshed from the instance metadata service synchronously,
- instanceProfileId - Variable in class com.amazonaws.util.EC2MetadataUtils.IAMInfo
-
- InternalLogApi - Interface in com.amazonaws.log
-
An SDK internal logging API, not intended for general use.
- InternalLogFactory - Class in com.amazonaws.log
-
Can be used to configure the default log factory for the AWSJavaClientCore
and AWSJavaClientSigners.
- InternalLogFactory() - Constructor for class com.amazonaws.log.InternalLogFactory
-
- 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.
- isByteCountEvent() - Method in enum com.amazonaws.event.ProgressEventType
-
Returns true if this even type is associated with some number of bytes;
false otherwise.
- isClockSkewError(AmazonServiceException) - Static method in class com.amazonaws.retry.RetryUtils
-
Returns true if the specified exception is a clock skew error.
- isDebugEnabled() - Method in class com.amazonaws.log.CommonsLog
-
- isDebugEnabled() - Method in interface com.amazonaws.log.InternalLogApi
-
Is debug logging currently enabled?
- 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.event.request.Progress
-
Returns true if progress tracking is enabled; false otherwise.
- isEnabled() - Method in class com.amazonaws.event.request.ProgressSupport
-
- isEnabled() - Method in class com.amazonaws.jmx.JmxInfoProviderSupport
-
- isEnabled() - Method in interface com.amazonaws.jmx.spi.JmxInfoProvider
-
- isEnabled() - Method in class com.amazonaws.metrics.MetricCollector
-
Returns true if this collector is enabled; false otherwise.
- isEnabled() - Method in class com.amazonaws.metrics.RequestMetricCollector
-
- isEnabled() - Method in class com.amazonaws.metrics.ServiceMetricCollector
-
- isEnabled() - Method in class com.amazonaws.util.AWSRequestMetrics
-
Returns true if this metrics is enabled; false otherwise.
- isEnabled() - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
-
Always returns true.
- isEndTimeKnown() - Method in class com.amazonaws.util.TimingInfo
-
- isErrorEnabled() - Method in class com.amazonaws.log.CommonsLog
-
- isErrorEnabled() - Method in interface com.amazonaws.log.InternalLogApi
-
Is error logging currently enabled?
- isFakeIOException() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- isFatalEnabled() - Method in class com.amazonaws.log.CommonsLog
-
- isFatalEnabled() - Method in interface com.amazonaws.log.InternalLogApi
-
Is fatal logging currently enabled?
- isInfoEnabled() - Method in class com.amazonaws.log.CommonsLog
-
- isInfoEnabled() - Method in interface com.amazonaws.log.InternalLogApi
-
Is info logging currently enabled?
- isMachineMetricExcluded() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns true if machine metrics is to be excluded.
- isMachineMetricsExcluded() - Method in class com.amazonaws.metrics.MetricAdmin
-
- isMachineMetricsExcluded() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Returns true if machine metrics is to be excluded; false otherwise.
- isMaxErrorRetryInClientConfigHonored() - Method in class com.amazonaws.retry.RetryPolicy
-
Returns whether this retry policy should honor the max error retry set in
ClientConfiguration.
- isMBeanRegistered(String) - Method in class com.amazonaws.jmx.SdkMBeanRegistrySupport
-
- isMBeanRegistered(String) - Method in interface com.amazonaws.jmx.spi.SdkMBeanRegistry
-
Returns true if the the MBean under the given object name is currently
registered; false otherwise.
- isMetricActivated() - Method in class com.amazonaws.metrics.MetricFilterInputStream
-
- isMetricAdminMBeanRegistered() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns true if the metric admin MBean is currently registered for JMX
access; false otherwise.
- isMetricsEnabled() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns true if metrics at the AWS SDK level is enabled; false
if disabled.
- isMetricsEnabled() - Method in class com.amazonaws.metrics.MetricAdmin
-
- isMetricsEnabled() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Returns true if metrics at the AWS SDK level is enabled; false if
disabled.
- isNull(int) - Method in class com.amazonaws.util.json.JSONArray
-
Determine if the value is null.
- isNull(String) - Method in class com.amazonaws.util.json.JSONObject
-
Determine if the value associated with the key is null or if there is
no value.
- isNullOrEmpty(String) - Static method in class com.amazonaws.util.StringUtils
-
- iso8601DateFormat - Static variable in class com.amazonaws.util.DateUtils
-
ISO 8601 format
- isPerHostMetricEnabled() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns true if per-host metrics is enabled; false otherwise.
- isPerHostMetricIncluded() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns true if the per-host metrics flag has been set; false otherwise.
- isPerHostMetricsIncluded() - Method in class com.amazonaws.metrics.MetricAdmin
-
- isPerHostMetricsIncluded() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Returns true if per-host metrics is to be included; false otherwise.
- 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
-
- isRegistered(String) - Static method in enum com.amazonaws.jmx.MBeans
-
Returns true if an MBean identified by the specified object name is
already registered with the first MBean server, or the platform MBean
server if there is no explicitly registered MBean server; false
otherwise.
- isRequestCycleEvent() - Method in enum com.amazonaws.event.ProgressEventType
-
Returns true if this event type is related to the execution of a
single http request-response to AWS; false otherwise.
- 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
-
Returns true if request metric collection is applicable to the given
request; false otherwise.
- 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.
- isRetryable() - Method in exception com.amazonaws.ResetException
-
Returns a hint as to whether it makes sense to retry upon this exception.
- isServiceSupported(String) - Method in class com.amazonaws.regions.Region
-
Returns whether the given service is supported in this region.
- isSingleMetricNamespace() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns true if a single metric name space is to be used for all
levels of SDK generated CloudWatch metrics, including JVM level, host
level, etc.; false otherwise.
- isSingleMetricNamespace() - Method in class com.amazonaws.metrics.MetricAdmin
-
- isSingleMetricNamespace() - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Returns true if single metric name space is to be used; false otherwise.
- isStartEpochTimeMilliKnown() - Method in class com.amazonaws.util.TimingInfo
-
- isSyncCallSafe(ProgressListener) - Static method in class com.amazonaws.event.DeliveryMode.Check
-
- isSyncCallSafe() - Method in interface com.amazonaws.event.DeliveryMode
-
Returns true if it is safe to make a synchronous callback to the
implementing listener without the risk of incurring undue latency; false
otherwise.
- isSyncCallSafe() - Method in class com.amazonaws.event.ProgressListener.ExceptionReporter
-
- isSyncCallSafe() - Method in class com.amazonaws.event.ProgressListenerChain
-
- isSyncCallSafe() - Method in class com.amazonaws.event.SyncProgressListener
-
Always returns true.
- isThrottlingException(AmazonServiceException) - Static method in class com.amazonaws.retry.RetryUtils
-
Returns true if the specified exception is a throttling error.
- isTraceEnabled() - Method in class com.amazonaws.log.CommonsLog
-
- isTraceEnabled() - Method in interface com.amazonaws.log.InternalLogApi
-
Is trace logging currently enabled?
- isTransferEvent() - Method in enum com.amazonaws.event.ProgressEventType
-
Returns true if this event type is a transfer event, which may involve
multiple request cycle events.
- isUsingNonDefaultPort(URI) - Static method in class com.amazonaws.util.HttpUtils
-
- isUsingNonDefaultPort(URI) - Static method in class com.amazonaws.util.SdkHttpUtils
-
Returns true if the specified URI is using a non-standard port (i.e.
- isWarnEnabled() - Method in class com.amazonaws.log.CommonsLog
-
- isWarnEnabled() - Method in interface com.amazonaws.log.InternalLogApi
-
Is warn logging currently enabled?
- parse(InputStream) - Static method in class com.amazonaws.regions.RegionMetadataParser
-
Parses the specified input stream and returns a RegionMetadata
object.
- parse(InputStream, ContentHandler) - Static method in class com.amazonaws.util.XmlUtils
-
- 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
-
Parses the service name from an endpoint.
- parseServiceSpecificDate(String) - Static method in class com.amazonaws.util.DateUtils
-
Parses the given date string returned by the AWS service into a Date
object.
- PART_COMPLETED_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
-
- PART_FAILED_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
-
- PART_STARTED_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
-
- 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.
- PredefinedRetryPolicies.SDKDefaultRetryCondition() - Constructor for class com.amazonaws.retry.PredefinedRetryPolicies.SDKDefaultRetryCondition
-
- prepareSocket(SSLSocket) - Method in class com.amazonaws.http.conn.ssl.SdkTLSSocketFactory
-
Used to enforce the preferred TLS protocol during SSL handshake.
- PREPARING_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
-
- 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(SignableRequest<?>, AWSCredentials, Date) - Method in class com.amazonaws.auth.AWS4Signer
-
- presignRequest(SignableRequest<?>, 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) - Constructor for class com.amazonaws.auth.policy.Principal
-
Constructs a new principal with the specified AWS account ID.
- Principal(String, String) - Constructor for class com.amazonaws.auth.policy.Principal
-
Constructs a new principal with the specified id and provider.
- Principal(String, String, boolean) - Constructor for class com.amazonaws.auth.policy.Principal
-
Constructs a new principal with the specified id and provider.
- 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.
- processRequestPayload(SignableRequest<?>, byte[], byte[], AWS4SignerRequestParams) - 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.
- ProfileCredentialsProvider - Class in com.amazonaws.auth.profile
-
Credentials provider based on AWS configuration profiles.
- ProfileCredentialsProvider() - Constructor for class com.amazonaws.auth.profile.ProfileCredentialsProvider
-
Creates a new profile credentials provider that returns the AWS security
credentials configured for the default profile.
- ProfileCredentialsProvider(String) - Constructor for class com.amazonaws.auth.profile.ProfileCredentialsProvider
-
Creates a new profile credentials provider that returns the AWS security
credentials configured for the named profile.
- ProfileCredentialsProvider(String, String) - Constructor for class com.amazonaws.auth.profile.ProfileCredentialsProvider
-
Creates a new profile credentials provider that returns the AWS security
credentials for the specified profiles configuration file and profile
name.
- ProfileCredentialsProvider(ProfilesConfigFile, String) - Constructor for class com.amazonaws.auth.profile.ProfileCredentialsProvider
-
Creates a new profile credentials provider that returns the AWS security
credentials for the specified profiles configuration file and profile
name.
- ProfilesConfigFile - Class in com.amazonaws.auth.profile
-
Loads the local AWS credential profiles from the standard location
(~/.aws/credentials), which can be easily overridden through the
AWS_CREDENTIAL_PROFILES_FILE
environment variable or by specifying an
alternate credentials file location through this class' constructor.
- ProfilesConfigFile() - Constructor for class com.amazonaws.auth.profile.ProfilesConfigFile
-
Loads the AWS credential profiles file from the default location
(~/.aws/credentials) or from an alternate location if
AWS_CREDENTIAL_PROFILES_FILE
is set.
- ProfilesConfigFile(String) - Constructor for class com.amazonaws.auth.profile.ProfilesConfigFile
-
Loads the AWS credential profiles from the file.
- ProfilesConfigFile(File) - Constructor for class com.amazonaws.auth.profile.ProfilesConfigFile
-
Loads the AWS credential profiles from the file.
- ProfilesConfigFileWriter - Class in com.amazonaws.auth.profile
-
The class for creating and modifying the credential profiles file.
- ProfilesConfigFileWriter() - Constructor for class com.amazonaws.auth.profile.ProfilesConfigFileWriter
-
- PROFILING_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
- Progress - Class in com.amazonaws.event.request
-
Base class used to represent the progress of a logical request/response,
which may correspond to either be a physical http request/response, or
multiple requests/responses as in a composite operation such as
multi-part uploads.
- Progress() - Constructor for class com.amazonaws.event.request.Progress
-
- progressChanged(ProgressEvent) - Method in class com.amazonaws.event.ProgressListener.ExceptionReporter
-
Delivers the progress event to the underlying listener but only if
there has not been an exception previously thrown by the listener.
- progressChanged(ProgressEvent) - Method in interface com.amazonaws.event.ProgressListener
-
Called when progress has changed, such as additional bytes transferred,
transfer failed, etc.
- progressChanged(ProgressEvent) - Method in class com.amazonaws.event.ProgressListenerChain
-
- progressChanged(ProgressEvent) - Method in class com.amazonaws.event.ProgressTracker
-
- ProgressEvent - Class in com.amazonaws.event
-
A progress event.
- ProgressEvent(long) - Constructor for class com.amazonaws.event.ProgressEvent
-
Deprecated.
- ProgressEvent(ProgressEventType) - Constructor for class com.amazonaws.event.ProgressEvent
-
Creates a ProgressEvent object with the specified event type.
- ProgressEvent(ProgressEventType, long) - Constructor for class com.amazonaws.event.ProgressEvent
-
Creates a ProgressEvent object.
- ProgressEventFilter - Interface in com.amazonaws.event
-
An interface that filters the incoming events before passing
them into the registered listeners.
- ProgressEventType - Enum in com.amazonaws.event
-
An enumeration that denotes various types of progress event.
- ProgressInputStream - Class in com.amazonaws.event
-
Used for input stream progress tracking purposes.
- ProgressInputStream(InputStream, ProgressListener) - Constructor for class com.amazonaws.event.ProgressInputStream
-
- ProgressInputStream(InputStream, ProgressListener, int) - Constructor for class com.amazonaws.event.ProgressInputStream
-
- ProgressListener - Interface in com.amazonaws.event
-
Listener interface for transfer progress events.
- ProgressListener.ExceptionReporter - Class in com.amazonaws.event
-
A utility class for capturing and reporting the first exception thrown by
a given progress listener.
- ProgressListener.ExceptionReporter(ProgressListener) - Constructor for class com.amazonaws.event.ProgressListener.ExceptionReporter
-
- 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(ProgressEventFilter, ProgressListener...) - Constructor for class com.amazonaws.event.ProgressListenerChain
-
Create a listener chain with a ProgressEventFilter.
- ProgressSupport - Class in com.amazonaws.event.request
-
An actual implementation to represent the progress of a request/response.
- ProgressSupport() - Constructor for class com.amazonaws.event.request.ProgressSupport
-
- ProgressTracker - Class in com.amazonaws.event
-
Default implementation for progress tracking.
- ProgressTracker() - Constructor for class com.amazonaws.event.ProgressTracker
-
- 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.
- publishProgress(ProgressListener, ProgressEventType) - Static method in class com.amazonaws.event.SDKProgressPublisher
-
Used to deliver a progress event to the given listener.
- publishRequestBytesTransferred(ProgressListener, long) - Static method in class com.amazonaws.event.SDKProgressPublisher
-
Convenient method to publish a request byte transfer event to the given
listener.
- publishRequestContentLength(ProgressListener, long) - Static method in class com.amazonaws.event.SDKProgressPublisher
-
Convenient method to publish a request content length event to the given
listener.
- publishRequestReset(ProgressListener, long) - Static method in class com.amazonaws.event.SDKProgressPublisher
-
Convenient method to publish a request reset event to the given listener.
- publishResponseBytesDiscarded(ProgressListener, long) - Static method in class com.amazonaws.event.SDKProgressPublisher
-
Convenient method to publish a response bytes discard event to the given listener.
- publishResponseBytesTransferred(ProgressListener, long) - Static method in class com.amazonaws.event.SDKProgressPublisher
-
Convenient method to publish a response byte transfer event to the given
listener.
- publishResponseContentLength(ProgressListener, long) - Static method in class com.amazonaws.event.SDKProgressPublisher
-
Convenient method to publish a response content length event to the given
listener.
- publishResponseReset(ProgressListener, long) - Static method in class com.amazonaws.event.SDKProgressPublisher
-
Convenient method to publish a response reset event to the given listener.
- 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
-
- put(boolean) - Method in class com.amazonaws.util.json.JSONArray
-
Append a boolean value.
- put(Collection) - Method in class com.amazonaws.util.json.JSONArray
-
Put a value in the JSONArray, where the value will be a
JSONArray which is produced from a Collection.
- put(double) - Method in class com.amazonaws.util.json.JSONArray
-
Append a double value.
- put(int) - Method in class com.amazonaws.util.json.JSONArray
-
Append an int value.
- put(long) - Method in class com.amazonaws.util.json.JSONArray
-
Append an long value.
- put(Map) - Method in class com.amazonaws.util.json.JSONArray
-
Put a value in the JSONArray, where the value will be a
JSONObject which is produced from a Map.
- put(Object) - Method in class com.amazonaws.util.json.JSONArray
-
Append an object value.
- put(int, boolean) - Method in class com.amazonaws.util.json.JSONArray
-
Put or replace a boolean value in the JSONArray.
- put(int, Collection) - Method in class com.amazonaws.util.json.JSONArray
-
Put a value in the JSONArray, where the value will be a
JSONArray which is produced from a Collection.
- put(int, double) - Method in class com.amazonaws.util.json.JSONArray
-
Put or replace a double value.
- put(int, int) - Method in class com.amazonaws.util.json.JSONArray
-
Put or replace an int value.
- put(int, long) - Method in class com.amazonaws.util.json.JSONArray
-
Put or replace a long value.
- put(int, Map) - Method in class com.amazonaws.util.json.JSONArray
-
Put a value in the JSONArray, where the value will be a
JSONObject which is produced from a Map.
- put(int, Object) - Method in class com.amazonaws.util.json.JSONArray
-
Put or replace an object value in the JSONArray.
- put(String, boolean) - Method in class com.amazonaws.util.json.JSONObject
-
Put a key/boolean pair in the JSONObject.
- put(String, Collection) - Method in class com.amazonaws.util.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONArray which is produced from a Collection.
- put(String, double) - Method in class com.amazonaws.util.json.JSONObject
-
Put a key/double pair in the JSONObject.
- put(String, int) - Method in class com.amazonaws.util.json.JSONObject
-
Put a key/int pair in the JSONObject.
- put(String, long) - Method in class com.amazonaws.util.json.JSONObject
-
Put a key/long pair in the JSONObject.
- put(String, Map) - Method in class com.amazonaws.util.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONObject which is produced from a Map.
- put(String, Object) - Method in class com.amazonaws.util.json.JSONObject
-
Put a key/value pair in the JSONObject.
- 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.
- putCustomRequestHeader(String, String) - Method in class com.amazonaws.AmazonWebServiceRequest
-
Put a new custom header to the map of custom header names to custom
header values, and return the previous value if the header has already
been set in this map.
- putOnce(String, Object) - Method in class com.amazonaws.util.json.JSONObject
-
Put a key/value pair in the JSONObject, but only if the key and the
value are both non-null, and only if there is not already a member
with that name.
- putOpt(String, Object) - Method in class com.amazonaws.util.json.JSONObject
-
Put a key/value pair in the JSONObject, but only if the
key and the value are both non-null.
- S3 - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
- 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.
- SDKGlobalConfiguration - Class in com.amazonaws
-
SDKGlobalConfiguration is to configure any global settings
- SDKGlobalConfiguration() - Constructor for class com.amazonaws.SDKGlobalConfiguration
-
- SDKGlobalTime - Class in com.amazonaws
-
Used for clock skew adjustment between the client JVM where the SDK is run,
and the server side.
- SDKGlobalTime() - Constructor for class com.amazonaws.SDKGlobalTime
-
- SdkHttpClient - Class in com.amazonaws.http.impl.client
-
- SdkHttpClient(ClientConnectionManager, HttpParams) - Constructor for class com.amazonaws.http.impl.client.SdkHttpClient
-
- 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
-
- SdkHttpUtils - Class in com.amazonaws.util
-
- SdkHttpUtils() - Constructor for class com.amazonaws.util.SdkHttpUtils
-
- SdkMBeanRegistry - Interface in com.amazonaws.jmx.spi
-
SPI used to register MBeans and can survive the absence of JMX.
- SdkMBeanRegistry.Factory - Class in com.amazonaws.jmx.spi
-
- SdkMBeanRegistry.Factory() - Constructor for class com.amazonaws.jmx.spi.SdkMBeanRegistry.Factory
-
- SdkMBeanRegistrySupport - Class in com.amazonaws.jmx
-
- SdkMBeanRegistrySupport() - Constructor for class com.amazonaws.jmx.SdkMBeanRegistrySupport
-
- SDKProgressPublisher - Class in com.amazonaws.event
-
This class is responsible for executing the callback method of
ProgressListener; listener callbacks are executed sequentially in a separate
single thread.
- SDKProgressPublisher() - Constructor for class com.amazonaws.event.SDKProgressPublisher
-
- SdkRuntime - Enum in com.amazonaws.util
-
- SdkTLSSocketFactory - Class in com.amazonaws.http.conn.ssl
-
Used to enforce the preferred TLS protocol during SSL handshake.
- SdkTLSSocketFactory(SSLContext, X509HostnameVerifier) - Constructor for class com.amazonaws.http.conn.ssl.SdkTLSSocketFactory
-
- 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
- secretAccessKey - Variable in class com.amazonaws.util.EC2MetadataUtils.IAMSecurityCredential
-
- secretAcessKey - Variable in class com.amazonaws.util.EC2MetadataUtils.IAMSecurityCredential
-
Deprecated.
because it is spelled incorrectly
- 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.
- 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
-
- ServiceLatencyProvider - Class in com.amazonaws.metrics
-
Latency metric information provider.
- ServiceLatencyProvider(ServiceMetricType) - Constructor for class com.amazonaws.metrics.ServiceLatencyProvider
-
- 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
-
- ServiceMetricType - Interface in com.amazonaws.metrics
-
- 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.
- 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.
- setActions(Collection<Action>) - Method in class com.amazonaws.auth.policy.Statement
-
Sets the list of actions to which this policy statement applies.
- setAuthErrorRetryStrategy(AuthErrorRetryStrategy) - Method in class com.amazonaws.http.ExecutionContext
-
Sets the optional auth error retry strategy for this request execution.
- setAWSRequestMetrics(AWSRequestMetrics) - Method in class com.amazonaws.DefaultRequest
-
- setAWSRequestMetrics(AWSRequestMetrics) - Method in interface com.amazonaws.Request
-
Bind the request metrics to the request.
- 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.
- 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.
- setConnectionTTL(long) - Method in class com.amazonaws.ClientConfiguration
-
Sets the expiration time(in milliseconds) for a connection in the
connection pool.
- setContent(InputStream) - Method in class com.amazonaws.DefaultRequest
-
- setContent(InputStream) - Method in class com.amazonaws.http.HttpResponse
-
Sets the input stream containing the response content.
- setContent(InputStream) - Method in interface com.amazonaws.SignableRequest
-
Sets the optional stream containing the payload data to include for this
request.
- setContextUserAgent(String) - Method in class com.amazonaws.http.ExecutionContext
-
- setCounter(String, long) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- setCounter(MetricType, long) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- setCounter(String, long) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
-
- setCounter(MetricType, long) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
-
- 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.
- setCredentialFile(String) - Method in class com.amazonaws.metrics.MetricAdmin
-
- setCredentialFile(String) - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Sets the AWS credential file used by the default AWS SDK metric collector
for accessing 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.
- setEffect(Statement.Effect) - Method in class com.amazonaws.auth.policy.Statement
-
Sets the result effect of this policy statement when it is evaluated.
- 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.
- 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.
- 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.
- setExtraInfo(String) - Method in exception com.amazonaws.ResetException
-
- setGeneralProgressListener(ProgressListener) - Method in class com.amazonaws.AmazonWebServiceRequest
-
Sets the optional progress listener for receiving updates about the
progress of the request.
- setGlobalTimeOffset(int) - Static method in class com.amazonaws.SDKGlobalConfiguration
-
- setGlobalTimeOffset(int) - Static method in class com.amazonaws.SDKGlobalTime
-
Sets the global time difference in seconds between the running JVM and
AWS.
- setHeaders(Map<String, String>) - Method in class com.amazonaws.DefaultRequest
-
- 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.
- setHostMetricName(String) - Method in class com.amazonaws.metrics.MetricAdmin
-
- setHostMetricName(String) - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Sets the host name to enable per-host level metrics generation.
- 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.
- setJvmMetricName(String) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Sets the name of the JVM for generating per-JVM level metrics.
- setJvmMetricName(String) - Method in class com.amazonaws.metrics.MetricAdmin
-
- setJvmMetricName(String) - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Sets the JVM metric name to enable per-JVM level metrics generation.
- setLatestFutureTask(Future<?>) - Static method in class com.amazonaws.event.SDKProgressPublisher
-
- setLocalAddress(InetAddress) - Method in class com.amazonaws.ClientConfiguration
-
Sets the optional local address the client will bind to.
- setMachineMetricsExcluded(boolean) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Used to set whether the machine metrics is to be excluded.
- setMachineMetricsExcluded(boolean) - Method in class com.amazonaws.metrics.MetricAdmin
-
- setMachineMetricsExcluded(boolean) - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Used to set whether the JVM 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).
- 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.
- setMetricNameSpace(String) - Method in class com.amazonaws.metrics.MetricAdmin
-
- setMetricNameSpace(String) - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
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.
- setMetricQueueSize(Integer) - Method in class com.amazonaws.metrics.MetricAdmin
-
- setMetricQueueSize(Integer) - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Sets the metric queue size to be used for the default AWS SDK metric
collector; or null if the default is to be used.
- setParameters(Map<String, List<String>>) - Method in class com.amazonaws.DefaultRequest
-
- setParameters(Map<String, List<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.
- setPerHostMetricsIncluded(boolean) - Method in class com.amazonaws.metrics.MetricAdmin
-
- setPerHostMetricsIncluded(boolean) - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Used to set whether the per-host metrics is to be included.
- 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.
- setProxyDomain(String) - Method in class com.amazonaws.ClientConfiguration
-
Sets the optional Windows domain name for configuration an NTLM proxy.
- 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
-
Sets the optional Windows workstation name for configuring NTLM proxy
support.
- 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.
- setQueuePollTimeoutMilli(Integer) - Method in class com.amazonaws.metrics.MetricAdmin
-
- setQueuePollTimeoutMilli(Integer) - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
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.
- setRawResponseContent(String) - Method in exception com.amazonaws.AmazonServiceException
-
- setReadLimit(int) - Method in class com.amazonaws.RequestClientOptions
-
Sets the optional mark-and-reset read limit used for signing and retry
purposes.
- setRegion(Region) - Method in class com.amazonaws.AmazonWebServiceClient
-
- 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(String) - Method in class com.amazonaws.metrics.MetricAdmin
-
- setRegion(String) - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Sets the region to be used for the default AWS SDK metric collector; or
null if the default is to be used.
- 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
-
Sets a request level request metric collector which takes precedence over
the ones at the http client level and AWS SDK level.
- 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.
- setResponseMetadataCacheSize(int) - Method in class com.amazonaws.ClientConfiguration
-
Sets the response metadata cache size.
- 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.
- 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.
- 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.
- setSingleMetricNamespace(boolean) - Method in class com.amazonaws.metrics.MetricAdmin
-
- setSingleMetricNamespace(boolean) - Method in interface com.amazonaws.metrics.MetricAdminMBean
-
Used to set whether a single metric name space is to be used.
- 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.
- setSslSocketFactory(SSLSocketFactory) - Method in class com.amazonaws.ApacheHttpClientConfig
-
Sets a custom Apache HTTP client specific SSL socket factory.
- 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.
- setStatusCode(int) - Method in class com.amazonaws.http.HttpResponse
-
Sets the HTTP status code that was returned with this response.
- setStatusText(String) - Method in class com.amazonaws.http.HttpResponse
-
Sets the HTTP status text returned with this response.
- 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.
- setType(String) - Method in class com.amazonaws.auth.policy.Condition
-
Sets the type of this condition.
- setUseGzip(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets whether gzip compression should be used
- 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
-
- setUseTcpKeepAlive(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets whether or not to enable TCP KeepAlive support at the socket level.
- setValues(List<String>) - Method in class com.amazonaws.auth.policy.Condition
-
Sets the values specified for this access control policy condition.
- shouldAbort() - Static method in enum com.amazonaws.util.SdkRuntime
-
Returns true if the current operation should abort; false otherwise.
- 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.
- shouldUseHttpsScheme(SignableRequest<?>) - Method in class com.amazonaws.auth.AWS3Signer
-
- shutdown() - Method in class com.amazonaws.AmazonWebServiceClient
-
Shuts down this client object, releasing any resources that might be held
open.
- shutdown(boolean) - Static method in class com.amazonaws.event.SDKProgressPublisher
-
Can be used to shutdown the (legacy) executor.
- shutdown() - Method in class com.amazonaws.http.AmazonHttpClient
-
Shuts down this HTTP client object, releasing any resources that might be
held open.
- shutdown() - Static method in class com.amazonaws.http.IdleConnectionReaper
-
Shuts down the thread, allowing the class and instance to be collected.
- sign(String, byte[], SigningAlgorithm) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
- sign(byte[], byte[], SigningAlgorithm) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
- sign(SignableRequest<?>, 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(SignableRequest<?>, AWSCredentials) - Method in class com.amazonaws.auth.AWS4Signer
-
- sign(SignableRequest<?>, AWSCredentials) - Method in class com.amazonaws.auth.NoOpSigner
-
- sign(SignableRequest<?>, AWSCredentials) - Method in class com.amazonaws.auth.QueryStringSigner
-
This signer will add "Signature" parameter to the request.
- sign(SignableRequest<?>, 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(SignableRequest<?>, AWSCredentials) - Method in interface com.amazonaws.auth.Signer
-
Sign the given request with the given set of credentials.
- SignableRequest<T> - Interface in com.amazonaws
-
Represents a sign-able 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.
- 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
-
- 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
-
- signWithMac(String, Mac) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
- SimpleDB - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
- SimpleMetricType - Class in com.amazonaws.metrics
-
- SimpleMetricType() - Constructor for class com.amazonaws.metrics.SimpleMetricType
-
- SimpleServiceMetricType - Class in com.amazonaws.metrics
-
- SimpleServiceMetricType(String, String) - Constructor for class com.amazonaws.metrics.SimpleServiceMetricType
-
- SimpleThroughputMetricType - Class in com.amazonaws.metrics
-
- SimpleThroughputMetricType(String, String, String) - Constructor for class com.amazonaws.metrics.SimpleThroughputMetricType
-
- SimpleWorkflow - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
- Singleton - Static variable in class com.amazonaws.http.impl.client.HttpRequestNoRetryHandler
-
- Singleton - Static variable in class com.amazonaws.http.impl.client.SdkHttpRequestRetryHandler
-
- size() - Method in class com.amazonaws.util.ImmutableMapParameter
-
- skip(long) - Method in class com.amazonaws.util.LengthCheckInputStream
- skipTo(char) - Method in class com.amazonaws.util.json.JSONTokener
-
Skip characters until the next character is the requested character.
- SNS - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
- sortedKeys() - Method in class com.amazonaws.util.json.JSONObject
-
Get an enumeration of the keys of the JSONObject.
- 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
-
- start() - Method in class com.amazonaws.metrics.MetricCollector
-
Starts the request metric collector.
- STARTED_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
-
- 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
-
- startEvent(MetricType) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- startEvent(String) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
-
Start an event which will be timed.
- startEvent(MetricType) - Method in class com.amazonaws.util.AWSRequestMetricsFullSupport
-
- 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.
- 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
-
- 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
-
- StringMapBuilder - Class in com.amazonaws.util
-
A convenient map builder for Strings.
- StringMapBuilder() - Constructor for class com.amazonaws.util.StringMapBuilder
-
- StringMapBuilder(String, String) - Constructor for class com.amazonaws.util.StringMapBuilder
-
- stringToValue(String) - Static method in class com.amazonaws.util.json.JSONObject
-
Try to convert a string into a number, boolean, or null.
- 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
-
- Support - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
- SYNC - Static variable in class com.amazonaws.event.SDKProgressPublisher
-
- SyncProgressListener - Class in com.amazonaws.event
-
Abstract adapter class for a progress listener that is delivered with
progress event synchronously.
- SyncProgressListener() - Constructor for class com.amazonaws.event.SyncProgressListener
-
- syntaxError(String) - Method in class com.amazonaws.util.json.JSONTokener
-
Make a JSONException to signal a syntax error.
- SystemPropertiesCredentialsProvider - Class in com.amazonaws.auth
-
AWSCredentialsProvider
implementation that provides credentials by
looking at the
aws.accessKeyId
and
aws.secretKey
Java system properties.
- SystemPropertiesCredentialsProvider() - Constructor for class com.amazonaws.auth.SystemPropertiesCredentialsProvider
-
- value(boolean) - Method in class com.amazonaws.util.json.JSONWriter
-
Append either the value true
or the value
false
.
- value(double) - Method in class com.amazonaws.util.json.JSONWriter
-
Append a double value.
- value(long) - Method in class com.amazonaws.util.json.JSONWriter
-
Append a long value.
- value(Date) - Method in class com.amazonaws.util.json.JSONWriter
-
Appends a date value, as epoch seconds.
- value(ByteBuffer) - Method in class com.amazonaws.util.json.JSONWriter
-
Appends a ByteBuffer value.
- value(Object) - Method in class com.amazonaws.util.json.JSONWriter
-
Append an object value.
- 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.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.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.event.ProgressEventType
-
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.jmx.MBeans
-
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
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.util.AWSServiceMetrics
-
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.Base16Lower
-
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.JodaTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.util.json.Jackson
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.util.SdkRuntime
-
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 - 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.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.event.ProgressEventType
-
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.jmx.MBeans
-
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
-
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
-
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.Base16Lower
-
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.JodaTime
-
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.Jackson
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.util.SdkRuntime
-
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
-
- waitTillCompletion() - Static method in class com.amazonaws.event.SDKProgressPublisher
-
Deprecated.
- warn(Object) - Method in class com.amazonaws.log.CommonsLog
-
- warn(Object, Throwable) - Method in class com.amazonaws.log.CommonsLog
-
- warn(Object) - Method in interface com.amazonaws.log.InternalLogApi
-
Logs a message with warn log level.
- warn(Object, Throwable) - Method in interface com.amazonaws.log.InternalLogApi
-
Logs an error with warn log level.
- 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.
- withBytesReadBeforeException(int) - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- 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.
- withConnectionTTL(long) - Method in class com.amazonaws.ClientConfiguration
-
Sets the expiration time(in milliseconds) for a connection in the
connection pool.
- withCounter(String, long) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- withCounter(MetricType, long) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- withEndpoint(String) - Method in class com.amazonaws.AmazonWebServiceClient
-
- 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.
- withGzip(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets whether gzip compression should be used
- 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.
- withLocalAddress(InetAddress) - Method in class com.amazonaws.ClientConfiguration
-
Sets the optional local address the client will bind to and returns
the updated ClientConfiguration object.
- 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.
- withMaxNumErrors(int) - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- 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.
- 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.
- withProxyDomain(String) - Method in class com.amazonaws.ClientConfiguration
-
Sets the optional Windows domain name for configuration an NTLM proxy and
returns a reference to this updated ClientConfiguration object so that
additional method calls can be chained together.
- 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
-
Sets the optional Windows workstation name for configuring NTLM proxy
support, and returns the updated ClientConfiguration object so that
additional method calls can be chained together.
- withReaper(boolean) - Method in class com.amazonaws.ClientConfiguration
-
- withRegion(Region) - Method in class com.amazonaws.AmazonWebServiceClient
-
- withRegion(Regions) - Method in class com.amazonaws.AmazonWebServiceClient
-
Convenient fluent method for setting region.
- withRequestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.AmazonWebServiceRequest
-
Specifies a request level metric collector which takes precedence over
the ones at the http client level and AWS SDK level.
- withResetIntervalBeforeException(int) - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- 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.
- withResponseMetadataCacheSize(int) - Method in class com.amazonaws.ClientConfiguration
-
Sets the response metadata cache size.
- withRetryPolicy(RetryPolicy) - Method in class com.amazonaws.ClientConfiguration
-
Sets the retry policy upon failed requests, and returns the updated
ClientConfiguration object.
- 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.
- withSslSocketFactory(SSLSocketFactory) - Method in class com.amazonaws.ApacheHttpClientConfig
-
Fluent API for setting a custom Apache HTTP client specific SSL socket
factory.
- 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.
- withTcpKeepAlive(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets whether or not to enable TCP KeepAlive support at the socket level.
- 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.
- withType(String) - Method in class com.amazonaws.auth.policy.Condition
-
- withUserAgent(String) - Method in class com.amazonaws.ClientConfiguration
-
Sets the HTTP user agent header used in requests and returns the updated
ClientConfiguration object.
- withValues(String...) - Method in class com.amazonaws.auth.policy.Condition
-
- withValues(List<String>) - Method in class com.amazonaws.auth.policy.Condition
-
- wrap(ProgressListener) - Static method in class com.amazonaws.event.ProgressListener.ExceptionReporter
-
Returns a wrapper for the given listener to capture the first
exception thrown.
- wrap(ClientConnectionManager) - Static method in class com.amazonaws.http.conn.ClientConnectionManagerFactory
-
Returns a wrapped instance of ClientConnectionManager
to capture the necessary performance metrics.
- write(Writer) - Method in class com.amazonaws.util.json.JSONArray
-
Write the contents of the JSONArray as JSON text to a writer.
- write(Writer) - Method in class com.amazonaws.util.json.JSONObject
-
Write the contents of the JSONObject as JSON text to a writer.
- writer - Variable in class com.amazonaws.util.json.JSONWriter
-
The writer that will receive the output.
- writeTo(OutputStream) - Method in class com.amazonaws.metrics.MetricInputStreamEntity
-