- abort() - Method in class com.amazonaws.internal.SdkBufferedInputStream
-
Can be used to provide abortion logic prior to throwing the
AbortedException.
- abort() - Method in class com.amazonaws.internal.SdkFilterInputStream
-
Can be used to provide abortion logic prior to throwing the
AbortedException.
- abort() - Method in class com.amazonaws.internal.SdkInputStream
-
Can be used to provide abortion logic prior to throwing the
AbortedException.
- 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
-
- abortIfNeeded() - Method in class com.amazonaws.internal.SdkBufferedInputStream
-
Aborts with subclass specific abortion logic executed if needed.
- abortIfNeeded() - Method in class com.amazonaws.internal.SdkFilterInputStream
-
Aborts with subclass specific abortion logic executed if needed.
- abortIfNeeded() - Method in class com.amazonaws.internal.SdkInputStream
-
Aborts with subclass specific abortion logic executed if needed.
- AbstractAWSSigner - Class in com.amazonaws.auth
-
Abstract base class for AWS signing protocol implementations.
- AbstractAWSSigner() - Constructor for class com.amazonaws.auth.AbstractAWSSigner
-
- AbstractErrorUnmarshaller<T> - Class in com.amazonaws.transform
-
- AbstractErrorUnmarshaller() - Constructor for class com.amazonaws.transform.AbstractErrorUnmarshaller
-
Constructs a new error unmarshaller that will unmarshall error responses
into AmazonServiceException objects.
- AbstractErrorUnmarshaller(Class<? extends AmazonServiceException>) - Constructor for class com.amazonaws.transform.AbstractErrorUnmarshaller
-
Constructs a new error unmarshaller that will unmarshall error responses
into objects of the specified class, extending AmazonServiceException.
- AbstractProfilesConfigFileScanner - Class in com.amazonaws.auth.profile.internal
-
An abstract template class for the generic operation that involves scanning
through a profile configuration file.
- AbstractProfilesConfigFileScanner() - Constructor for class com.amazonaws.auth.profile.internal.AbstractProfilesConfigFileScanner
-
- AbstractRegionMetadataProvider - Class in com.amazonaws.regions
-
- AbstractRegionMetadataProvider() - Constructor for class com.amazonaws.regions.AbstractRegionMetadataProvider
-
- AbstractRequestHandler - Class in com.amazonaws.handlers
-
- AbstractRequestHandler() - Constructor for class com.amazonaws.handlers.AbstractRequestHandler
-
Deprecated.
- AcceptorPathMatcher - Class in com.amazonaws.waiters
-
- AcceptorPathMatcher() - Constructor for class com.amazonaws.waiters.AcceptorPathMatcher
-
- 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
-
- acquire(double) - Method in class com.amazonaws.internal.TokenBucket
-
Acquire tokens from the bucket.
- acquire(double, boolean) - Method in class com.amazonaws.internal.TokenBucket
-
Acquire tokens from the bucket.
- acquire() - Method in class com.amazonaws.util.CapacityManager
-
Attempts to acquire a single capacity unit.
- acquire(int) - Method in class com.amazonaws.util.CapacityManager
-
Attempts to acquire a given amount of capacity.
- 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.
- ACTION - Static variable in class com.amazonaws.auth.policy.internal.JsonDocumentFields
-
- adapt(String) - Method in class com.amazonaws.adapters.types.StringToByteBufferAdapter
-
- adapt(String) - Method in class com.amazonaws.adapters.types.StringToInputStreamAdapter
-
- adapt(Source) - Method in interface com.amazonaws.adapters.types.TypeAdapter
-
- 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.
- adapt(ClientConfiguration, boolean, boolean) - Static method in class com.amazonaws.http.settings.HttpClientSettings
-
- adapt(ClientConfiguration, boolean) - Static method in class com.amazonaws.http.settings.HttpClientSettings
-
- adapt(ClientConfiguration) - Static method in class com.amazonaws.http.settings.HttpClientSettings
-
- adapt(StructuredJsonMarshaller<T>) - Static method in class com.amazonaws.protocol.json.internal.SimpleTypeJsonMarshallers
-
- add(String, T) - Method in class com.amazonaws.internal.FIFOCache
-
Adds an entry to the cache, evicting the earliest entry if necessary.
- 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 interface com.amazonaws.util.MetadataCache
-
Adds a new entry to this cache, possibly evicting the oldest entry if the
cache is at its size limit.
- add(Object, ResponseMetadata) - Method in class com.amazonaws.util.NullResponseMetadataCache
-
- add(Object, ResponseMetadata) - Method in class com.amazonaws.util.ResponseMetadataCache
-
- 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.
- addAllErrorMetadata(JsonErrorShapeMetadata...) - Method in class com.amazonaws.protocol.json.JsonClientMetadata
-
- addDefaultHeaders(Map<String, String>) - Method in class com.amazonaws.internal.EC2ResourceFetcher
-
- addEndpoint(String, String) - Method in class com.amazonaws.regions.InMemoryRegionImpl
-
- addErrorMetadata(JsonErrorShapeMetadata) - Method in class com.amazonaws.protocol.json.JsonClientMetadata
-
- addHandlerContext(HandlerContextKey<X>, X) - Method in class com.amazonaws.AmazonWebServiceRequest
-
- addHandlerContext(HandlerContextKey<X>, X) - Method in class com.amazonaws.DefaultRequest
-
- addHandlerContext(HandlerContextKey<X>, X) - Method in interface com.amazonaws.HandlerContextAware
-
- addHandshakeCompletedListener(HandshakeCompletedListener) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- addHeader(String, String) - Method in class com.amazonaws.ClientConfiguration
-
Adds a header to be added on all requests
- 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
-
- addHttp(String) - Method in class com.amazonaws.regions.InMemoryRegionImpl
-
- addHttps(String) - Method in class com.amazonaws.regions.InMemoryRegionImpl
-
- addMarshaller(MarshallLocation, MarshallingType<T>, JsonMarshaller<T>) - Method in class com.amazonaws.protocol.json.internal.MarshallerRegistry.Builder
-
- 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.
- addParameters(String, List<String>) - Method in class com.amazonaws.DefaultRequest
-
- addParameters(String, List<String>) - Method in interface com.amazonaws.Request
-
Adds the specified request parameter and list of values 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
-
- 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.
- addSdkRequestRetryHeader(Request<?>, int) - Method in class com.amazonaws.internal.SdkRequestRetryHeaderProvider
-
- 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
-
- addStaticQueryParamtersToRequest(Request<?>, String) - Static method in class com.amazonaws.util.UriResourcePathUtils
-
Identifies the static query parameters in Uri resource path for and adds it to
request.
- addSubMeasurement(String, TimingInfo) - Method in class com.amazonaws.util.TimingInfo
-
- addWriteTask(MonitoringEvent, DatagramChannel, int) - Method in class com.amazonaws.monitoring.internal.AsynchronousAgentDispatcher
-
Add a task to asynchronously write event
to the channel
if its serialized form does not exceed maxSize
.
- AdjustmentRequest() - Constructor for class com.amazonaws.retry.ClockSkewAdjuster.AdjustmentRequest
-
- ADVANCED_CONFIG - Static variable in class com.amazonaws.handlers.HandlerContextKey
-
Advanced client configuration.
- AdvancedConfig - Class in com.amazonaws.client.builder
-
Type safe map of key/value pairs.
- AdvancedConfig.Builder - Class in com.amazonaws.client.builder
-
- AdvancedConfig.Key<T> - Class in com.amazonaws.client.builder
-
Type safe key for config options.
- afterAttempt(HandlerAfterAttemptContext) - Method in interface com.amazonaws.handlers.IRequestHandler2
-
Runs any additional processing logic on a request after each individual attempt.
- afterAttempt(HandlerAfterAttemptContext) - Method in class com.amazonaws.handlers.RequestHandler2
-
- afterAttempt(HandlerAfterAttemptContext) - Method in class com.amazonaws.handlers.StackedRequestHandler
-
- afterAttempt(HandlerAfterAttemptContext) - Method in class com.amazonaws.monitoring.internal.ClientSideMonitoringRequestHandler
-
- afterError(Request<?>, Exception) - Method in class com.amazonaws.handlers.AbstractRequestHandler
-
Deprecated.
- afterError(Request<?>, Response<?>, Exception) - Method in interface com.amazonaws.handlers.IRequestHandler2
-
Runs any additional processing logic on a request after it has failed.
- 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
-
- afterError(Request<?>, Response<?>, Exception) - Method in class com.amazonaws.handlers.StackedRequestHandler
-
- afterError(Request<?>, Response<?>, Exception) - Method in class com.amazonaws.monitoring.internal.ClientSideMonitoringRequestHandler
-
- afterResponse(Request<?>, Object, TimingInfo) - Method in class com.amazonaws.handlers.AbstractRequestHandler
-
Deprecated.
- afterResponse(Request<?>, Response<?>) - Method in interface com.amazonaws.handlers.IRequestHandler2
-
Runs any additional processing logic on the specified request (after is has been executed by
the client runtime).
- 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
-
- afterResponse(Request<?>, Response<?>) - Method in class com.amazonaws.handlers.StackedRequestHandler
-
- afterResponse(Request<?>, Response<?>) - Method in class com.amazonaws.monitoring.internal.ClientSideMonitoringRequestHandler
-
- AgentMonitoringListener - Class in com.amazonaws.monitoring.internal
-
An implementation of the Monitoring Listener Interface that streams monitoring events to a local agent.
- AgentMonitoringListener(String, int) - Constructor for class com.amazonaws.monitoring.internal.AgentMonitoringListener
-
Initialize AgentMonitoringListener.
- 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.
- AllProfiles - Class in com.amazonaws.auth.profile.internal
-
Simple wrapper around a map of profiles.
- AllProfiles(Map<String, BasicProfile>) - Constructor for class com.amazonaws.auth.profile.internal.AllProfiles
-
- 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 from AWS SDK for Java 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 httpClientSettings, 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 httpClientSettings, etc), and request metric collector.
- AmazonHttpClient(ClientConfiguration, RequestMetricCollector, boolean) - Constructor for class com.amazonaws.http.AmazonHttpClient
-
Constructs a new AWS client using the specified client configuration options (ex: max retry
attempts, proxy httpClientSettings, etc), and request metric collector.
- AmazonHttpClient(ClientConfiguration, RequestMetricCollector, boolean, boolean) - Constructor for class com.amazonaws.http.AmazonHttpClient
-
Constructs a new AWS client using the specified client configuration options (ex: max retry
attempts, proxy httpClientSettings, etc), and request metric collector.
- AmazonHttpClient(ClientConfiguration, ConnectionManagerAwareHttpClient, RequestMetricCollector, TokenBucket) - Constructor for class com.amazonaws.http.AmazonHttpClient
-
Package-protected constructor for unit test purposes.
- AmazonHttpClient.Builder - Class in com.amazonaws.http
-
- AmazonHttpClient.RequestExecutionBuilder - Interface in com.amazonaws.http
-
Interface to configure a request execution and execute the request.
- AmazonServiceException - Exception in com.amazonaws
-
Extension of SdkClientException 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.
- AmazonWebServiceClient(ClientConfiguration, RequestMetricCollector, boolean) - Constructor for class com.amazonaws.AmazonWebServiceClient
-
- AmazonWebServiceClient(AwsSyncClientParams) - Constructor for class com.amazonaws.AmazonWebServiceClient
-
- AmazonWebServiceRequest - Class in com.amazonaws
-
Base class for all user facing web service requests.
- AmazonWebServiceRequest() - Constructor for class com.amazonaws.AmazonWebServiceRequest
-
- AmazonWebServiceRequestAdapter - Class in com.amazonaws.internal
-
- AmazonWebServiceRequestAdapter(AmazonWebServiceRequest) - Constructor for class com.amazonaws.internal.AmazonWebServiceRequestAdapter
-
- 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
-
- AmazonWebServiceResult<T extends ResponseMetadata> - Class in com.amazonaws
-
Base type for all AWS response objects.
- AmazonWebServiceResult() - Constructor for class com.amazonaws.AmazonWebServiceResult
-
- AndRetryCondition - Class in com.amazonaws.retry.v2
-
Composite
RetryCondition
that evaluates to true when all contained retry conditions evaluate to true.
- AndRetryCondition(RetryCondition...) - Constructor for class com.amazonaws.retry.v2.AndRetryCondition
-
- 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
-
- ApacheConnectionManagerFactory - Class in com.amazonaws.http.apache.client.impl
-
Factory class to create connection manager used by the apache client.
- ApacheConnectionManagerFactory() - Constructor for class com.amazonaws.http.apache.client.impl.ApacheConnectionManagerFactory
-
- ApacheHttpClientConfig - Class in com.amazonaws
-
Used for Apache HTTP client specific custom configurations.
- ApacheHttpClientFactory - Class in com.amazonaws.http.apache.client.impl
-
Factory class that builds the apache http client from the settings.
- ApacheHttpClientFactory() - Constructor for class com.amazonaws.http.apache.client.impl.ApacheHttpClientFactory
-
- ApacheHttpRequestFactory - Class in com.amazonaws.http.apache.request.impl
-
Responsible for creating Apache HttpClient 4 request objects.
- ApacheHttpRequestFactory() - Constructor for class com.amazonaws.http.apache.request.impl.ApacheHttpRequestFactory
-
- ApacheUtils - Class in com.amazonaws.http.apache.utils
-
- ApacheUtils() - Constructor for class com.amazonaws.http.apache.utils.ApacheUtils
-
- api - Variable in class com.amazonaws.monitoring.ApiMonitoringEvent
-
- API_CALL_ATTEMPT_MONITORING_EVENT_TYPE - Static variable in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- API_CALL_MONITORING_EVENT_TYPE - Static variable in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- ApiCallAttemptMonitoringEvent - Class in com.amazonaws.monitoring
-
A Monitoring Event that described the results of an Api Call Attempt.
- ApiCallAttemptMonitoringEvent() - Constructor for class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- ApiCallMonitoringEvent - Class in com.amazonaws.monitoring
-
A Monitoring Event that describes the results of an Api Call.
- ApiCallMonitoringEvent() - Constructor for class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- ApiMonitoringEvent - Class in com.amazonaws.monitoring
-
Base class contains a collection of data that describes a specific Api Call event that occurs during the execution of SDK logic
- ApiMonitoringEvent() - Constructor for class com.amazonaws.monitoring.ApiMonitoringEvent
-
- appendCompactedString(StringBuilder, String) - Static method in class com.amazonaws.util.StringUtils
-
This method appends a string to a string builder and collapses contiguous
white space is a single space.
- 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.
- apply(Input) - Method in interface com.amazonaws.internal.SdkFunction
-
- apply(Input) - Method in interface com.amazonaws.waiters.SdkFunction
-
Abstract method that makes a call to the operation
specified by the waiter by taking the corresponding
input and returns the corresponding output
- Arn - Class in com.amazonaws.arn
-
- Arn.Builder - Class in com.amazonaws.arn
-
- 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.
- ArnConverter<T extends AwsResource> - Interface in com.amazonaws.arn
-
An interface for converting an AWS ARN into a service specific
AwsResource
.
- ArnResource - Class in com.amazonaws.arn
-
An additional model within
Arn
that provides the Resource Type, Resource, and
Resource Qualifier of an AWS ARN when those values are present and correctly formatted
within an ARN.
- ArnResource.Builder - Class in com.amazonaws.arn
-
- 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
-
- assertAllAreNull(String, Object...) - Static method in class com.amazonaws.util.ValidationUtils
-
Asserts that all of the objects are null.
- assertIsPositive(int, String) - Static method in class com.amazonaws.util.ValidationUtils
-
Asserts that the given number is positive (non-negative and non-zero).
- assertNotEmpty(T, String) - Static method in class com.amazonaws.util.ValidationUtils
-
- assertNotEmpty(T[], String) - Static method in class com.amazonaws.util.ValidationUtils
-
- assertNotNull(T, String) - Static method in class com.amazonaws.util.ValidationUtils
-
Asserts that the given object is non-null and returns it.
- assertStringNotEmpty(String, String) - Static method in class com.amazonaws.util.ValidationUtils
-
- 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
-
- AsyncBuilderParams(ExecutorFactory) - Constructor for class com.amazonaws.client.builder.AwsAsyncClientBuilder.AsyncBuilderParams
-
- 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.
- AsynchronousAgentDispatcher - Class in com.amazonaws.monitoring.internal
-
- AuthErrorRetryStrategy - Interface in com.amazonaws.retry.internal
-
For internal use only.
- AUTHORIZATION - Static variable in class com.amazonaws.auth.internal.SignerConstants
-
- AuthRetryParameters - Class in com.amazonaws.retry.internal
-
Signer and endpoint parameters that are to be used for the next retry.
- AuthRetryParameters(Signer, URI) - Constructor for class com.amazonaws.retry.internal.AuthRetryParameters
-
- Autoscaling - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- available() - Method in class com.amazonaws.internal.DelegateInputStream
-
- available() - Method in class com.amazonaws.internal.ResettableInputStream
-
- available() - Method in class com.amazonaws.internal.SdkBufferedInputStream
-
- available() - Method in class com.amazonaws.internal.SdkFilterInputStream
-
- availableCapacity() - Method in class com.amazonaws.util.CapacityManager
-
Returns the currently available capacity.
- AWS3Signer - Class in com.amazonaws.auth
-
Signer implementation that signs requests with the AWS3 signing protocol.
- AWS3Signer() - Constructor for class com.amazonaws.auth.AWS3Signer
-
- AWS4_SIGNING_ALGORITHM - Static variable in class com.amazonaws.auth.internal.SignerConstants
-
- AWS4_TERMINATOR - Static variable in class com.amazonaws.auth.internal.SignerConstants
-
- AWS4Signer - Class in com.amazonaws.auth
-
Signer implementation that signs requests with the AWS4 signing protocol.
- AWS4Signer() - Constructor for class com.amazonaws.auth.AWS4Signer
-
Construct a new AWS4 signer instance.
- AWS4Signer(boolean) - Constructor for class com.amazonaws.auth.AWS4Signer
-
Construct a new AWS4 signer instance.
- AWS4Signer(SdkClock) - Constructor for class com.amazonaws.auth.AWS4Signer
-
- AWS4SignerRequestParams - Class in com.amazonaws.auth.internal
-
Parameters that are used for computing a AWS 4 signature for a request.
- AWS4SignerRequestParams(SignableRequest<?>, Date, String, String, String) - Constructor for class com.amazonaws.auth.internal.AWS4SignerRequestParams
-
Generates an instance of AWS4signerRequestParams that holds the
parameters used for computing a AWS 4 signature for a request
- AWS4SignerRequestParams(SignableRequest<?>, Date, String, String, String, String) - Constructor for class com.amazonaws.auth.internal.AWS4SignerRequestParams
-
Generates an instance of AWS4signerRequestParams that holds the
parameters used for computing a AWS 4 signature for a request
- AWS4SignerRequestParams(SignableRequest<?>, Date, String, String, String, String, RegionFromEndpointResolver) - Constructor for class com.amazonaws.auth.internal.AWS4SignerRequestParams
-
Generates an instance of AWS4signerRequestParams that holds the
parameters used for computing a AWS 4 signature for a request
- AWS4SignerUtils - Class in com.amazonaws.auth.internal
-
Utility methods that is used by the different AWS Signer implementations.
- AWS4SignerUtils() - Constructor for class com.amazonaws.auth.internal.AWS4SignerUtils
-
- AWS4UnsignedPayloadSigner - Class in com.amazonaws.auth
-
Exactly the same as
AWS4Signer
except if the request is being sent
over HTTPS, then it returns the string
UNSIGNED-PAYLOAD
as the
content SHA-256 so services that support it can avoid needing to calculate
the value when authorizing the request.
- AWS4UnsignedPayloadSigner() - Constructor for class com.amazonaws.auth.AWS4UnsignedPayloadSigner
-
- AWS4UnsignedPayloadSigner(SdkClock) - Constructor for class com.amazonaws.auth.AWS4UnsignedPayloadSigner
-
- AWS_ACCESS_KEY_ID - Static variable in class com.amazonaws.auth.profile.internal.ProfileKeyConstants
-
Property name for specifying the Amazon AWS Access Key
- AWS_CBOR_DISABLE_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable to disable CBOR protocol.
- AWS_CBOR_DISABLE_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
System property to disable CBOR protocol.
- AWS_CONFIG_FILE_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable to set an alternate path to the shared config file (default path is
~/.aws/config).
- AWS_CREDENTAIL_PROPERTIES_FILE - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
-
- AWS_CREDENTIAL_PROPERTIES_FILE - Static variable in enum com.amazonaws.metrics.AwsSdkMetrics
-
Used to specify an AWS credential property file.
- AWS_CREDENTIALS - Static variable in class com.amazonaws.handlers.HandlerContextKey
-
The key under which the request credentials are set.
- AWS_CSM_CLIENT_ID_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable to set the client ID to use for client side
monitoring events.
- AWS_CSM_CLIENT_ID_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
System property to set the client ID to use for client side monitoring
events.
- AWS_CSM_ENABLED_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable to enable/disable client side monitoring.
- AWS_CSM_ENABLED_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
System property to enable/disable client side monitoring.
- AWS_CSM_HOST_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable to set the host to send client side monitor events to.
- AWS_CSM_HOST_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
System property to set the host that will receive the client side monitoring events.
- AWS_CSM_PORT_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment varaible to set the port of the out of process client side
monitoring agent.
- AWS_CSM_PORT_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
System property to set the port of the out of process client side
monitoring agent.
- AWS_EC2_METADATA_DISABLED_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable to disable loading credentials or regions from EC2 Metadata instance service.
- AWS_EC2_METADATA_DISABLED_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
System property to disable loading credentials or regions from EC2 Metadata instance service.
- AWS_EXTENDED_REQUEST_ID - Static variable in class com.amazonaws.ResponseMetadata
-
- AWS_ION_BINARY_DISABLE_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable to disable Ion binary protocol.
- AWS_ION_BINARY_DISABLE_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
System property to disable Ion binary protocol.
- AWS_MAX_ATTEMPTS_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable to set the retry max attempts
- AWS_MAX_ATTEMPTS_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
System properties to set the retry max attempts
- AWS_METADATA_SERVICE_TIMEOUT_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
The number of seconds (either as an integer or double) before a connection to the instance
metadata service should time out.
- AWS_PROFILE_ENVIRONMENT_VARIABLE - Static variable in class com.amazonaws.auth.profile.internal.AwsProfileNameLoader
-
Environment variable name for overriding the default AWS profile
- AWS_PROFILE_ENVIRONMENT_VARIABLE - Static variable in class com.amazonaws.auth.profile.ProfilesConfigFile
-
Deprecated.
- AWS_PROFILE_SYSTEM_PROPERTY - Static variable in class com.amazonaws.auth.profile.internal.AwsProfileNameLoader
-
System property name for overriding the default AWS profile
- AWS_PROFILE_SYSTEM_PROPERTY - Static variable in class com.amazonaws.auth.profile.ProfilesConfigFile
-
Deprecated.
- AWS_REGION_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable containing region used to configure clients.
- AWS_REGION_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
System property for the AWS region to use when creating clients.
- AWS_REQUEST_ID - Static variable in class com.amazonaws.ResponseMetadata
-
- AWS_RETRY_MODE_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable to set the retry mode to use.
- AWS_RETRY_MODE_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
System properties to set the retry mode to use.
- AWS_ROLE_ARN_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable name for the AWS role arn
- AWS_ROLE_SESSION_NAME_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable name for the AWS role arn
- AWS_SECRET_ACCESS_KEY - Static variable in class com.amazonaws.auth.profile.internal.ProfileKeyConstants
-
Property name for specifying the Amazon AWS Secret Access Key
- AWS_SESSION_TOKEN - Static variable in class com.amazonaws.auth.profile.internal.ProfileKeyConstants
-
Property name for specifying the Amazon AWS Session Token
- AWS_SESSION_TOKEN_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable name for the AWS session token
- AWS_WEB_IDENTITY_ENV_VAR - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Environment variable name for the AWS Web Identity Token File Path
- AwsAsyncClientBuilder<Subclass extends AwsAsyncClientBuilder,TypeToBuild> - Class in com.amazonaws.client.builder
-
Base class for all service specific async client builders.
- AwsAsyncClientBuilder(ClientConfigurationFactory) - Constructor for class com.amazonaws.client.builder.AwsAsyncClientBuilder
-
- AwsAsyncClientBuilder(ClientConfigurationFactory, AwsRegionProvider) - Constructor for class com.amazonaws.client.builder.AwsAsyncClientBuilder
-
- AwsAsyncClientBuilder.AsyncBuilderParams - Class in com.amazonaws.client.builder
-
Presents a view of the builder to be used in the async client constructor.
- AwsAsyncClientParams - Class in com.amazonaws.client
-
Provides access to all params needed in a asynchronous AWS service client constructor.
- AwsAsyncClientParams() - Constructor for class com.amazonaws.client.AwsAsyncClientParams
-
- AwsClientBuilder<Subclass extends AwsClientBuilder,TypeToBuild> - Class in com.amazonaws.client.builder
-
Base class for all service specific client builders.
- AwsClientBuilder(ClientConfigurationFactory) - Constructor for class com.amazonaws.client.builder.AwsClientBuilder
-
- AwsClientBuilder(ClientConfigurationFactory, AwsRegionProvider) - Constructor for class com.amazonaws.client.builder.AwsClientBuilder
-
- AwsClientBuilder.EndpointConfiguration - Class in com.amazonaws.client.builder
-
A container for configuration required to submit requests to a service (service endpoint and signing region)
- AwsClientBuilder.SyncBuilderParams - Class in com.amazonaws.client.builder
-
Presents a view of the builder to be used in a client constructor.
- AwsClientSideMonitoringMetrics - Enum in com.amazonaws.util
-
Metrics used for generate client side monitoring events.
- 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
-
Deprecated.
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(List<? extends AWSCredentialsProvider>) - Constructor for class com.amazonaws.auth.AWSCredentialsProviderChain
-
Constructs a new AWSCredentialsProviderChain with the specified credential providers.
- AWSCredentialsProviderChain(AWSCredentialsProvider...) - Constructor for class com.amazonaws.auth.AWSCredentialsProviderChain
-
Constructs a new AWSCredentialsProviderChain with the specified credential providers.
- AwsDirectoryBasePathProvider - Class in com.amazonaws.profile.path
-
Base provider for all location providers that source a file from the ~/.aws directory.
- AwsDirectoryBasePathProvider() - Constructor for class com.amazonaws.profile.path.AwsDirectoryBasePathProvider
-
- AwsEnvVarOverrideRegionProvider - Class in com.amazonaws.regions
-
Loads region information from the '
"AWS_REGION"'
environment variable.
- AwsEnvVarOverrideRegionProvider() - Constructor for class com.amazonaws.regions.AwsEnvVarOverrideRegionProvider
-
- AwsHostNameUtils - Class in com.amazonaws.util
-
- AwsHostNameUtils() - Constructor for class com.amazonaws.util.AwsHostNameUtils
-
- AwsProfileEndpointDiscoveryProvider - Class in com.amazonaws.endpointdiscovery
-
- AwsProfileEndpointDiscoveryProvider() - Constructor for class com.amazonaws.endpointdiscovery.AwsProfileEndpointDiscoveryProvider
-
- AwsProfileEndpointDiscoveryProvider(String) - Constructor for class com.amazonaws.endpointdiscovery.AwsProfileEndpointDiscoveryProvider
-
- AwsProfileFileLocationProvider - Interface in com.amazonaws.profile.path
-
Provides the location of both the AWS Shared credentials file (~/.aws/credentials) or the AWS
Shared config file (~/.aws/config).
- AwsProfileFileLocationProviderChain - Class in com.amazonaws.profile.path
-
- AwsProfileFileLocationProviderChain(AwsProfileFileLocationProvider...) - Constructor for class com.amazonaws.profile.path.AwsProfileFileLocationProviderChain
-
- AwsProfileNameLoader - Class in com.amazonaws.auth.profile.internal
-
Loads profile name from the usual places or uses the default profile name.
- AwsProfileRegionProvider - Class in com.amazonaws.regions
-
Loads region information from the shared AWS config file.
- AwsProfileRegionProvider() - Constructor for class com.amazonaws.regions.AwsProfileRegionProvider
-
- AwsProfileRegionProvider(String) - Constructor for class com.amazonaws.regions.AwsProfileRegionProvider
-
- AWSRefreshableSessionCredentials - Interface in com.amazonaws.auth
-
Session credentials that can be refreshed upon request.
- AwsRegionProvider - Class in com.amazonaws.regions
-
Interface for providing AWS region information.
- AwsRegionProvider() - Constructor for class com.amazonaws.regions.AwsRegionProvider
-
- AwsRegionProviderChain - Class in com.amazonaws.regions
-
Composite
AwsRegionProvider
that sequentially delegates to a chain of providers looking
for region information.
- AwsRegionProviderChain(AwsRegionProvider...) - Constructor for class com.amazonaws.regions.AwsRegionProviderChain
-
- 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.
- AwsResource - Interface in com.amazonaws.arn
-
An abstract representation of an AWS Resource.
- AwsResponseHandlerAdapter<T> - Class in com.amazonaws.http.response
-
- AwsResponseHandlerAdapter(HttpResponseHandler<AmazonWebServiceResponse<T>>, Request<?>, AWSRequestMetrics, MetadataCache) - Constructor for class com.amazonaws.http.response.AwsResponseHandlerAdapter
-
- 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
-
- AWSStaticCredentialsProvider - Class in com.amazonaws.auth
-
Simple implementation of AWSCredentialsProvider that just wraps static AWSCredentials.
- AWSStaticCredentialsProvider(AWSCredentials) - Constructor for class com.amazonaws.auth.AWSStaticCredentialsProvider
-
- AwsSyncClientBuilder<Subclass extends AwsSyncClientBuilder,TypeToBuild> - Class in com.amazonaws.client.builder
-
Base class for all service specific sync client builders.
- AwsSyncClientBuilder(ClientConfigurationFactory) - Constructor for class com.amazonaws.client.builder.AwsSyncClientBuilder
-
- AwsSyncClientBuilder(ClientConfigurationFactory, AwsRegionProvider) - Constructor for class com.amazonaws.client.builder.AwsSyncClientBuilder
-
- AwsSyncClientParams - Class in com.amazonaws.client
-
Provides access to all params needed in a synchronous AWS service client constructor.
- AwsSyncClientParams() - Constructor for class com.amazonaws.client.AwsSyncClientParams
-
- AwsSystemPropertyRegionProvider - Class in com.amazonaws.regions
-
Loads region information from the '
"aws.region"' JVM system
property.
- AwsSystemPropertyRegionProvider() - Constructor for class com.amazonaws.regions.AwsSystemPropertyRegionProvider
-
- DaemonThreadFactory - Class in com.amazonaws.endpointdiscovery
-
- DaemonThreadFactory() - Constructor for class com.amazonaws.endpointdiscovery.DaemonThreadFactory
-
- DataPipeline - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- DATE - Static variable in class com.amazonaws.protocol.json.internal.HeaderMarshallers
-
- DATE - Static variable in class com.amazonaws.protocol.json.internal.QueryParamMarshallers
-
- DATE - Static variable in class com.amazonaws.protocol.json.internal.SimpleTypeJsonMarshallers
-
- DATE - Static variable in interface com.amazonaws.protocol.MarshallingType
-
- DateCborUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeCborUnmarshallers.DateCborUnmarshaller
-
- 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.
- DateIonUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeIonUnmarshallers.DateIonUnmarshaller
-
- DateJsonUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.DateJsonUnmarshaller
-
- DateStaxUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.DateStaxUnmarshaller
-
- DateTimeJsonSerializer - Class in com.amazonaws.internal
-
A Jackson serializer for Joda DateTime
s.
- DateTimeJsonSerializer() - Constructor for class com.amazonaws.internal.DateTimeJsonSerializer
-
- DateUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeUnmarshallers.DateUnmarshaller
-
- 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.internal.DynamoDBBackoffStrategy
-
- DEFAULT - Static variable in class com.amazonaws.retry.PredefinedRetryPolicies
-
SDK default retry policy.
- DEFAULT_AWS_CSM_CLIENT_ID - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
The default client Id used by client side monitoring.
- DEFAULT_AWS_CSM_HOST - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
The default host used by client side monitoring.
- DEFAULT_AWS_CSM_PORT - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
The default port used by client side monitoring.
- 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_BACKOFF_STRATEGY_V2 - 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_CACHE_RESPONSE_METADATA - Static variable in class com.amazonaws.ClientConfiguration
-
The default on whether to cache response metadata.
- DEFAULT_CLIENT_EXECUTION_TIMEOUT - Static variable in class com.amazonaws.ClientConfiguration
-
The default timeout for a request.
- DEFAULT_CONFIG_LOCATION_PROVIDER - Static variable in interface com.amazonaws.profile.path.AwsProfileFileLocationProvider
-
Location provider for the shared AWS Config file.
- DEFAULT_CONNECTION_MAX_IDLE_MILLIS - Static variable in class com.amazonaws.ClientConfiguration
-
The default maximum idle time (in milliseconds) for a connection in the connection pool.
- 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_CREDENTIALS_LOCATION_PROVIDER - Static variable in interface com.amazonaws.profile.path.AwsProfileFileLocationProvider
-
Location provider for the shared AWS credentials file.
- DEFAULT_DISABLE_SOCKET_PROXY - Static variable in class com.amazonaws.ClientConfiguration
-
The default on whether to disable Socket
proxies.
- DEFAULT_ERROR_MESSAGE_PARSER - Static variable in class com.amazonaws.internal.http.JsonErrorMessageParser
-
Standard JSON Error Message Parser that checks for JSON fields in this order: 'message',
'Message', 'errorMessage'
- DEFAULT_MAX_CONNECTIONS - Static variable in class com.amazonaws.ClientConfiguration
-
The default max connection pool size.
- DEFAULT_MAX_CONSECUTIVE_RETRIES_BEFORE_THROTTLING - Static variable in class com.amazonaws.ClientConfiguration
-
- DEFAULT_MAX_ERROR_RETRY - Static variable in class com.amazonaws.retry.PredefinedRetryPolicies
-
SDK default max retry count for legacy retry mode
- DEFAULT_MAX_ERROR_RETRY_STANDARD_MODE - Static variable in class com.amazonaws.retry.PredefinedRetryPolicies
-
SDK default max retry count for standard retry mode
- 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.internal.AwsProfileNameLoader
-
Name of the default profile as specified in the configuration file.
- DEFAULT_PROFILE_NAME - Static variable in class com.amazonaws.auth.profile.ProfilesConfigFile
-
Deprecated.
- 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_REQUEST_TIMEOUT - Static variable in class com.amazonaws.ClientConfiguration
-
The default timeout for a request.
- 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
-
- DEFAULT_SOCKET_TIMEOUT - Static variable in class com.amazonaws.ClientConfiguration
-
The default timeout for reading from a connected socket.
- DEFAULT_STREAM_BUFFER_SIZE - Static variable in class com.amazonaws.RequestClientOptions
-
Used to enable mark-and-reset for
non-mark-and-resettable non-file input stream for up to 128K memory
buffering by default.
- DEFAULT_TCP_KEEP_ALIVE - Static variable in class com.amazonaws.ClientConfiguration
-
The default on whether to use TCP KeepAlive.
- DEFAULT_THROTTLE_RETRIES - Static variable in class com.amazonaws.ClientConfiguration
-
The default on whether to throttle retries.
- DEFAULT_UNMARSHALLER - Static variable in class com.amazonaws.transform.JsonErrorUnmarshaller
-
- DEFAULT_USE_EXPECT_CONTINUE - Static variable in class com.amazonaws.ClientConfiguration
-
The default on whether to utilize the USE_EXPECT_CONTINUE handshake for operations.
- DEFAULT_USE_GZIP - Static variable in class com.amazonaws.ClientConfiguration
-
The default on whether to use gzip decompression.
- 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.
- DEFAULT_VALIDATE_AFTER_INACTIVITY_MILLIS - Static variable in class com.amazonaws.ClientConfiguration
-
The default time a connection can be idle in the connection pool before it must be validated that it's still open.
- 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_ACCESS_KEY
(RECOMMENDED since they are recognized by all the AWS SDKs and CLI except for .NET),
or AWS_ACCESS_KEY
and AWS_SECRET_KEY
(only recognized by Java SDK)
Java System Properties - aws.accessKeyId and aws.secretKey
Web Identity Token credentials from the environment or container
Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI
Credentials delivered through the Amazon EC2 container service if AWS_CONTAINER_CREDENTIALS_RELATIVE_URI" environment variable is set
and security manager has permission to access the variable,
Instance profile credentials delivered through the Amazon EC2 metadata service
- DefaultAWSCredentialsProviderChain() - Constructor for class com.amazonaws.auth.DefaultAWSCredentialsProviderChain
-
- DefaultAwsRegionProviderChain - Class in com.amazonaws.regions
-
Default region provider chain used when no explicit region is supplied to a client builder.
- DefaultAwsRegionProviderChain() - Constructor for class com.amazonaws.regions.DefaultAwsRegionProviderChain
-
- defaultConfig() - Static method in class com.amazonaws.PredefinedClientConfigurations
-
- DefaultCsmConfigurationProviderChain - Class in com.amazonaws.monitoring
-
- DefaultEndpointDiscoveryProviderChain - Class in com.amazonaws.endpointdiscovery
-
- DefaultEndpointDiscoveryProviderChain() - Constructor for class com.amazonaws.endpointdiscovery.DefaultEndpointDiscoveryProviderChain
-
- DefaultErrorResponseHandler - Class in com.amazonaws.http
-
Implementation of HttpResponseHandler that handles only error responses from Amazon Web Services.
- DefaultErrorResponseHandler(Map<String, Unmarshaller<AmazonServiceException, Node>>, 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 map of unmarshallers.
- 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.
- DefaultRegionFromEndpointResolver - Class in com.amazonaws.util.endpoint
-
- DefaultRegionFromEndpointResolver() - Constructor for class com.amazonaws.util.endpoint.DefaultRegionFromEndpointResolver
-
- 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.
- defaultResourceFetcher() - Static method in class com.amazonaws.internal.EC2ResourceFetcher
-
- DefaultServiceEndpointBuilder - Class in com.amazonaws.internal
-
Uses region metdata to construct an endpoint for a specific service
- DefaultServiceEndpointBuilder(String, String) - Constructor for class com.amazonaws.internal.DefaultServiceEndpointBuilder
-
- DefaultSignerProvider - Class in com.amazonaws.internal.auth
-
- DefaultSignerProvider(AmazonWebServiceClient, Signer) - Constructor for class com.amazonaws.internal.auth.DefaultSignerProvider
-
- DefaultValueSupplier<T> - Interface in com.amazonaws.protocol
-
Interface to provide a default value for a null member during marshalling.
- defaultValueSupplier(DefaultValueSupplier<T>) - Method in class com.amazonaws.protocol.MarshallingInfo.Builder
-
- defaultValueSupplier() - Method in class com.amazonaws.protocol.MarshallingInfo
-
- delayBeforeNextRetry(AmazonWebServiceRequest, AmazonClientException, int) - Method in interface com.amazonaws.retry.RetryPolicy.BackoffStrategy
-
Returns the delay (in milliseconds) before next retry attempt.
- delayBeforeNextRetry(PollingStrategyContext) - Method in class com.amazonaws.waiters.FixedDelayStrategy
-
Defines a default way of delaying the polling bound by
the default delay associated with the corresponding
waiter definition
- delayBeforeNextRetry(PollingStrategyContext) - Method in interface com.amazonaws.waiters.PollingStrategy.DelayStrategy
-
Defines the custom delay strategy to control the sleep time
- DelegateInputStream - Class in com.amazonaws.internal
-
InputStream delegate class.
- DelegateInputStream(InputStream) - Constructor for class com.amazonaws.internal.DelegateInputStream
-
- DelegateSocket - Class in com.amazonaws.internal
-
Socket delegate class.
- DelegateSocket(Socket) - Constructor for class com.amazonaws.internal.DelegateSocket
-
- DelegateSSLSocket - Class in com.amazonaws.internal
-
- DelegateSSLSocket(SSLSocket) - Constructor for class com.amazonaws.internal.DelegateSSLSocket
-
- DelegatingDnsResolver - Class in com.amazonaws.http
-
- DelegatingDnsResolver(DnsResolver) - Constructor for class com.amazonaws.http.DelegatingDnsResolver
-
- 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.
- determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class com.amazonaws.http.apache.SdkProxyRoutePlanner
-
- DeviceFarm - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- DirectConnect - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- Directory - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- 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.
- DISABLE_S3_IMPLICIT_GLOBAL_CLIENTS_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
By default, the S3 client constructor does not set a region.
- DISABLE_SOCKET_PROXY_PROPERTY - Static variable in class com.amazonaws.http.apache.utils.HttpContextUtils
-
- disableClose() - Method in class com.amazonaws.internal.ReleasableInputStream
-
Used to disable the close method.
- 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.
- disableNormalizeUri(RequestConfig.Builder) - Static method in class com.amazonaws.http.apache.utils.ApacheUtils
-
From Apache v4.5.8, normalization should be disabled or AWS requests with special characters in URI path will fail
with Signature Errors.
- disableSocketProxy() - Method in class com.amazonaws.ClientConfiguration
-
- disableSocketProxy(HttpContext) - Static method in class com.amazonaws.http.apache.utils.HttpContextUtils
-
- disableSocketProxy() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- discoverEndpoint(String, AmazonWebServiceRequest, boolean, URI) - Method in class com.amazonaws.endpointdiscovery.EndpointDiscoveryIdentifiersRefreshCache
-
- discoverEndpoint(String, boolean, URI) - Method in class com.amazonaws.endpointdiscovery.EndpointDiscoveryRefreshCache
-
- DMS - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- DnsResolver - Interface in com.amazonaws
-
Given a hostname, will resolve the hostname to an ip, or list of ip addresses.
- 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
-
- DOUBLE - Static variable in class com.amazonaws.protocol.json.internal.HeaderMarshallers
-
- DOUBLE - Static variable in class com.amazonaws.protocol.json.internal.QueryParamMarshallers
-
- DOUBLE - Static variable in class com.amazonaws.protocol.json.internal.SimpleTypeJsonMarshallers
-
- DOUBLE - Static variable in interface com.amazonaws.protocol.MarshallingType
-
- DoubleCborUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeCborUnmarshallers.DoubleCborUnmarshaller
-
- DoubleIonUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeIonUnmarshallers.DoubleIonUnmarshaller
-
- DoubleJsonUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.DoubleJsonUnmarshaller
-
- DoubleStaxUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.DoubleStaxUnmarshaller
-
- DoubleUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeUnmarshallers.DoubleUnmarshaller
-
- 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
-
- drainInputStream(InputStream) - Static method in enum com.amazonaws.util.IOUtils
-
Read all remaining data in the stream.
- 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
-
Deprecated.
- 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
-
Standard max retry count for DynamoDB client for DynamoDB client
- DynamoDBBackoffStrategy - Class in com.amazonaws.internal
-
- DynamoDBBackoffStrategy() - Constructor for class com.amazonaws.internal.DynamoDBBackoffStrategy
-
- DynamodbStreams - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- dynamoDefault() - Static method in class com.amazonaws.PredefinedClientConfigurations
-
- GameLift - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- get() - Static method in class com.amazonaws.auth.SdkClock.Instance
-
- get(K) - Method in interface com.amazonaws.cache.Cache
-
- get(AdvancedConfig.Key<T>) - Method in class com.amazonaws.client.builder.AdvancedConfig.Builder
-
- get(AdvancedConfig.Key<T>) - Method in class com.amazonaws.client.builder.AdvancedConfig
-
- get(K, AmazonWebServiceRequest, boolean, URI) - Method in class com.amazonaws.endpointdiscovery.EndpointDiscoveryIdentifiersRefreshCache
-
Abstract method to be implemented by each service to handle retrieving
endpoints from a cache.
- get(K, boolean, URI) - Method in class com.amazonaws.endpointdiscovery.EndpointDiscoveryRefreshCache
-
Abstract method to be implemented by each service to handle retrieving
endpoints from a cache.
- get(String) - Method in class com.amazonaws.internal.FIFOCache
-
Returns the value of the given key; or null of no such entry exists.
- get(Object) - Method in class com.amazonaws.internal.SdkInternalMap
-
- get() - Method in interface com.amazonaws.protocol.DefaultValueSupplier
-
- get(Object) - Method in class com.amazonaws.util.ImmutableMapParameter
-
- get(Object) - Method in interface com.amazonaws.util.MetadataCache
-
Returns the response metadata associated with the specified object, or
null if no metadata is associated with that object.
- get(Object) - Method in class com.amazonaws.util.NullResponseMetadataCache
-
- get(Object) - Method in class com.amazonaws.util.ResponseMetadataCache
-
- getAcceptor() - Method in class com.amazonaws.waiters.WaiterBuilder
-
- getAcceptorsList() - Method in class com.amazonaws.waiters.WaiterExecutionBuilder
-
- getAccessKey() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- getAccountId() - Method in class com.amazonaws.arn.Arn
-
- getAccountId() - Method in interface com.amazonaws.arn.AwsResource
-
Gets the account ID associated with the AWS Resource.
- 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.
- getAdjustment(ClockSkewAdjuster.AdjustmentRequest) - Method in class com.amazonaws.retry.ClockSkewAdjuster
-
- getAdvancedConfig() - Method in class com.amazonaws.client.AwsSyncClientParams
-
- getAdvancedConfig(AdvancedConfig.Key<T>) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Get the current value of an advanced config option.
- getAdvancedConfig() - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
- getAdvancedConfig() - Method in class com.amazonaws.client.builder.AwsClientBuilder.SyncBuilderParams
-
- getAllBasicProfiles() - Method in class com.amazonaws.auth.profile.ProfilesConfigFile
-
- getAllCounters() - Method in class com.amazonaws.util.TimingInfo
-
- getAllHeaders() - Method in class com.amazonaws.http.HttpResponse
-
Returns all of the HTTP headers returned with this response.
- getAllHttpHeaders() - Method in class com.amazonaws.http.SdkHttpMetadata
-
Returns all the headers sent in a response.
- getAllProfiles() - Method in class com.amazonaws.auth.profile.ProfilesConfigFile
-
Deprecated.
- 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.
- getApacheHttpClientConfig() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getApi() - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
- getApiCallTimeout() - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- getArchitecture() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getAssumeRoleCredentialsProvider(RoleInfo) - Method in interface com.amazonaws.auth.profile.internal.securitytoken.ProfileCredentialsService
-
- getAssumeRoleCredentialsProvider(RoleInfo) - Method in class com.amazonaws.auth.profile.internal.securitytoken.STSProfileCredentialsServiceLoader
-
- getAsyncClientParams() - Method in class com.amazonaws.client.builder.AwsAsyncClientBuilder
-
- getAttemptCount() - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- getAttemptLatency() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- 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
-
- getAvailableEndpoints() - Method in class com.amazonaws.partitions.PartitionRegionImpl
-
- getAvailableEndpoints() - Method in class com.amazonaws.regions.InMemoryRegionImpl
-
- getAvailableEndpoints() - Method in class com.amazonaws.regions.Region
-
Returns a immutable collection of all endpoints available in the
metadata.
- getAvailableEndpoints() - Method in interface com.amazonaws.regions.RegionImpl
-
Returns an immutable collection of all the endpoints available in the
region
metadata.
- getAwsAccessIdKey() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- 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.Builder
-
- getAwsClient() - Method in class com.amazonaws.http.ExecutionContext
-
- getAwsDirectory() - Method in class com.amazonaws.profile.path.AwsDirectoryBasePathProvider
-
- getAwsException() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- getAwsExceptionMessage() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- 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
-
- getAwsSecretAccessKey() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- 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
-
- getAwsSessionToken() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- getBackoffPeriod(int) - Method in class com.amazonaws.internal.CustomBackoffStrategy
-
- getBackoffPeriod(int) - Method in class com.amazonaws.internal.DynamoDBBackoffStrategy
-
- getBackoffStrategy() - Method in class com.amazonaws.retry.RetryPolicy
-
Returns the back-off strategy included in this retry policy.
- getBackoffStrategy() - Method in class com.amazonaws.retry.RetryPolicyAdapter
-
- getBaseServiceExceptionClass() - Method in class com.amazonaws.protocol.json.JsonClientMetadata
-
- getBasicProfile(String) - Method in class com.amazonaws.auth.profile.ProfilesConfigFile
-
- 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.
- 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.
- getBytes() - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
Get the JSON content as a UTF-8 encoded byte array.
- getBytes() - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- 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.
- getCacheResponseMetadata() - Method in class com.amazonaws.ClientConfiguration
-
Returns whether or not to cache response metadata.
- 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
-
This method takes in a resourcePath and canonicalizes it by adding an initial slash ("\") if
that isn't already present.
- getCause() - Method in class com.amazonaws.event.ProgressListener.ExceptionReporter
-
Returns the underlying exception, if any; or null otherwise.
- getChannel() - Method in class com.amazonaws.internal.DelegateSocket
-
- getChannel() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getClientConfiguration() - Method in class com.amazonaws.AmazonWebServiceClient
-
- getClientConfiguration() - Method in class com.amazonaws.client.AwsSyncClientParams
-
- getClientConfiguration() - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Gets the ClientConfiguration currently configured in the builder
- getClientConfiguration() - Method in class com.amazonaws.client.builder.AwsClientBuilder.SyncBuilderParams
-
- getClientExecutionTimeout() - Method in class com.amazonaws.ClientConfiguration
-
Returns the amount of time (in milliseconds) to allow the client to complete the execution of
an API call.
- getClientExecutionTimeout() - Method in class com.amazonaws.internal.AmazonWebServiceRequestAdapter
-
- getClientExecutionTimeout() - Method in class com.amazonaws.RequestConfig
-
- getClientExecutionTimer() - Method in class com.amazonaws.http.AmazonHttpClient
-
Package protected for unit-testing
- getClientExecutionTrackerTask() - Method in class com.amazonaws.http.ExecutionContext
-
- getClientId() - Method in class com.amazonaws.AmazonWebServiceClient
-
- getClientId() - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
- getClientId() - Method in class com.amazonaws.monitoring.CsmConfiguration
-
The client ID to set on the monitoring events.
- getClientMarker(RequestClientOptions.Marker) - Method in class com.amazonaws.RequestClientOptions
-
Returns the value of the specified marker; or null if there is no such
value.
- getClientParams() - Method in class com.amazonaws.client.ClientHandlerParams
-
- getClientSideMonitoringConfigurationProvider() - Method in class com.amazonaws.client.AwsSyncClientParams
-
- getClientSideMonitoringConfigurationProvider() - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
- getClientSideMonitoringConfigurationProvider() - Method in class com.amazonaws.client.builder.AwsClientBuilder.SyncBuilderParams
-
- getCloneRoot() - Method in class com.amazonaws.AmazonWebServiceRequest
-
Returns the root object from which the current object was cloned; or null if there isn't one.
- getCloneSource() - Method in class com.amazonaws.AmazonWebServiceRequest
-
Returns the source object from which the current object was cloned; or null if there isn't
one.
- 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.
- getConfig() - Method in class com.amazonaws.ClientConfigurationFactory
-
- getConfig() - Method in class com.amazonaws.internal.config.JsonIndex
-
- getConfiguration() - Method in interface com.amazonaws.monitoring.CsmConfigurationProvider
-
- getConfiguration() - Method in class com.amazonaws.monitoring.CsmConfigurationProviderChain
-
- getConfiguration() - Method in class com.amazonaws.monitoring.EnvironmentVariableCsmConfigurationProvider
-
- getConfiguration() - Method in class com.amazonaws.monitoring.ProfileCsmConfigurationProvider
-
- getConfiguration() - Method in class com.amazonaws.monitoring.StaticCsmConfigurationProvider
-
- getConfiguration() - Method in class com.amazonaws.monitoring.SystemPropertyCsmConfigurationProvider
-
- getConnectionManager() - Method in class com.amazonaws.http.apache.client.impl.SdkHttpClient
-
- getConnectionMaxIdleMillis() - Method in class com.amazonaws.ClientConfiguration
-
Returns the maximum amount of time that an idle connection may sit in the connection pool and
still be eligible for reuse.
- getConnectionPoolRequestTimeout() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getConnectionPoolTTL() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- 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.
- getConnectionTimeout() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- 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.ImmutableRequest
-
Returns the optional stream containing the payload data to include for
this request.
- getContentType() - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- getContentType() - Method in interface com.amazonaws.protocol.json.SdkJsonMarshallerFactory
-
Deprecated.
- getContentType() - Method in class com.amazonaws.protocol.json.SdkJsonProtocolFactory
-
- getContentType() - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
Deprecated.
- getContentTypeOverride() - Method in class com.amazonaws.protocol.json.JsonClientMetadata
-
- getContentUnwrapped() - Method in class com.amazonaws.DefaultRequest
-
- getContentUnwrapped() - Method in interface com.amazonaws.ImmutableRequest
-
Returns the optional raw stream containing the payload data to include
for this request, with all progress stream wrappers.
- getCounter(String) - Method in class com.amazonaws.util.TimingInfo
-
- getCRC32Checksum() - Method in class com.amazonaws.http.HttpResponse
-
Returns the CRC32 checksum calculated by the underlying CRC32ChecksumCalculatingInputStream.
- getCRC32Checksum() - Method in class com.amazonaws.util.CRC32ChecksumCalculatingInputStream
-
- getCredentailFile() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
- getCredentialExpirationTime() - Method in class com.amazonaws.auth.ProcessCredentialsProvider
-
Get the time at which this credentials provider will block to refresh the credentials.
- getCredentialFile() - 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.
- getCredentialProcess() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- 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.AWSStaticCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.auth.ClasspathPropertiesFileCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.auth.ContainerCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.auth.EC2ContainerCredentialsProviderWrapper
-
- getCredentials() - Method in class com.amazonaws.auth.EnvironmentVariableCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.auth.InstanceProfileCredentialsProvider
-
Returns AWSCredentials which the caller can use to authorize an AWS request.
- getCredentials() - Method in class com.amazonaws.auth.ProcessCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.auth.profile.internal.Profile
-
Deprecated.
- getCredentials() - Method in class com.amazonaws.auth.profile.internal.ProfileAssumeRoleCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.auth.profile.internal.ProfileProcessCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.auth.profile.internal.ProfileStaticCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.auth.profile.internal.securitytoken.STSProfileCredentialsServiceProvider
-
- 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.auth.WebIdentityTokenCredentialsProvider
-
- getCredentials() - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Gets the AWSCredentialsProvider currently configured in the builder.
- getCredentials() - Method in class com.amazonaws.internal.StaticCredentialsProvider
-
Deprecated.
- getCredentialScope() - Method in class com.amazonaws.partitions.model.Endpoint
-
returns credential scope for the endpoint.
- getCredentialsEndpoint() - Method in class com.amazonaws.internal.CredentialsEndpointProvider
-
Returns the URI that contains the credentials.
- getCredentialsExpiration() - Method in class com.amazonaws.auth.ContainerCredentialsProvider
-
- getCredentialsProvider() - Method in class com.amazonaws.client.AwsSyncClientParams
-
- getCredentialsProvider() - Method in class com.amazonaws.client.builder.AwsClientBuilder.SyncBuilderParams
-
- getCredentialsProvider() - Method in class com.amazonaws.http.ExecutionContext
-
Returns the credentials provider used for fetching the credentials.
- getCredentialsProvider() - Method in class com.amazonaws.internal.AmazonWebServiceRequestAdapter
-
- getCredentialsProvider() - Method in class com.amazonaws.RequestConfig
-
- getCredentialsProvider(AmazonWebServiceRequest, AWSCredentialsProvider) - Static method in class com.amazonaws.util.CredentialUtils
-
Returns the credentials provider that will be used to fetch the
credentials when signing the request.
- getCredentialsProvider(RequestConfig, AWSCredentialsProvider) - Static method in class com.amazonaws.util.CredentialUtils
-
- getCurrentDepth() - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Returns the element depth of the parser's current position in the JSON
document being parsed.
- getCurrentDepth() - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- getCurrentDepth() - Method in class com.amazonaws.transform.StaxUnmarshallerContext
-
Returns the element depth of the parser's current position in the XML
document being parsed.
- getCurrentJavaVersion() - Static method in class com.amazonaws.util.JavaVersionParser
-
- getCurrentParentElement() - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Returns the name of the JSON field that is the nearest parent of the
current context.Returns null by default.
- getCurrentParentElement() - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- 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.
- getCurrentToken() - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Returns the current JsonToken that is to be parsed by the parser.
- getCurrentToken() - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- getCurrNumErrors() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- getCustomErrorCodeFieldName() - Method in class com.amazonaws.protocol.json.JsonErrorResponseMetadata
-
- getCustomQueryParameters() - Method in class com.amazonaws.AmazonWebServiceRequest
-
- getCustomQueryParameters() - Method in class com.amazonaws.internal.AmazonWebServiceRequestAdapter
-
- getCustomQueryParameters() - Method in class com.amazonaws.RequestConfig
-
- getCustomRequestHeaders() - Method in class com.amazonaws.AmazonWebServiceRequest
-
Returns an immutable map of custom header names to header values.
- getCustomRequestHeaders() - Method in class com.amazonaws.internal.AmazonWebServiceRequestAdapter
-
- getCustomRequestHeaders() - Method in class com.amazonaws.RequestConfig
-
- 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
-
- getDefaultBackoffStrategy(RetryMode) - Static method in class com.amazonaws.retry.PredefinedRetryPolicies
-
- getDefaultConfig() - Method in class com.amazonaws.ClientConfigurationFactory
-
Builds a
ClientConfiguration
instance with default configuration
values suitable for most use cases.
- getDefaultConfigFileLocation() - Method in class com.amazonaws.internal.config.InternalConfig
-
- getDefaultCredentials() - Method in class com.amazonaws.internal.EC2MetadataClient
-
Deprecated.
Connects to the Amazon EC2 Instance Metadata Service to retrieve the
default credential information (if any).
- getDefaultRetryMode() - Method in class com.amazonaws.internal.config.InternalConfig
-
- getDefaultRetryMode() - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- 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.
- getDefaults() - Method in class com.amazonaws.partitions.model.Partition
-
Returns the default endpoint configuration of the partition.
- getDefaults() - Method in class com.amazonaws.partitions.model.Service
-
returns the default endpoints configuration for all regions in a
partition.
- getDefaultSigner() - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- getDelegateStream() - Method in class com.amazonaws.internal.SdkFilterInputStream
-
- getDescription() - Method in class com.amazonaws.partitions.model.Region
-
- getDescription() - Method in enum com.amazonaws.regions.Regions
-
Descriptive readable name for this region.
- getDevpayProductCodes() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getDnsResolver() - Method in class com.amazonaws.ClientConfiguration
-
Returns the DnsResolver for resolving AWS IP addresses.
- getDnsResolver() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getDnsSuffix() - Method in class com.amazonaws.partitions.model.Partition
-
Returns the dns suffix of the partition.
- getDomain() - Method in class com.amazonaws.partitions.PartitionRegionImpl
-
- getDomain() - Method in class com.amazonaws.regions.InMemoryRegionImpl
-
- getDomain() - Method in class com.amazonaws.regions.Region
-
Returns the domain for this region; ex: "amazonaws.com".
- getDomain() - Method in interface com.amazonaws.regions.RegionImpl
-
Returns the domain for this region; ex: "amazonaws.com".
- getDurationMilli() - Method in class com.amazonaws.metrics.ServiceLatencyProvider
-
- getDurationNano() - Method in class com.amazonaws.metrics.ByteThroughputProvider
-
- 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.
- getEnabledCipherSuites() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getEnabledProtocols() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getEnableSessionCreation() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getEndEpochTimeMilli() - Method in class com.amazonaws.util.TimingInfo
-
Deprecated.
- getEndEpochTimeMilliIfKnown() - Method in class com.amazonaws.util.TimingInfo
-
- getEndpoint() - Method in class com.amazonaws.client.AwsSyncClientParams
-
- getEndpoint() - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Gets the service endpointConfiguration in use by the builder
- getEndpoint() - Method in class com.amazonaws.DefaultRequest
-
- getEndpoint() - Method in interface com.amazonaws.ImmutableRequest
-
Returns the service endpoint (ex: "https://ec2.amazonaws.com") to which
this request should be sent.
- getEndpointDiscovery() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- getEndpointForRetry() - Method in class com.amazonaws.retry.internal.AuthRetryParameters
-
- getEndpointPrefix() - Method in class com.amazonaws.AmazonWebServiceClient
-
- getEndpoints() - Method in class com.amazonaws.partitions.model.Service
-
Returns the endpoints configuration for all regions in a partition
that service supports.
- getEndTime() - Method in class com.amazonaws.util.TimingInfo
-
Deprecated.
- getEndTimeNano() - Method in class com.amazonaws.util.TimingInfo
-
- getEndTimeNanoIfKnown() - Method in class com.amazonaws.util.TimingInfo
-
- getErrorCode() - Method in exception com.amazonaws.AmazonServiceException
-
Returns the AWS error code represented by this exception.
- getErrorCode() - Method in class com.amazonaws.protocol.json.JsonErrorShapeMetadata
-
- getErrorCodeParser(String) - Method in class com.amazonaws.protocol.json.SdkStructuredJsonFactoryImpl
-
- getErrorMessage() - Method in exception com.amazonaws.AmazonServiceException
-
- getErrorPropertyPath(String) - Method in class com.amazonaws.transform.LegacyErrorUnmarshaller
-
Returns the path to the specified property within an error response.
- getErrorPropertyPath(String) - Method in class com.amazonaws.transform.StandardErrorUnmarshaller
-
Returns the path to the specified property within an error response.
- getErrorResponseHandler() - Method in class com.amazonaws.client.ClientExecutionParams
-
- getErrorShapeMetadata() - Method in class com.amazonaws.protocol.json.JsonClientMetadata
-
- getErrorShapes() - Method in class com.amazonaws.protocol.json.JsonErrorResponseMetadata
-
- getErrorType() - Method in exception com.amazonaws.AmazonServiceException
-
Indicates who is responsible for this exception (caller, service,
or unknown).
- getEstimatedSkew() - Method in class com.amazonaws.retry.ClockSkewAdjuster
-
The estimated skew is the difference between the local time at which the client received the response and the Date
header from the service's response.
- getEventCode() - Method in class com.amazonaws.event.ProgressEvent
-
- getEventType() - Method in class com.amazonaws.event.ProgressEvent
-
Returns the type of event this object represents.
- getException() - Method in class com.amazonaws.handlers.HandlerAfterAttemptContext
-
- getException() - Method in class com.amazonaws.retry.internal.CredentialsEndpointRetryParameters
-
- getExceptionUnmarshaller() - Method in class com.amazonaws.protocol.json.JsonErrorShapeMetadata
-
- getExecutor() - Method in class com.amazonaws.client.AwsAsyncClientParams
-
- getExecutor() - Method in class com.amazonaws.client.builder.AwsAsyncClientBuilder.AsyncBuilderParams
-
- getExecutor() - Method in class com.amazonaws.client.builder.AwsClientBuilder.SyncBuilderParams
-
- getExecutor() - Method in class com.amazonaws.http.timers.client.ClientExecutionTimer
-
This method is current exposed for testing purposes
- getExecutor() - Method in class com.amazonaws.http.timers.request.HttpRequestTimer
-
This method is current exposed for testing purposes
- getExecutorFactory() - Method in class com.amazonaws.client.builder.AwsAsyncClientBuilder
-
- getExecutorService() - Static method in class com.amazonaws.event.SDKProgressPublisher
-
Returns the executor service used for performing the callbacks.
- getExecutorService() - Method in class com.amazonaws.waiters.WaiterBuilder
-
- getExternalId() - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
A unique identifier that is used by third parties when assuming roles in
their customers' accounts.
- getExtraInfo() - Method in exception com.amazonaws.ResetException
-
- getFactory() - Static method in class com.amazonaws.log.InternalLogFactory
-
Returns the current default log factory.
- getFile() - Method in class com.amazonaws.internal.ResettableInputStream
-
Returns the underlying file, if known; or null if not;
- getFileDecriptorInfo() - Method in class com.amazonaws.jmx.JmxInfoProviderSupport
-
- getFileDecriptorInfo() - Method in interface com.amazonaws.jmx.spi.JmxInfoProvider
-
- getFinalAwsException() - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- getFinalAwsExceptionMessage() - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- getFinalHttpStatusCode() - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
The last status code returned by the service.
- getFinalSdkException() - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- getFinalSdkExceptionMessage() - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- getFormat() - Method in enum com.amazonaws.util.TimestampFormat
-
- getFormattedSigningDate() - Method in class com.amazonaws.auth.internal.AWS4SignerRequestParams
-
Returns the formatted date in UTC zone of the signing date.
- getFormattedSigningDateTime() - Method in class com.amazonaws.auth.internal.AWS4SignerRequestParams
-
Returns the formatted date and time of the signing date in UTC zone.
- getFqdn() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- getGeneralProgressListener() - Method in class com.amazonaws.AmazonWebServiceRequest
-
Returns the optional progress listener for receiving updates about the progress of the
request.
- getGenerator() - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- getGenerator() - Static method in class com.amazonaws.util.IdempotentUtils
-
- getGlobalHandlers() - Method in class com.amazonaws.handlers.HandlerChainFactory
-
- 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.
- getHandlerContext(HandlerContextKey<X>) - Method in class com.amazonaws.AmazonWebServiceRequest
-
- getHandlerContext(HandlerContextKey<X>) - Method in class com.amazonaws.DefaultRequest
-
- getHandlerContext(HandlerContextKey<X>) - Method in interface com.amazonaws.HandlerContextAware
-
Return the context for the given key if present; else return null.
- getHeader(String) - Method in class com.amazonaws.http.HttpResponse
-
- getHeader(String) - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Returns the value of the header with the specified name from the
response, or null if not present.
- getHeader(String) - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- getHeader(String) - Method in class com.amazonaws.transform.StaxUnmarshallerContext
-
Returns the value of the header with the specified name from the
response, or null if not present.
- getHeaders() - Method in class com.amazonaws.ClientConfiguration
-
Returns headers to be added to all requests
- getHeaders() - Method in class com.amazonaws.DefaultRequest
-
- getHeaders() - Method in class com.amazonaws.http.HttpResponse
-
- getHeaders() - Method in interface com.amazonaws.ImmutableRequest
-
Returns a map of all the headers included in this request.
- getHeaders() - Method in class com.amazonaws.internal.CredentialsEndpointProvider
-
Allows passing additional headers to the request
- getHeadersForStringToSign(SignableRequest<?>) - Method in class com.amazonaws.auth.AWS3Signer
-
- getHeaderValues(String) - Method in class com.amazonaws.http.HttpResponse
-
Returns all the values for a given header name.
- getHost() - Method in class com.amazonaws.monitoring.CsmConfiguration
-
The host to send monitoring events to.
- getHost(String) - Static method in class com.amazonaws.regions.AbstractRegionMetadataProvider
-
Parse the host portion out of an endpoint (which may or may not
contain a scheme).
- getHostAddressForEC2MetadataService() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Returns the host address of the Amazon EC2 Instance Metadata Service.
- 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.partitions.model.Endpoint
-
returns the endpoint string.
- getHostname() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
The interface's local hostname.
- getHostNameRegex() - Method in class com.amazonaws.internal.config.HostRegexToRegionMappingJsonHelper
-
- getHostRegexToRegionMappings() - Method in class com.amazonaws.internal.config.InternalConfig
-
- getHostRegexToRegionMappings() - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- getHttpClientConfig(String) - Method in class com.amazonaws.internal.config.InternalConfig
-
Returns the http client configuration for the http client name.
- getHttpClientConnectionManager() - Method in interface com.amazonaws.http.apache.client.impl.ConnectionManagerAwareHttpClient
-
Returns the HttpClientConnectionManager
associated with the
http client.
- getHttpClientConnectionManager() - Method in class com.amazonaws.http.apache.client.impl.SdkHttpClient
-
- getHttpClients() - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- getHttpHeaders() - Method in exception com.amazonaws.AmazonServiceException
-
- getHttpHeaders() - Method in class com.amazonaws.http.SdkHttpMetadata
-
- getHttpMethod() - Method in class com.amazonaws.DefaultRequest
-
- getHttpMethod() - Method in interface com.amazonaws.ImmutableRequest
-
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.
- getHttpRequestTimer() - Method in class com.amazonaws.http.AmazonHttpClient
-
Package protected for unit-testing
- getHttpResponse() - Method in class com.amazonaws.Response
-
- getHttpResponse() - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Returns the original HttpResponse constructed for this request.
- getHttpResponse() - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- getHttpResponse() - Method in class com.amazonaws.transform.StaxUnmarshallerContext
-
Returns the original HttpResponse constructed for this request.
- getHttpStatusCode() - Method in class com.amazonaws.http.SdkHttpMetadata
-
- getHttpStatusCode() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- getHttpStatusCode() - Method in class com.amazonaws.protocol.json.JsonErrorShapeMetadata
-
- 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
-
- getInetAddress() - Method in class com.amazonaws.internal.DelegateSocket
-
- getInetAddress() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getInput() - Method in class com.amazonaws.client.ClientExecutionParams
-
- getInputStream() - Method in class com.amazonaws.internal.DelegateSocket
-
- getInputStream() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getInputStream() - Method in class com.amazonaws.internal.SdkMetricsSocket
-
- getInputStream() - Method in class com.amazonaws.internal.SdkSSLMetricsSocket
-
- getInRegionOptimizedConfig() - Method in class com.amazonaws.ClientConfigurationFactory
-
Builds a
ClientConfiguration
instance with configuration values
tailored towards clients operating in the same AWS region as the service
endpoint they call.
- getInstance() - Static method in class com.amazonaws.auth.DefaultAWSCredentialsProviderChain
-
- getInstance() - Static method in class com.amazonaws.auth.InstanceProfileCredentialsProvider
-
- getInstance() - Static method in class com.amazonaws.auth.profile.internal.securitytoken.STSProfileCredentialsServiceLoader
-
- getInstance() - Static method in class com.amazonaws.http.NoneTlsKeyManagersProvider
-
- getInstance() - Static method in class com.amazonaws.internal.ConnectionUtils
-
- getInstance() - Static method in class com.amazonaws.internal.InstanceMetadataServiceResourceFetcher
-
- getInstance() - Method in interface com.amazonaws.metrics.MetricCollector.Factory
-
Returns an instance of the collector; or null if if failed to create
one.
- getInstance() - Static method in class com.amazonaws.monitoring.DefaultCsmConfigurationProviderChain
-
- getInstance() - Static method in class com.amazonaws.monitoring.internal.AsynchronousAgentDispatcher
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeCborUnmarshallers.BigDecimalCborUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeCborUnmarshallers.ByteBufferCborUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeCborUnmarshallers.ByteCborUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeCborUnmarshallers.DateCborUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeCborUnmarshallers.DoubleCborUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeCborUnmarshallers.FloatCborUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeCborUnmarshallers.IntegerCborUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeCborUnmarshallers.LongCborUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeCborUnmarshallers.ShortCborUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeCborUnmarshallers.StringCborUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeIonUnmarshallers.BigDecimalIonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeIonUnmarshallers.BigIntegerIonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeIonUnmarshallers.BooleanIonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeIonUnmarshallers.ByteBufferIonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeIonUnmarshallers.ByteIonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeIonUnmarshallers.DateIonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeIonUnmarshallers.DoubleIonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeIonUnmarshallers.FloatIonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeIonUnmarshallers.IntegerIonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeIonUnmarshallers.LongIonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeIonUnmarshallers.ShortIonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeIonUnmarshallers.StringIonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.BigDecimalJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.BooleanJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.ByteBufferJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.ByteJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.CharacterJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.DateJsonUnmarshaller
-
- getInstance(String) - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.DateJsonUnmarshallerFactory
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.DoubleJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.FloatJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.IntegerJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.JsonValueStringUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.ShortJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.BigDecimalStaxUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.BooleanStaxUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.ByteBufferStaxUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.ByteStaxUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.CharacterJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.DateStaxUnmarshaller
-
- getInstance(String) - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.DateStaxUnmarshallerFactory
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.DoubleStaxUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.FloatStaxUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.LongStaxUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.ShortJsonUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.StringStaxUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeUnmarshallers.BooleanUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeUnmarshallers.ByteBufferUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeUnmarshallers.ByteUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeUnmarshallers.DateUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeUnmarshallers.DoubleUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeUnmarshallers.FloatUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeUnmarshallers.IntegerUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeUnmarshallers.LongUnmarshaller
-
- getInstance() - Static method in class com.amazonaws.transform.SimpleTypeUnmarshallers.StringUnmarshaller
-
- 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
- getInstanceSignature() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the signature of the instance.
- getInstanceType() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the type of the instance.
- getInstanceType() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getInternalConfig() - Static method in class com.amazonaws.internal.config.InternalConfig.Factory
-
Returns a non-null and immutable instance of the AWS SDK internal configuration.
- 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
-
- getJsonNode() - Method in class com.amazonaws.protocol.json.JsonContent
-
- getJsonParser() - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Returns the JsonParser used for parsing the Json document.
- getJsonParser() - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- 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.
- getKeepAlive() - Method in class com.amazonaws.internal.DelegateSocket
-
- getKeepAlive() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getKeepAliveDuration(HttpResponse, HttpContext) - Method in class com.amazonaws.http.conn.SdkConnectionKeepAliveStrategy
-
- getKernelId() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getKey(Request) - Method in interface com.amazonaws.cache.KeyConverter
-
- getKey() - Method in class com.amazonaws.internal.config.JsonIndex
-
- getKey() - Method in class com.amazonaws.transform.MapEntry
-
- getKeyManagers() - Method in class com.amazonaws.http.FileStoreTlsKeyManagersProvider
-
- getKeyManagers() - Method in class com.amazonaws.http.NoneTlsKeyManagersProvider
-
- getKeyManagers() - Method in class com.amazonaws.http.SystemPropertyTlsKeyManagersProvider
-
- getKeyManagers() - Method in interface com.amazonaws.http.TlsKeyManagersProvider
-
- getKnownVersion() - Method in class com.amazonaws.util.JavaVersionParser.JavaVersion
-
- getLambdaEnvironmentTraceId() - Static method in class com.amazonaws.util.RuntimeHttpUtils
-
Returns the value of the trace id environment variable, if it exists and if there is also
a lambda function name environment variable, indicating that the code executes within a lambda
- getLastParsedParentElement() - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
This will return the deleted string in stackString when doing update on
the stack.
- getLastParsedParentElement() - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- getLastSubMeasurement(String) - Method in class com.amazonaws.util.TimingInfo
-
- getLatency() - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- getLegacyRetryPolicy() - Method in class com.amazonaws.retry.RetryPolicyAdapter
-
- 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.
- getLocalAddress() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getLocalAddress() - Method in class com.amazonaws.internal.DelegateSocket
-
- getLocalAddress() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- 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.
- getLocalPort() - Method in class com.amazonaws.internal.DelegateSocket
-
- getLocalPort() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getLocalSocketAddress() - Method in class com.amazonaws.internal.DelegateSocket
-
- getLocalSocketAddress() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getLocation() - Method in interface com.amazonaws.profile.path.AwsProfileFileLocationProvider
-
- getLocation() - Method in class com.amazonaws.profile.path.AwsProfileFileLocationProviderChain
-
- getLocation() - Method in class com.amazonaws.profile.path.config.ConfigEnvVarOverrideLocationProvider
-
- getLocation() - Method in class com.amazonaws.profile.path.config.SharedConfigDefaultLocationProvider
-
- getLocation() - Method in class com.amazonaws.profile.path.cred.CredentialsDefaultLocationProvider
-
- getLocation() - Method in class com.amazonaws.profile.path.cred.CredentialsEnvVarOverrideLocationProvider
-
- getLocation() - Method in class com.amazonaws.profile.path.cred.CredentialsLegacyConfigLocationProvider
-
- 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.
- getLongLivedCredentialsProvider() - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
Provides the credentials that are used to assume the role.
- getMac() - Method in enum com.amazonaws.auth.SigningAlgorithm
-
Returns the thread local reference for the crypto algorithm
- 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
- getMaintenanceNumber() - Method in class com.amazonaws.util.JavaVersionParser.JavaVersion
-
- getMajorVersion() - Method in class com.amazonaws.util.JavaVersionParser.JavaVersion
-
- getMajorVersionFamily() - Method in class com.amazonaws.util.JavaVersionParser.JavaVersion
-
- getMajorVersionString() - Method in class com.amazonaws.util.JavaVersionParser.JavaVersion
-
- getMarked() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- getMarshaller() - Method in class com.amazonaws.client.ClientExecutionParams
-
- getMarshaller(MarshallLocation, T) - Method in class com.amazonaws.protocol.json.internal.MarshallerRegistry
-
- getMarshaller(MarshallLocation, MarshallingType<T>, T) - Method in class com.amazonaws.protocol.json.internal.MarshallerRegistry
-
- getMasterSecretValidator() - Static method in class com.amazonaws.http.conn.ssl.MasterSecretValidators
-
- getMasterSecretValidator(JavaVersionParser.JavaVersion) - Static method in class com.amazonaws.http.conn.ssl.MasterSecretValidators
-
- getMaxConnections() - Method in class com.amazonaws.ClientConfiguration
-
Returns the maximum number of allowed open HTTP connections.
- getMaxConnections() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getMaxConsecutiveRetriesBeforeThrottling() - Method in class com.amazonaws.ClientConfiguration
-
- 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.
- getMaxErrorRetry() - Method in class com.amazonaws.retry.RetryPolicyAdapter
-
- getMaxIdleConnectionTime() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getMaxNumErrors() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- getMaxRetriesExceeded() - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- getMaxSize() - Method in class com.amazonaws.internal.FIFOCache
-
Returns the maximum size of the cache.
- 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
-
- getMetadata() - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Returns any metadata collected through metadata expressions while this
context was reading the JSON events from the JSON document.
- getMetadata() - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- getMetadata() - Method in class com.amazonaws.transform.StaxUnmarshallerContext
-
Returns any metadata collected through metadata expressions while this
context was reading the XML events from the XML document.
- getMethod() - Method in class com.amazonaws.http.apache.request.impl.HttpGetWithBody
-
- 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.
- getMetricsCollector() - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
- getModeledClass() - Method in class com.amazonaws.protocol.json.JsonErrorShapeMetadata
-
- getMonitoringListener() - Method in class com.amazonaws.client.AwsSyncClientParams
-
- getMonitoringListener() - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
- getMonitoringListener() - Method in class com.amazonaws.client.builder.AwsClientBuilder.SyncBuilderParams
-
- getMonitoringListeners() - Method in class com.amazonaws.AmazonWebServiceClient
-
- getName() - Method in class com.amazonaws.handlers.HandlerContextKey
-
- getName() - Method in class com.amazonaws.partitions.PartitionRegionImpl
-
- getName() - Method in class com.amazonaws.regions.InMemoryRegionImpl
-
- getName() - Method in class com.amazonaws.regions.Region
-
The unique system ID for this region; ex: "us-east-1".
- getName() - Method in interface com.amazonaws.regions.RegionImpl
-
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.
- getName() - Method in enum com.amazonaws.retry.RetryMode
-
- getNeedClientAuth() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getNetworkInterfaces() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the list of network interfaces on the instance.
- getNonProxyHosts() - Method in class com.amazonaws.ClientConfiguration
-
Returns the optional hosts the client will access without going
through the proxy.
- getNonProxyHosts() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getNotifiedByteCount() - Method in class com.amazonaws.event.ProgressInputStream
-
- getNumberOfDaysSinceEpoch() - Method in class com.amazonaws.auth.internal.SignerKey
-
Returns the number of days since epoch for the date used for generating
signing key.
- getObjectMapper() - Static method in enum com.amazonaws.util.json.Jackson
-
- getOOBInline() - Method in class com.amazonaws.internal.DelegateSocket
-
- getOOBInline() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getOriginalRequest() - Method in class com.amazonaws.DefaultRequest
-
Returns the original, user facing request object which this internal
request object is representing.
- getOriginalRequest() - Method in class com.amazonaws.internal.AmazonWebServiceRequestAdapter
-
- getOriginalRequest() - Method in interface com.amazonaws.Request
-
Returns the original, user facing request object which this internal
request object is representing.
- getOriginalRequest() - Method in class com.amazonaws.RequestConfig
-
- getOriginalRequest() - Method in class com.amazonaws.waiters.PollingStrategyContext
-
- getOriginalRequestObject() - Method in class com.amazonaws.DefaultRequest
-
- getOriginalRequestObject() - Method in interface com.amazonaws.ImmutableRequest
-
Returns the original, user facing request object which this internal
request object is representing.
- getOutputStream() - Method in class com.amazonaws.internal.DelegateSocket
-
- getOutputStream() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getOverriddenDate() - Method in class com.amazonaws.auth.AWS4Signer
-
Returns a copy of date that overrides the signing date in the request.
- getOverrideConfigFileLocation() - Method in class com.amazonaws.internal.config.InternalConfig
-
- 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.ImmutableRequest
-
Returns a map of all parameters in this request.
- getParams() - Method in class com.amazonaws.http.apache.client.impl.SdkHttpClient
-
- getPartition() - Method in class com.amazonaws.arn.Arn
-
- getPartition() - Method in interface com.amazonaws.arn.AwsResource
-
Gets the partition associated with the AWS Resource (e.g.: 'aws').
- getPartition() - Method in class com.amazonaws.partitions.model.Partition
-
Returns the name of the partition.
- getPartition() - Method in class com.amazonaws.partitions.PartitionRegionImpl
-
- getPartition() - Method in class com.amazonaws.regions.InMemoryRegionImpl
-
- getPartition() - Method in class com.amazonaws.regions.Region
-
Returns the partition this region is in.
- getPartition() - Method in interface com.amazonaws.regions.RegionImpl
-
Returns the partition this region is in.
- getPartitionEndpoint() - Method in class com.amazonaws.partitions.model.Service
-
returns the region name if the service is enabled partition wide.
- getPartitionName() - Method in class com.amazonaws.partitions.model.Partition
-
Returns the description of the partition.
- getPartitions() - Method in class com.amazonaws.partitions.model.Partitions
-
returns the list of all partitions loaded from the partition metadata document.
- 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.
- getPollingStrategy() - Method in class com.amazonaws.waiters.WaiterExecutionBuilder
-
- getPollingStrategy() - Method in class com.amazonaws.waiters.WaiterParameters
-
- getPort() - Method in class com.amazonaws.internal.DelegateSocket
-
- getPort() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getPort() - Method in class com.amazonaws.monitoring.CsmConfiguration
-
The port on the specified host to send monitoring events to.
- 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.
- getPreferredSSLContext(SecureRandom) - Static method in class com.amazonaws.internal.SdkSSLContext
-
- getPreferredSSLContext(KeyManager[], SecureRandom) - Static method in class com.amazonaws.internal.SdkSSLContext
-
- 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(String) - Method in class com.amazonaws.auth.profile.internal.AllProfiles
-
- getProfile() - Method in class com.amazonaws.auth.profile.internal.BasicProfileConfigFileLoader
-
- getProfile() - Method in class com.amazonaws.util.EC2MetadataUtils.NetworkInterface
-
The interface's profile.
- getProfileName() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- getProfileName() - Method in class com.amazonaws.auth.profile.internal.Profile
-
Deprecated.
- getProfiles() - Method in class com.amazonaws.auth.profile.internal.AllProfiles
-
- getProgress() - Method in class com.amazonaws.event.ProgressTracker
-
- getProgressListener() - Method in class com.amazonaws.internal.AmazonWebServiceRequestAdapter
-
- getProgressListener() - Method in class com.amazonaws.RequestConfig
-
- getProperties() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
Returns a map of profile properties included in this Profile instance.
- getProperties() - Method in class com.amazonaws.auth.profile.internal.Profile
-
Deprecated.
Returns a map of profile properties included in this Profile instance.
- 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
-
- getPropertyValue(String) - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
Returns the value of a specific property that is included in this Profile instance.
- getPropertyValue(String) - Method in class com.amazonaws.auth.profile.internal.Profile
-
Deprecated.
Returns the value of a specific property that is included in this Profile instance.
- getProtocol() - Method in class com.amazonaws.ClientConfiguration
-
Returns the protocol (HTTP or HTTPS) to use when connecting to Amazon Web Services.
- getProtocols() - Method in class com.amazonaws.partitions.model.Endpoint
-
returns the supported schemes for the endpoint.
- getProtocolVersion() - Method in class com.amazonaws.protocol.json.JsonClientMetadata
-
- 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
-
- getProxyAuthenticationMethods() - Method in class com.amazonaws.ClientConfiguration
-
Returns the list of authentication methods that should be used when authenticating against an HTTP proxy, in the order they
should be attempted.
- getProxyAuthenticationMethods() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getProxyDomain() - Method in class com.amazonaws.ClientConfiguration
-
Returns the optional Windows domain name for configuring an NTLM proxy.
- getProxyDomain() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getProxyHost() - Method in exception com.amazonaws.AmazonServiceException
-
Returns proxy host if configured.
- getProxyHost() - Method in class com.amazonaws.ClientConfiguration
-
Returns the optional proxy host the client will connect
through.
- getProxyHost() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getProxyPassword() - Method in class com.amazonaws.ClientConfiguration
-
Returns the optional proxy password to use if connecting
through a proxy.
- getProxyPassword() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getProxyPort() - Method in class com.amazonaws.ClientConfiguration
-
Returns the optional proxy port the client will connect
through.
- getProxyPort() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getProxyProtocol() - Method in class com.amazonaws.ClientConfiguration
-
- getProxyProtocol() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getProxyUsername() - Method in class com.amazonaws.ClientConfiguration
-
Returns the optional proxy user name to use if connecting
through a proxy.
- getProxyUsername() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getProxyWorkstation() - Method in class com.amazonaws.ClientConfiguration
-
Returns the optional Windows workstation name for configuring NTLM proxy support.
- getProxyWorkstation() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- 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.
- getQualifier() - Method in class com.amazonaws.arn.ArnResource
-
- 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
-
- getRawContent() - Method in class com.amazonaws.protocol.json.JsonContent
-
- getRawResponse() - Method in exception com.amazonaws.AmazonServiceException
-
Returns the response payload as bytes.
- 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.ImmutableRequest
-
Returns the read limit info about the original request.
- getReceiveBufferSize() - Method in class com.amazonaws.internal.DelegateSocket
-
- getReceiveBufferSize() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getRefreshForceIntervalNanos() - Method in class com.amazonaws.auth.profile.ProfileCredentialsProvider
-
Gets the forced refresh interval in nanoseconds.
- getRefreshIntervalNanos() - Method in class com.amazonaws.auth.profile.ProfileCredentialsProvider
-
Gets the refresh interval in nanoseconds.
- getRegion() - Method in class com.amazonaws.arn.Arn
-
- getRegion() - Method in interface com.amazonaws.arn.AwsResource
-
Gets the region associated with the AWS Resource (e.g.: 'us-east-1').
- getRegion() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- getRegion() - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Gets the region in use by the builder.
- getRegion() - Method in class com.amazonaws.internal.DefaultServiceEndpointBuilder
-
- getRegion() - Method in class com.amazonaws.internal.IdentityEndpointBuilder
-
- getRegion() - Method in class com.amazonaws.internal.ServiceEndpointBuilder
-
- getRegion() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
- 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() - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
- getRegion() - Method in class com.amazonaws.partitions.model.CredentialScope
-
Returns the region string to be used when signing a request for an
endpoint.
- getRegion(String) - Method in class com.amazonaws.partitions.PartitionMetadataProvider
-
- getRegion() - Method in class com.amazonaws.regions.AwsEnvVarOverrideRegionProvider
-
- getRegion() - Method in class com.amazonaws.regions.AwsProfileRegionProvider
-
- getRegion() - Method in class com.amazonaws.regions.AwsRegionProvider
-
- getRegion() - Method in class com.amazonaws.regions.AwsRegionProviderChain
-
- getRegion() - Method in class com.amazonaws.regions.AwsSystemPropertyRegionProvider
-
- getRegion(String) - Method in class com.amazonaws.regions.InMemoryRegionsProvider
-
- getRegion() - Method in class com.amazonaws.regions.InstanceMetadataRegionProvider
-
- 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) - Method in interface com.amazonaws.regions.RegionMetadataProvider
-
Returns the region with the name given, if it exists in the metadata
or if it can be derived from the metadata.
- getRegion(String) - Static method in class com.amazonaws.regions.RegionUtils
-
Returns the region with the given regionName and proper partition if found in region metadata.
- getRegion() - Method in class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- getRegionByEndpoint(String) - Method in class com.amazonaws.regions.AbstractRegionMetadataProvider
-
- getRegionByEndpoint(String) - Method in class com.amazonaws.regions.RegionMetadata
-
- getRegionByEndpoint(String) - Method in interface com.amazonaws.regions.RegionMetadataProvider
-
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.
- getRegionMetadataServiceName() - Method in class com.amazonaws.internal.config.HttpClientConfig
-
- getRegionMetadataServiceName() - Method in class com.amazonaws.internal.config.HttpClientConfigJsonHelper
-
- getRegionName() - Method in class com.amazonaws.auth.AWS4Signer
-
Returns the region name that is used when calculating the signature.
- getRegionName() - Method in class com.amazonaws.auth.internal.AWS4SignerRequestParams
-
Returns the AWS region name to be used while computing the signature.
- getRegionName() - Method in class com.amazonaws.auth.SignerParams
-
- getRegionName() - Method in class com.amazonaws.internal.config.HostRegexToRegionMapping
-
- getRegionName() - Method in class com.amazonaws.internal.config.HostRegexToRegionMappingJsonHelper
-
- getRegionName() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns the region name configured for the default AWS SDK metric collector;
or null if the default is to be used.
- getRegionRegex() - Method in class com.amazonaws.partitions.model.Partition
-
Returns the regex for the regions in the partition.
- getRegions() - Method in class com.amazonaws.partitions.model.Partition
-
Returns the set of regions associated with the partition.
- getRegions() - Method in class com.amazonaws.partitions.PartitionMetadataProvider
-
- getRegions() - Method in class com.amazonaws.regions.InMemoryRegionsProvider
-
- 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() - Method in interface com.amazonaws.regions.RegionMetadataProvider
-
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.partitions.PartitionMetadataProvider
-
- getRegionsForService(String) - Method in class com.amazonaws.regions.InMemoryRegionsProvider
-
- getRegionsForService(String) - Method in class com.amazonaws.regions.RegionMetadata
-
Returns a list of the regions that support the service given.
- getRegionsForService(String) - Method in interface com.amazonaws.regions.RegionMetadataProvider
-
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.
- getRegionSigners() - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- 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.
- getRegisteredConnectionManagers() - Static method in class com.amazonaws.http.IdleConnectionReaper
-
- getRemoteSocketAddress() - Method in class com.amazonaws.internal.DelegateSocket
-
- getRemoteSocketAddress() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getRequest() - Method in class com.amazonaws.auth.internal.AWS4SignerRequestParams
-
Returns the request for which the signing needs to be done.
- getRequest() - Method in class com.amazonaws.handlers.HandlerAfterAttemptContext
-
- getRequest() - Method in class com.amazonaws.handlers.HandlerBeforeAttemptContext
-
- getRequest() - Method in class com.amazonaws.http.HttpResponse
-
Returns the original request associated with this response.
- getRequest() - Method in class com.amazonaws.internal.auth.SignerProviderContext
-
- getRequest() - Method in class com.amazonaws.waiters.WaiterExecutionBuilder
-
- getRequest() - Method in class com.amazonaws.waiters.WaiterParameters
-
- 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.
- getRequestClientOptions() - Method in class com.amazonaws.internal.AmazonWebServiceRequestAdapter
-
- getRequestClientOptions() - Method in class com.amazonaws.RequestConfig
-
- getRequestConfig() - Method in class com.amazonaws.client.ClientExecutionParams
-
- getRequestConfig() - Method in class com.amazonaws.internal.auth.SignerProviderContext
-
- 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
-
- getRequestCredentialsProvider() - Method in class com.amazonaws.AmazonWebServiceRequest
-
Returns the optional credentials provider to use to sign this request, overriding the default
credentials provider at the client level.
- getRequestHandler2s() - Method in class com.amazonaws.http.ExecutionContext.Builder
-
- getRequestHandler2s() - Method in class com.amazonaws.http.ExecutionContext
-
- getRequestHandlers() - Method in class com.amazonaws.client.AwsSyncClientParams
-
- getRequestHandlers() - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Gets the list of request handlers in use by the builder.
- getRequestHandlers() - Method in class com.amazonaws.client.builder.AwsClientBuilder.SyncBuilderParams
-
- 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.
- getRequestLatency() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- getRequestMetricCollector() - Method in class com.amazonaws.AmazonWebServiceRequest
-
Returns a request level metric collector; or null if not specified.
- getRequestMetricCollector() - Method in class com.amazonaws.client.AwsSyncClientParams
-
- getRequestMetricCollector() - Method in class com.amazonaws.client.builder.AwsClientBuilder.SyncBuilderParams
-
- getRequestMetricCollector() - Method in class com.amazonaws.http.AmazonHttpClient
-
Returns the httpClientSettings 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
-
- getRequestMetricsCollector() - Method in class com.amazonaws.internal.AmazonWebServiceRequestAdapter
-
- getRequestMetricsCollector() - Method in class com.amazonaws.RequestConfig
-
- 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.
- getRequestTimeout() - Method in class com.amazonaws.ClientConfiguration
-
Returns the amount of time to wait (in milliseconds) for the request to complete before
giving up and timing out.
- getRequestTimeout() - Method in class com.amazonaws.internal.AmazonWebServiceRequestAdapter
-
- getRequestTimeout() - Method in class com.amazonaws.RequestConfig
-
- getRequestType() - Method in class com.amazonaws.internal.AmazonWebServiceRequestAdapter
-
- getRequestType() - Method in class com.amazonaws.RequestConfig
-
- 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() - Method in class com.amazonaws.arn.Arn
-
- getResource() - Method in class com.amazonaws.arn.ArnResource
-
- 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.
- getResourceAsString() - Method in class com.amazonaws.arn.Arn
-
- getResourcePath() - Method in class com.amazonaws.DefaultRequest
-
- getResourcePath() - Method in interface com.amazonaws.ImmutableRequest
-
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.
- getResourceType() - Method in class com.amazonaws.arn.ArnResource
-
- getResponse() - Method in class com.amazonaws.handlers.HandlerAfterAttemptContext
-
- getResponse() - Method in exception com.amazonaws.http.timers.client.SdkInterruptedException
-
- 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.
- getResponseHandler() - Method in class com.amazonaws.client.ClientExecutionParams
-
- getResponseMetadata() - Method in class com.amazonaws.AmazonWebServiceResponse
-
Returns the response metadata for this response.
- getResponseMetadata(Map<String, String>) - Method in class com.amazonaws.http.StaxResponseHandler
-
- 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.
- getRetriesAttempted() - Method in class com.amazonaws.waiters.PollingStrategyContext
-
- getRetryCondition() - Method in class com.amazonaws.retry.RetryPolicy
-
Returns the retry condition included in this retry policy.
- getRetryMode() - Method in class com.amazonaws.ClientConfiguration
-
- getRetryMode() - Method in class com.amazonaws.retry.RetryPolicy
-
- getRetryPolicy() - Method in class com.amazonaws.client.AwsSyncClientParams
-
- getRetryPolicy() - Method in class com.amazonaws.ClientConfiguration
-
Returns the retry policy upon failed requests.
- getRetryPolicy() - Method in class com.amazonaws.internal.CredentialsEndpointProvider
-
Allows the extending class to provide a custom retry policy.
- getReuseAddress() - Method in class com.amazonaws.internal.DelegateSocket
-
- getReuseAddress() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getReuseLastProvider() - Method in class com.amazonaws.auth.AWSCredentialsProviderChain
-
Returns true if this chain will reuse the last successful credentials
provider for future credentials requests, otherwise, false if it will
search through the chain each time.
- getRoleArn() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- getRoleArn() - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
The Amazon Resource Name (ARN) of the role to assume.
- getRoleExternalId() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- getRoleSessionName() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- getRoleSessionName() - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
An identifier for the assumed role session.
- getRoleSourceProfile() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- 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.
- getScope() - Method in class com.amazonaws.auth.internal.AWS4SignerRequestParams
-
Returns the scope of the signing.
- getSdkClientExecutionTimeout() - Method in class com.amazonaws.AmazonWebServiceRequest
-
Returns the amount of time (in milliseconds) to allow the client to complete the execution of
an API call.
- getSdkException() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- getSdkExceptionMessage() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- getSdkFunction() - Method in class com.amazonaws.waiters.WaiterBuilder
-
- getSdkFunction() - Method in class com.amazonaws.waiters.WaiterExecutionBuilder
-
- getSdkHttpMetadata() - Method in class com.amazonaws.AmazonWebServiceResult
-
- getSdkRequestTimeout() - Method in class com.amazonaws.AmazonWebServiceRequest
-
Returns the amount of time to wait (in milliseconds) for the request to complete before
giving up and timing out.
- getSdkResponseMetadata() - Method in class com.amazonaws.AmazonWebServiceResult
-
- getSecureRandom() - Method in class com.amazonaws.ClientConfiguration
-
Returns the instance of
SecureRandom
configured by the user; or the JDK default if it
is null.
- getSecureRandom() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- 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.
- getSendBufferSize() - Method in class com.amazonaws.internal.DelegateSocket
-
- getSendBufferSize() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getService() - Method in class com.amazonaws.arn.Arn
-
- getService() - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
- getService() - Method in class com.amazonaws.partitions.model.CredentialScope
-
Returns the service name string to be used when signing a request for an
endpoint.
- getServiceAbbreviation() - Method in class com.amazonaws.AmazonWebServiceClient
-
- getServiceEndpoint() - Method in class com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration
-
- getServiceEndpoint() - Method in class com.amazonaws.internal.DefaultServiceEndpointBuilder
-
- getServiceEndpoint() - Method in class com.amazonaws.internal.IdentityEndpointBuilder
-
- getServiceEndpoint() - Method in class com.amazonaws.internal.ServiceEndpointBuilder
-
Get the URI of the service endpoint
- getServiceEndpoint(String) - Method in class com.amazonaws.partitions.PartitionRegionImpl
-
Returns the endpoint for the given service.
- getServiceEndpoint(String) - Method in class com.amazonaws.regions.InMemoryRegionImpl
-
- getServiceEndpoint(String) - Method in class com.amazonaws.regions.Region
-
Returns the endpoint for the service given.
- getServiceEndpoint(String) - Method in interface com.amazonaws.regions.RegionImpl
-
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.auth.internal.AWS4SignerRequestParams
-
Returns the AWS Service name to be used while computing the signature.
- getServiceName() - Method in class com.amazonaws.auth.SignerParams
-
- getServiceName() - Method in class com.amazonaws.DefaultRequest
-
- getServiceName() - Method in class com.amazonaws.internal.config.HttpClientConfig
-
- getServiceName() - Method in class com.amazonaws.internal.config.HttpClientConfigJsonHelper
-
- getServiceName() - Method in interface com.amazonaws.metrics.ServiceMetricType
-
- getServiceName() - Method in class com.amazonaws.metrics.SimpleServiceMetricType
-
- getServiceName() - Method in interface com.amazonaws.Request
-
- getServiceName() - Method in enum com.amazonaws.util.AWSServiceMetrics
-
- getServiceNameIntern() - Method in class com.amazonaws.AmazonWebServiceClient
-
- getServiceRegionSigners() - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- getServices() - Method in class com.amazonaws.partitions.model.Partition
-
Returns the set of services supported by the partition.
- getServiceSigners() - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- getSession() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getSessionToken() - Method in interface com.amazonaws.auth.AWSSessionCredentials
-
Returns the session token for this session.
- getSessionToken() - Method in class com.amazonaws.auth.BasicSessionCredentials
-
- getSessionToken() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- getSignatureDate(int) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
Returns the current time minus the given offset in seconds.
- getSignatureVersions() - Method in class com.amazonaws.partitions.model.Endpoint
-
returns the supported signature versions of the endpoint.
- getSignedHeadersString(SignableRequest<?>) - Method in class com.amazonaws.auth.AWS4Signer
-
- getSigner() - Method in class com.amazonaws.AmazonWebServiceClient
-
Deprecated.
- 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.
- getSigner(SignerProviderContext) - Method in class com.amazonaws.auth.StaticSignerProvider
-
- getSigner(SignerProviderContext) - Method in class com.amazonaws.http.ExecutionContext
-
- getSigner(SignerProviderContext) - Method in class com.amazonaws.internal.auth.DefaultSignerProvider
-
- getSigner(SignerProviderContext) - Method in class com.amazonaws.internal.auth.NoOpSignerProvider
-
- getSigner(SignerProviderContext) - Method in class com.amazonaws.internal.auth.SignerProvider
-
- 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
-
Deprecated.
- getSignerConfig(String) - Method in class com.amazonaws.internal.config.InternalConfig
-
Returns the signer configuration for the specified service, not specific to any region.
- getSignerConfig(String, String) - Method in class com.amazonaws.internal.config.InternalConfig
-
Returns the signer configuration for the specified service name and an optional region name.
- getSignerForRetry() - Method in class com.amazonaws.retry.internal.AuthRetryParameters
-
- getSignerOverride() - Method in class com.amazonaws.AmazonWebServiceClient
-
- getSignerOverride() - Method in class com.amazonaws.ClientConfiguration
-
Returns the name of the signature algorithm to use for signing requests made by this client.
- getSignerProvider() - Method in class com.amazonaws.AmazonWebServiceClient
-
- getSignerProvider() - Method in class com.amazonaws.client.AwsSyncClientParams
-
- getSignerProvider() - Method in class com.amazonaws.http.ExecutionContext.Builder
-
- getSignerRegionOverride() - Method in class com.amazonaws.AmazonWebServiceClient
-
Returns the signer region override.
- getSignerType() - Method in interface com.amazonaws.auth.SignerTypeAware
-
- getSignerType() - Method in class com.amazonaws.internal.config.SignerConfig
-
- getSignerType() - Method in class com.amazonaws.internal.config.SignerConfigJsonHelper
-
- getSigningAlgorithm() - Method in class com.amazonaws.auth.internal.AWS4SignerRequestParams
-
Returns the signing algorithm used for computing the signature.
- getSigningDateTimeMilli() - Method in class com.amazonaws.auth.internal.AWS4SignerRequestParams
-
Returns the signing date time in millis for which the signature needs to
be computed.
- getSigningKey() - Method in class com.amazonaws.auth.internal.SignerKey
-
Returns a copy of the signing key.
- getSigningRegion() - Method in class com.amazonaws.AmazonWebServiceClient
-
- getSigningRegion() - Method in class com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration
-
- getSocketBufferSize() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- 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 transferred over an
established, open connection before the connection times out and is closed.
- getSocketTimeout() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getSoLinger() - Method in class com.amazonaws.internal.DelegateSocket
-
- getSoLinger() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getSoTimeout() - Method in class com.amazonaws.internal.DelegateSocket
-
- getSoTimeout() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getSslCommonName() - Method in class com.amazonaws.partitions.model.Endpoint
-
returns the ssl common name for the endpoint.
- 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
-
- getState() - Method in class com.amazonaws.waiters.HttpFailureStatusAcceptor
-
- getState() - Method in class com.amazonaws.waiters.HttpSuccessStatusAcceptor
-
- getState() - Method in class com.amazonaws.waiters.WaiterAcceptor
-
Abstract method to fetch the corresponding state
- getStatements() - Method in class com.amazonaws.auth.policy.Policy
-
Returns the collection of statements contained by this policy.
- getStatusCode() - Method in exception com.amazonaws.AmazonServiceException
-
Returns the HTTP status code that was returned with this service
exception.
- getStatusCode() - Method in class com.amazonaws.http.HttpResponse
-
Returns the HTTP status code (ex: 200, 404, etc) associated with this
response.
- getStatusCode() - Method in class com.amazonaws.retry.internal.CredentialsEndpointRetryParameters
-
- getStatusText() - Method in class com.amazonaws.http.HttpResponse
-
Returns the HTTP status text associated with this response.
- getString() - Method in class com.amazonaws.util.StringInputStream
-
Returns the original string specified when this input stream was
constructed.
- getSubclass() - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
- 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.
- getSupportedCipherSuites() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getSupportedProtocols() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getSyncClientParams() - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
- getTcpNoDelay() - Method in class com.amazonaws.internal.DelegateSocket
-
- getTcpNoDelay() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- 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.ImmutableRequest
-
Returns the optional value for time offset for this request.
- getTimeoutMillis() - Method in class com.amazonaws.internal.ConnectionUtils
-
- getTimestamp() - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
- 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
-
- getTlsKeyManagersProvider() - Method in class com.amazonaws.ClientConfiguration
-
- getTlsKeyMangersProvider() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getTotalStartedThreadCount() - Method in class com.amazonaws.jmx.JmxInfoProviderSupport
-
- getTotalStartedThreadCount() - Method in interface com.amazonaws.jmx.spi.JmxInfoProvider
-
- getTrafficClass() - Method in class com.amazonaws.internal.DelegateSocket
-
- getTrafficClass() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getType() - Method in class com.amazonaws.auth.policy.Condition
-
Returns the type of this condition.
- getType() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- getType() - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- getType() - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
- getUnmarshaller(Class<T>) - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Returns the JsonUnmarshaller for the specified scalar type.
- getUnmarshaller(Class<T>, JsonUnmarshallerContext.UnmarshallerType) - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Returns the JsonUnmarshaller for requested custom unmarshaller type.
- getUnmarshaller(Class<T>) - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- getUnmarshaller(Class<T>, JsonUnmarshallerContext.UnmarshallerType) - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- getUnnotifiedByteCount() - Method in class com.amazonaws.event.ProgressInputStream
-
- getUpdateNumber() - Method in class com.amazonaws.util.JavaVersionParser.JavaVersion
-
- getUri() - Method in class com.amazonaws.internal.auth.SignerProviderContext
-
- getUseClientMode() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getUserAgent() - Method in class com.amazonaws.ClientConfiguration
-
- getUserAgent() - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
- getUserAgent(ClientConfiguration, String) - Static method in class com.amazonaws.util.RuntimeHttpUtils
-
- getUserAgent() - Static method in class com.amazonaws.util.VersionInfoUtils
-
- getUserAgentPrefix() - Method in class com.amazonaws.ClientConfiguration
-
Returns the HTTP user agent header prefix to send with all requests.
- getUserAgentSuffix() - Method in class com.amazonaws.ClientConfiguration
-
Returns the HTTP user agent header suffix to add to the end of the user agent header on all requests.
- getUserAgentTemplate() - Method in class com.amazonaws.internal.config.InternalConfig
-
- getUserAgentTemplate() - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- getUserData() - Static method in class com.amazonaws.util.EC2MetadataUtils
-
Get the metadata sent to the instance
- getValidateAfterInactivityMillis() - Method in class com.amazonaws.ClientConfiguration
-
Returns the amount of time (in milliseconds) that a connection can be idle in the connection pool before it must be
validated to ensure it's still open.
- getValidateAfterInactivityMillis() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- getValue() - Method in class com.amazonaws.transform.MapEntry
-
- 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.monitoring.ApiMonitoringEvent
-
- getVersion() - Method in class com.amazonaws.partitions.model.Partitions
-
returns the version of the json schema for the partition metadata document.
- 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.
- getWantClientAuth() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- getWebIdentityProvider() - Method in enum com.amazonaws.auth.policy.Principal.WebIdentityProviders
-
- getWebIdentityTokenFilePath() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- getWebIdentityTokenFilePath() - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
Get the absolute path to the JWT file that contains a web identity token.
- getWrappedInputStream() - Method in class com.amazonaws.event.ProgressInputStream
-
- getWrappedInputStream() - Method in class com.amazonaws.internal.SdkInputStream
-
Returns the underlying input stream, if any, from the subclass; or null
if there is no underlying input stream.
- getWriter() - Static method in enum com.amazonaws.util.json.Jackson
-
- getxAmzId2() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- getxAmznRequestId() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- getxAmzRequestId() - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- getXmlInputFactory() - Static method in class com.amazonaws.util.XmlUtils
-
- Glacier - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- GREEDY - Static variable in class com.amazonaws.transform.PathMarshallers
-
Marshaller for greedy path labels.
- GREEDY_STRING - Static variable in class com.amazonaws.protocol.json.internal.SimpleTypePathMarshallers
-
Marshallers for Strings bound to a greedy path param.
- greedyPathParamMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class com.amazonaws.protocol.json.internal.MarshallerRegistry.Builder
-
- GuardedBy - Annotation Type in com.amazonaws.annotation
-
Documenting annotation to indicate the field or method on which this is applied can only be accessed
when holding the given lock (identified by value).
- guessRegionForEndpoint(String) - Static method in class com.amazonaws.regions.EndpointToRegion
-
Attempt to convert the provided hostname into a region, returning null if the conversion fails.
- guessRegionForEndpoint(String, String) - Static method in class com.amazonaws.regions.EndpointToRegion
-
Attempt to convert the provided hostname and service hint into a region, returning null if the conversion fails.
- guessRegionFromEndpoint(String, String) - Method in class com.amazonaws.regions.MetadataSupportedRegionFromEndpointProvider
-
- guessRegionFromEndpoint(String, String) - Method in class com.amazonaws.util.endpoint.DefaultRegionFromEndpointResolver
-
- guessRegionFromEndpoint(String, String) - Method in interface com.amazonaws.util.endpoint.RegionFromEndpointResolver
-
Guess the region of a service, based on its endpoint/hostname.
- guessRegionNameForEndpoint(String) - Static method in class com.amazonaws.regions.EndpointToRegion
-
Attempt to convert the provided hostname into a region name, returning null if the conversion fails.
- guessRegionNameForEndpoint(String, String) - Static method in class com.amazonaws.regions.EndpointToRegion
-
Attempt to convert the provided hostname and service hint into a region name, returning null if the conversion fails.
- guessRegionNameForEndpointWithDefault(String, String, String) - Static method in class com.amazonaws.regions.EndpointToRegion
-
Attempt to convert the provided hostname and service hint into a region name, returning null if the conversion fails.
- guessThroughputMetricType(Request<?>, String, String) - Static method in enum com.amazonaws.metrics.internal.ServiceMetricTypeGuesser
-
Returned the best-guessed throughput metric type for the given request,
or null if there is none or if metric is disabled.
- IAM - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- IAMInfo() - Constructor for class com.amazonaws.util.EC2MetadataUtils.IAMInfo
-
- IAMSecurityCredential() - Constructor for class com.amazonaws.util.EC2MetadataUtils.IAMSecurityCredential
-
- IDEMPOTENCY - Static variable in class com.amazonaws.transform.PathMarshallers
-
Marshaller for members marked with the idempotency trait.
- IdempotentUtils - Class in com.amazonaws.util
-
Utility class to manage idempotency token
- IdempotentUtils() - Constructor for class com.amazonaws.util.IdempotentUtils
-
- IdentityEndpointBuilder - Class in com.amazonaws.internal
-
More of a No-Op endpoint builder that just returns the same endpoint it was constructed with
- IdentityEndpointBuilder(URI) - Constructor for class com.amazonaws.internal.IdentityEndpointBuilder
-
- IdleConnectionReaper - Class in com.amazonaws.http
-
Daemon thread to periodically check connection pools for idle connections.
- Immutable - Annotation Type in com.amazonaws.annotation
-
Documenting annotation to indicate a class 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.
- ImmutableRequest<T> - Interface in com.amazonaws
-
Represents a request being sent to an Amazon Web Service, including the
parameters being sent as part of the request, the endpoint to which the
request should be sent, etc.
- ImportExport - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- in - Variable in class com.amazonaws.internal.DelegateInputStream
-
- 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
-
- 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() - Method in class com.amazonaws.monitoring.internal.AsynchronousAgentDispatcher
-
- 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.
- initialize() - Method in class com.amazonaws.util.ReflectionMethodInvoker
-
Initializes the method invoker by finding and caching the target method from the target class that will be used
for subsequent invoke operations.
- initializeFromFile(File) - Static method in class com.amazonaws.regions.RegionUtils
-
Deprecated.
- initializeFromResource(String) - Static method in class com.amazonaws.regions.RegionUtils
-
Deprecated.
- initializeFromResource(Class<?>, String) - Static method in class com.amazonaws.regions.RegionUtils
-
Deprecated.
- initializeFromResource(ClassLoader, String) - Static method in class com.amazonaws.regions.RegionUtils
-
Deprecated.
- initializeFromURI(URI) - Static method in class com.amazonaws.regions.RegionUtils
-
Deprecated.
- initializeFromURI(URI, ClientConfiguration) - Static method in class com.amazonaws.regions.RegionUtils
-
Deprecated.
- initializeWithMetadata(RegionMetadata) - Static method in class com.amazonaws.regions.RegionUtils
-
Directly sets the singleton RegionMetadata
instance.
- InMemoryRegionImpl - Class in com.amazonaws.regions
-
An implementation of
RegionImpl
that holds all information in memory.
- InMemoryRegionImpl(String, String) - Constructor for class com.amazonaws.regions.InMemoryRegionImpl
-
- InMemoryRegionsProvider - Class in com.amazonaws.regions
-
Region metadata provider that holds all data in memory and returns data
from them.
- InMemoryRegionsProvider(List<Region>) - Constructor for class com.amazonaws.regions.InMemoryRegionsProvider
-
- inputStreamForRequest(InputStream, AmazonWebServiceRequest) - Static method in class com.amazonaws.event.ProgressInputStream
-
Deprecated.
- inputStreamForRequest(InputStream, ProgressListener) - Static method in class com.amazonaws.event.ProgressInputStream
-
- inputStreamForResponse(InputStream, AmazonWebServiceRequest) - Static method in class com.amazonaws.event.ProgressInputStream
-
Returns an input stream for response progress tracking purposes.
- inputStreamForResponse(InputStream, ProgressListener) - Static method in class com.amazonaws.event.ProgressInputStream
-
Returns an input stream for response progress tracking purposes.
- inSeconds() - Method in class com.amazonaws.retry.ClockSkewAdjuster.ClockSkewAdjustment
-
- INSTANCE - Static variable in class com.amazonaws.auth.profile.internal.AwsProfileNameLoader
-
- INSTANCE - Static variable in class com.amazonaws.auth.profile.internal.BasicProfileConfigFileLoader
-
- INSTANCE - Static variable in class com.amazonaws.auth.profile.internal.BasicProfileConfigLoader
-
- Instance() - Constructor for class com.amazonaws.auth.SdkClock.Instance
-
- INSTANCE - Static variable in class com.amazonaws.endpointdiscovery.DaemonThreadFactory
-
- INSTANCE - Static variable in class com.amazonaws.http.timers.client.NoOpClientExecutionAbortTrackerTask
-
- INSTANCE - Static variable in class com.amazonaws.http.timers.request.NoOpHttpRequestAbortTaskTracker
-
- InstanceInfo(String, String, String, String, String[], String, String, String, String, String, String, String, String, String[]) - Constructor for class com.amazonaws.util.EC2MetadataUtils.InstanceInfo
-
- InstanceMetadataRegionProvider - Class in com.amazonaws.regions
-
Attempts to load region information from the EC2 Metadata service.
- InstanceMetadataRegionProvider() - Constructor for class com.amazonaws.regions.InstanceMetadataRegionProvider
-
- InstanceMetadataServiceResourceFetcher - Class in com.amazonaws.internal
-
Fetch resources from EC2 Instance Metadata Service.
- 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
-
- INTEGER - Static variable in class com.amazonaws.protocol.json.internal.HeaderMarshallers
-
- INTEGER - Static variable in class com.amazonaws.protocol.json.internal.QueryParamMarshallers
-
- INTEGER - Static variable in class com.amazonaws.protocol.json.internal.SimpleTypeJsonMarshallers
-
- INTEGER - Static variable in class com.amazonaws.protocol.json.internal.SimpleTypePathMarshallers
-
- INTEGER - Static variable in interface com.amazonaws.protocol.MarshallingType
-
- IntegerCborUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeCborUnmarshallers.IntegerCborUnmarshaller
-
- IntegerIonUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeIonUnmarshallers.IntegerIonUnmarshaller
-
- IntegerJsonUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.IntegerJsonUnmarshaller
-
- IntegerStaxUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller
-
- IntegerUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeUnmarshallers.IntegerUnmarshaller
-
- InternalConfig - Class in com.amazonaws.internal.config
-
Internal configuration for the AWS Java SDK.
- InternalConfig.Factory - Class in com.amazonaws.internal.config
-
- InternalConfigJsonHelper - Class in com.amazonaws.internal.config
-
An internal class used to help build
InternalConfig
after this class per se has been
unmarshalled from JSON.
- InternalConfigJsonHelper() - Constructor for class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- 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
-
- invoke(T, Object...) - Method in class com.amazonaws.util.ReflectionMethodInvoker
-
Attempt to invoke the method this proxy targets for on the given object with the given arguments.
- IonErrorCodeParser - Class in com.amazonaws.internal.http
-
- IonErrorCodeParser(IonSystem) - Constructor for class com.amazonaws.internal.http.IonErrorCodeParser
-
- IoT - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- IoTData - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- 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.
- IRequestHandler2 - Interface in com.amazonaws.handlers
-
- isAborted() - Method in class com.amazonaws.internal.SdkFilterInputStream
-
- isAuthenticatedProxy() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- isAutoConstruct() - Method in class com.amazonaws.internal.ListWithAutoConstructFlag
-
Return true if the list is auto constructed by Java SDK
- isAutoConstruct() - Method in class com.amazonaws.internal.SdkInternalList
-
Return true if the list is auto constructed by Java SDK
- isAutoConstruct() - Method in class com.amazonaws.internal.SdkInternalMap
-
Return true if the map is auto constructed by Java SDK; false otherwise.
- isBinary(boolean) - Method in class com.amazonaws.protocol.MarshallingInfo.Builder
-
- isBinary() - Method in class com.amazonaws.protocol.MarshallingInfo
-
- isBound() - Method in class com.amazonaws.internal.DelegateSocket
-
- isBound() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- isByteCountEvent() - Method in enum com.amazonaws.event.ProgressEventType
-
Returns true if this even type is associated with some number of bytes;
false otherwise.
- isCborDisabled() - Static method in class com.amazonaws.SDKGlobalConfiguration
-
- isCertCheckingDisabled() - Static method in class com.amazonaws.SDKGlobalConfiguration
-
- isChunked() - Method in class com.amazonaws.http.RepeatableInputStreamRequestEntity
-
- isClockSkewError(SdkBaseException) - Static method in class com.amazonaws.retry.RetryUtils
-
Returns true if the specified exception is definitely a clock skew error.
- isClockSkewError(AmazonServiceException) - Static method in class com.amazonaws.retry.RetryUtils
-
Returns true if the specified exception is definitely a clock skew error.
- isClosed() - Method in class com.amazonaws.internal.DelegateSocket
-
- isClosed() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- isCloseDisabled() - Method in class com.amazonaws.internal.ReleasableInputStream
-
Returns true if the close method has been disabled; false otherwise.
- isConnected() - Method in class com.amazonaws.internal.DelegateSocket
-
- isConnected() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- isCsmEnabled() - Method in class com.amazonaws.AmazonWebServiceClient
-
- isDebugEnabled() - Method in class com.amazonaws.log.CommonsLog
-
- isDebugEnabled() - Method in interface com.amazonaws.log.InternalLogApi
-
Is debug logging currently enabled?
- isDefaultMarshallerForType(Class<?>) - Method in interface com.amazonaws.protocol.MarshallingType
-
Determine whether this marshalling type is the default marshaller for the provided class.
- isDefaultMetricsEnabled() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
- isDisableHostPrefixInjection() - Method in class com.amazonaws.ClientConfiguration
-
Returns the boolean value to indicate if the host prefix injection is disabled or not.
- isDisableStrictHostnameVerification() - Method in class com.amazonaws.client.ClientHandlerParams
-
- isEc2MetadataDisabled() - Static method in class com.amazonaws.SDKGlobalConfiguration
-
- isEmpty() - Method in class com.amazonaws.internal.SdkInternalMap
-
- 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 interface com.amazonaws.http.timers.client.ClientExecutionAbortTask
-
- isEnabled() - Method in class com.amazonaws.http.timers.client.ClientExecutionAbortTaskImpl
-
- isEnabled() - Method in interface com.amazonaws.http.timers.client.ClientExecutionAbortTrackerTask
-
- isEnabled() - Method in class com.amazonaws.http.timers.client.ClientExecutionAbortTrackerTaskImpl
-
- isEnabled() - Method in class com.amazonaws.http.timers.client.NoOpClientExecutionAbortTrackerTask
-
- isEnabled() - Method in interface com.amazonaws.http.timers.request.HttpRequestAbortTask
-
- isEnabled() - Method in class com.amazonaws.http.timers.request.HttpRequestAbortTaskImpl
-
- isEnabled() - Method in interface com.amazonaws.http.timers.request.HttpRequestAbortTaskTracker
-
- isEnabled() - Method in class com.amazonaws.http.timers.request.HttpRequestAbortTaskTrackerImpl
-
- isEnabled() - Method in class com.amazonaws.http.timers.request.NoOpHttpRequestAbortTaskTracker
-
- 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.monitoring.CsmConfiguration
-
true
if client side monitoring is enabled, false
otherwise.
- 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.
- isEndpointDiscoveryEnabled() - Method in class com.amazonaws.internal.config.EndpointDiscoveryConfig
-
- isEndpointDiscoveryEnabled() - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- isEndpointOverridden - Variable in class com.amazonaws.AmazonWebServiceClient
-
A boolean flag that indicates whether the endpoint has been overridden either on construction or later mutated
due to a call to setEndpoint().
- isEndpointOverridden() - Method in class com.amazonaws.AmazonWebServiceClient
-
Returns a flag that indicates whether the endpoint for this client has been overridden or not.
- 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?
- isExplicitPayloadMember(boolean) - Method in class com.amazonaws.protocol.MarshallingInfo.Builder
-
- isExplicitPayloadMember() - Method in class com.amazonaws.protocol.MarshallingInfo
-
- isFakeIOException() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- isFastFailRateLimiting() - Method in class com.amazonaws.retry.RetryPolicy
-
Whether the client should fail immediately when
RetryMode.ADAPTIVE
is enabled, and there is not enough
capacity in the rate limiter to execute the request immediately.
- isFatalEnabled() - Method in class com.amazonaws.log.CommonsLog
-
- isFatalEnabled() - Method in interface com.amazonaws.log.InternalLogApi
-
Is fatal logging currently enabled?
- isHasStreamingSuccessResponse() - Method in class com.amazonaws.protocol.json.JsonOperationMetadata
-
- isHostNameMatching(String) - Method in class com.amazonaws.internal.config.HostRegexToRegionMapping
-
- isHttpSocketReadMetricEnabled() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Returns true if HttpSocketReadMetric is enabled; false otherwise.
- isInfoEnabled() - Method in class com.amazonaws.log.CommonsLog
-
- isInfoEnabled() - Method in interface com.amazonaws.log.InternalLogApi
-
Is info logging currently enabled?
- isInitialized() - Method in class com.amazonaws.util.ReflectionMethodInvoker
-
Gets the initialization state of the invoker.
- isInputShutdown() - Method in class com.amazonaws.internal.DelegateSocket
-
- isInputShutdown() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- isInRegionOptimizedModeEnabled() - Static method in class com.amazonaws.SDKGlobalConfiguration
-
- isInsideResponseHeader() - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Returns true if the JsonUnmarshallerContext
is involved in
parsing response headers.
- isInsideResponseHeader() - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- isInsideResponseHeader() - Method in class com.amazonaws.transform.StaxUnmarshallerContext
-
- isIonBinaryDisabled() - Static method in class com.amazonaws.SDKGlobalConfiguration
-
- 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.
- isMasterSecretValid(Socket) - Method in interface com.amazonaws.http.conn.ssl.MasterSecretValidators.MasterSecretValidator
-
- isMasterSecretValid(Socket) - Method in class com.amazonaws.http.conn.ssl.MasterSecretValidators.NoOpMasterSecretValidator
-
- isMasterSecretValid(Socket) - Method in class com.amazonaws.http.conn.ssl.privileged.PrivilegedMasterSecretValidator
-
Double check the master secret of an SSL session is not null
- 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 interface com.amazonaws.internal.MetricAware
-
Returns true if this object or one of it's inner wrapped objects has
metrics gathering activity turned on; false otherwise.
- isMetricActivated() - Method in class com.amazonaws.internal.SdkBufferedInputStream
-
- isMetricActivated() - Method in class com.amazonaws.internal.SdkDigestInputStream
-
- isMetricActivated() - Method in class com.amazonaws.internal.SdkFilterInputStream
-
- isMetricActivated() - Method in class com.amazonaws.internal.SdkFilterOutputStream
-
- isMetricActivated() - Method in class com.amazonaws.internal.SdkInputStream
-
- 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.
- isNotType() - Method in class com.amazonaws.auth.policy.Resource
-
Returns whether this Resource is a NotResource element, which explicitly matches everything except the specified
list of resources.
- isNullOrEmpty(Collection<T>) - Static method in class com.amazonaws.util.CollectionUtils
-
- isNullOrEmpty(String) - Static method in class com.amazonaws.util.StringUtils
-
- ISO8601_DATE_FORMAT_WITH_OFFSET - Static variable in class com.amazonaws.util.DateUtils
-
ISO 8601 format with a UTC Offset
- iso8601DateFormat - Static variable in class com.amazonaws.util.DateUtils
-
ISO 8601 format
- isOutputShutdown() - Method in class com.amazonaws.internal.DelegateSocket
-
- isOutputShutdown() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- isPartitionWideEndpointAvailable() - Method in class com.amazonaws.partitions.model.Service
-
A convienient method that returns true if a service has a partition
wide endpoint available.
- isPayloadJson() - Method in class com.amazonaws.protocol.json.JsonOperationMetadata
-
- 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
- isPreemptiveBasicProxyAuth() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- isProcessBasedProfile() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- isProfilingEnabled() - Static method in class com.amazonaws.AmazonWebServiceClient
-
- isProxyEnabled() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- isRedirect() - Method in class com.amazonaws.internal.auth.SignerProviderContext
-
- isRegionalized() - Method in class com.amazonaws.partitions.model.Service
-
returns true if the service is regionalized.
- 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.
- isRepeatable() - Method in class com.amazonaws.http.RepeatableInputStreamRequestEntity
-
Returns true if the underlying InputStream supports marking/reseting or
if the underlying InputStreamRequestEntity is repeatable (i.e.
- 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(SdkBaseException) - Static method in class com.amazonaws.retry.RetryUtils
-
Returns true if the specified exception is a request entity too large error.
- 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.
- isRequestSuccessful(HttpResponse) - Static method in class com.amazonaws.http.apache.utils.ApacheUtils
-
Checks if the request was successful or not based on the status code.
- 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.
- isRetryable(RetryPolicyContext) - Method in class com.amazonaws.retry.RetryPolicyAdapter
-
- isRetryableServiceException(SdkBaseException) - Static method in class com.amazonaws.retry.RetryUtils
-
Returns true if the specified exception is a retryable service side exception.
- isRetryableServiceException(AmazonServiceException) - Static method in class com.amazonaws.retry.RetryUtils
-
Returns true if the specified exception is a retryable service side exception.
- isRoleBasedProfile() - Method in class com.amazonaws.auth.profile.internal.BasicProfile
-
- isServiceSupported(String) - Method in class com.amazonaws.partitions.PartitionRegionImpl
-
Returns true if the service is explicitly enabled for a region or a
service is partition wide enabled.
- isServiceSupported(String) - Method in class com.amazonaws.regions.InMemoryRegionImpl
-
- isServiceSupported(String) - Method in class com.amazonaws.regions.Region
-
Returns whether the given service is supported in this region.
- isServiceSupported(String) - Method in interface com.amazonaws.regions.RegionImpl
-
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.
- isSkipAppendUriPath() - Method in class com.amazonaws.RequestClientOptions
-
- isStartEpochTimeMilliKnown() - Method in class com.amazonaws.util.TimingInfo
-
- isStartOfDocument() - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Returns true if parsing of the Json document is yet to start.
- isStartOfDocument() - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- isStartOfDocument() - Method in class com.amazonaws.transform.StaxUnmarshallerContext
-
Returns true if this unmarshaller context is at the very beginning of a
source document (i.e.
- isStripAwsPrincipalIdHyphensEnabled() - Method in class com.amazonaws.auth.policy.PolicyReaderOptions
-
Whether AWS principal IDs should have hyphens removed in their name.
- isSupportedProperty(String) - Method in class com.amazonaws.auth.profile.internal.AbstractProfilesConfigFileScanner
-
Hook to allow subclasses to determine which properties are supported and which aren't.
- isSupportsCbor() - Method in class com.amazonaws.protocol.json.JsonClientMetadata
-
- isSupportsIon() - Method in class com.amazonaws.protocol.json.JsonClientMetadata
-
- 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.ProgressListener.NoOpProgressListener
-
- isSyncCallSafe() - Method in class com.amazonaws.event.ProgressListenerChain
-
- isSyncCallSafe() - Method in class com.amazonaws.event.SyncProgressListener
-
Always returns true.
- isThrottlingException(SdkBaseException) - Static method in class com.amazonaws.retry.RetryUtils
-
Returns true if the specified exception is a throttling error.
- 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.
- isUseExpectContinue() - Method in class com.amazonaws.ClientConfiguration
-
Returns the use expect continue flag
- isUseExpectContinue() - Method in class com.amazonaws.http.settings.HttpClientSettings
-
- 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?
- isWindows() - Static method in class com.amazonaws.util.Platform
-
Determine whether the current operation system seems to be Windows.
- 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.
- parseErrorCode(HttpResponse, JsonContent) - Method in class com.amazonaws.internal.http.CompositeErrorCodeParser
-
- parseErrorCode(HttpResponse, JsonContent) - Method in interface com.amazonaws.internal.http.ErrorCodeParser
-
- parseErrorCode(HttpResponse, JsonContent) - Method in class com.amazonaws.internal.http.IonErrorCodeParser
-
- parseErrorCode(HttpResponse, JsonContent) - Method in class com.amazonaws.internal.http.JsonErrorCodeParser
-
Parse the error code from the response.
- parseErrorCode(Node) - Method in class com.amazonaws.transform.LegacyErrorUnmarshaller
-
Returns the AWS error code for the specified error response.
- parseErrorCode(Node, XPath) - Method in class com.amazonaws.transform.LegacyErrorUnmarshaller
-
- parseErrorCode(Node) - Method in class com.amazonaws.transform.StandardErrorUnmarshaller
-
Returns the AWS error code for the specified error response.
- parseErrorCode(Node, XPath) - Method in class com.amazonaws.transform.StandardErrorUnmarshaller
-
- parseErrorMessage(JsonNode) - Method in class com.amazonaws.internal.http.JsonErrorMessageParser
-
- parseErrorMessage(HttpResponse, JsonNode) - Method in class com.amazonaws.internal.http.JsonErrorMessageParser
-
Parse the error message from the response.
- 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.
- parseJavaVersion(String) - Static method in class com.amazonaws.util.JavaVersionParser
-
- parseRegion(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.
- parseRegionFromAfterServiceName(String, String) - Static method in class com.amazonaws.util.AwsHostNameUtils
-
Parse the region by looking for the service name in the hostname and assuming anything that follows it (separated by
a .
- parseRegionFromAwsPartitionPattern(String) - Static method in class com.amazonaws.util.AwsHostNameUtils
-
Parse the region from the host name, if it's in the standard AWS parition (ending in amazonaws.com).
- parseRegionFromInternalConfig(String) - Static method in class com.amazonaws.util.AwsHostNameUtils
-
Parse the region from the host name using any internal configuration regex patterns that are available.
- 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
-
- parseRegionUsingServiceHint(String, String) - Static method in class com.amazonaws.util.AwsHostNameUtils
-
Parse the region using service-specific logic from the host name.
- parseRFC822Date(String) - Static method in class com.amazonaws.util.DateUtils
-
Parses the specified date string as an RFC 822 date and returns the Date
object.
- parseServiceName(URI) - Static method in class com.amazonaws.util.AwsHostNameUtils
-
Deprecated.
- parseServiceSpecificDate(String) - Static method in class com.amazonaws.util.DateUtils
-
Parses the given date string returned by the AWS service into a Date
object.
- parseUnixTimestampInMillis(String) - Static method in class com.amazonaws.util.DateUtils
-
- 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
-
- Partition - Class in com.amazonaws.partitions.model
-
This class models a AWS partition and contains all metadata about it.
- Partition(String, Map<String, Region>, Map<String, Service>) - Constructor for class com.amazonaws.partitions.model.Partition
-
- PartitionMetadataProvider - Class in com.amazonaws.partitions
-
Region metadata provider based on partitions.
- PartitionMetadataProvider(List<Partition>) - Constructor for class com.amazonaws.partitions.PartitionMetadataProvider
-
- PartitionRegionImpl - Class in com.amazonaws.partitions
-
A region implementation backed by the partition.
- PartitionRegionImpl(String, Partition) - Constructor for class com.amazonaws.partitions.PartitionRegionImpl
-
- Partitions - Class in com.amazonaws.partitions.model
-
Metadata of all partitions.
- Partitions(String, List<Partition>) - Constructor for class com.amazonaws.partitions.model.Partitions
-
- PARTITIONS_OVERRIDE_RESOURCE_PATH - Static variable in class com.amazonaws.partitions.PartitionsLoader
-
override class path from where all partition files are loaded.
- PARTITIONS_RESOURCE_PATH - Static variable in class com.amazonaws.partitions.PartitionsLoader
-
class path from where all partition files are loaded.
- PartitionsLoader - Class in com.amazonaws.partitions
-
Loads all the partition files into memory.
- PartitionsLoader() - Constructor for class com.amazonaws.partitions.PartitionsLoader
-
- path(JsonNode, JsonNode) - Static method in class com.amazonaws.waiters.AcceptorPathMatcher
-
Path matcher that checks if the final result
matches the expected result
- pathAll(JsonNode, JsonNode) - Static method in class com.amazonaws.waiters.AcceptorPathMatcher
-
PathAll matcher that checks if each element of the final
result matches the expected result
- pathAny(JsonNode, JsonNode) - Static method in class com.amazonaws.waiters.AcceptorPathMatcher
-
PathAny matcher that checks if any element of the final
result matches the expected result
- PathMarshallers - Class in com.amazonaws.transform
-
- PathMarshallers() - Constructor for class com.amazonaws.transform.PathMarshallers
-
- PathMarshallers.PathMarshaller - Interface in com.amazonaws.transform
-
Interface for marshalling to a path parameter.
- pathParamMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class com.amazonaws.protocol.json.internal.MarshallerRegistry.Builder
-
- payloadMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class com.amazonaws.protocol.json.internal.MarshallerRegistry.Builder
-
- peek() - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Returns the JsonToken which is to be parsed next.
- peek() - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- Platform - Class in com.amazonaws.util
-
- 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.
- POLICY_ID - Static variable in class com.amazonaws.auth.policy.internal.JsonDocumentFields
-
- PolicyReaderOptions - Class in com.amazonaws.auth.policy
-
- PolicyReaderOptions() - Constructor for class com.amazonaws.auth.policy.PolicyReaderOptions
-
- PolicyUtils - Class in com.amazonaws.util
-
Utility methods related to IAM policies
- PolicyUtils() - Constructor for class com.amazonaws.util.PolicyUtils
-
- PollingStrategy - Class in com.amazonaws.waiters
-
- PollingStrategy(PollingStrategy.RetryStrategy, PollingStrategy.DelayStrategy) - Constructor for class com.amazonaws.waiters.PollingStrategy
-
Constructs a new PollingStrategy with RetryStrategy
and DelayStrategy defined
- PollingStrategy.DelayStrategy - Interface in com.amazonaws.waiters
-
The hook for providing custom delay strategy to control the sleep time
between retries.
- PollingStrategy.RetryStrategy - Interface in com.amazonaws.waiters
-
The hook for providing custom condition on whether polling of a resource
should be retried.
- PollingStrategyContext - Class in com.amazonaws.waiters
-
- pollResource() - Method in class com.amazonaws.waiters.WaiterExecution
-
Polls until a specified resource transitions into either success or failure state or
until the specified number of retries has been made.
- PredefinedBackoffStrategies - Class in com.amazonaws.retry
-
This class includes a set of pre-defined backoff policies.
- PredefinedBackoffStrategies() - Constructor for class com.amazonaws.retry.PredefinedBackoffStrategies
-
- PredefinedBackoffStrategies.EqualJitterBackoffStrategy - Class in com.amazonaws.retry
-
- PredefinedBackoffStrategies.ExponentialBackoffStrategy - Class in com.amazonaws.retry
-
- PredefinedBackoffStrategies.FullJitterBackoffStrategy - Class in com.amazonaws.retry
-
- PredefinedBackoffStrategies.SDKDefaultBackoffStrategy - Class in com.amazonaws.retry
-
A private class that implements the default back-off strategy.
- PredefinedClientConfigurations - Class in com.amazonaws
-
- PredefinedClientConfigurations() - Constructor for class com.amazonaws.PredefinedClientConfigurations
-
- 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.
- 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
-
- presign(Request<?>, Date) - Method in class com.amazonaws.auth.presign.PresignerFacade
-
- PRESIGN_URL_MAX_EXPIRATION_SECONDS - Static variable in class com.amazonaws.auth.internal.SignerConstants
-
Seconds in a week, which is the max expiration time Sig-v4 accepts
- 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.
- PresignerFacade - Class in com.amazonaws.auth.presign
-
Really thin facade over
Presigner
to deal with some common concerns like credential resolution, adding custom headers
and query params to be included in signing, and conversion to a usable URL.
- PresignerFacade(PresignerParams) - Constructor for class com.amazonaws.auth.presign.PresignerFacade
-
- PresignerFacade.PresigningRequest - Class in com.amazonaws.auth.presign
-
Empty request object useful for setting request level credentials without having the user facing presiging request extend
from
AmazonWebServiceRequest
.
- PresignerParams - Class in com.amazonaws.auth.presign
-
Params object passed to the presigner extension class for a service client and also for
PresignerFacade
.
- PresignerParams(URI, AWSCredentialsProvider, SignerProvider, SdkClock) - Constructor for class com.amazonaws.auth.presign.PresignerParams
-
- PresignerParams.Builder - Class in com.amazonaws.auth.presign
-
- PresigningRequest() - Constructor for class com.amazonaws.auth.presign.PresignerFacade.PresigningRequest
-
- 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 - Static variable in class com.amazonaws.auth.policy.internal.JsonDocumentFields
-
- Principal - Class in com.amazonaws.auth.policy
-
A principal is an AWS account or AWS web service, 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.
- PrivilegedMasterSecretValidator - Class in com.amazonaws.http.conn.ssl.privileged
-
- PrivilegedMasterSecretValidator() - Constructor for class com.amazonaws.http.conn.ssl.privileged.PrivilegedMasterSecretValidator
-
- process(HttpResponse, HttpContext) - Method in class com.amazonaws.http.apache.client.impl.CRC32ChecksumResponseInterceptor
-
- ProcessCredentialsProvider - Class in com.amazonaws.auth
-
A credentials provider that can load credentials from an external process.
- ProcessCredentialsProvider.Builder - Class in com.amazonaws.auth
-
- 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.
- Profile - Class in com.amazonaws.auth.profile.internal
-
Deprecated.
- Profile(String, AWSCredentials) - Constructor for class com.amazonaws.auth.profile.internal.Profile
-
Deprecated.
- Profile(String, String, AWSCredentialsProvider, RoleInfo) - Constructor for class com.amazonaws.auth.profile.internal.Profile
-
Deprecated.
- Profile(String, Map<String, String>, AWSCredentialsProvider) - Constructor for class com.amazonaws.auth.profile.internal.Profile
-
Deprecated.
- ProfileAssumeRoleCredentialsProvider - Class in com.amazonaws.auth.profile.internal
-
- ProfileAssumeRoleCredentialsProvider(ProfileCredentialsService, AllProfiles, BasicProfile) - Constructor for class com.amazonaws.auth.profile.internal.ProfileAssumeRoleCredentialsProvider
-
- 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.
- ProfileCredentialsService - Interface in com.amazonaws.auth.profile.internal.securitytoken
-
- ProfileCsmConfigurationProvider - Class in com.amazonaws.monitoring
-
Configuration provider that sources the client side monitoring configuration
parameters from the configured profile in the shared AWS config file.
- ProfileCsmConfigurationProvider() - Constructor for class com.amazonaws.monitoring.ProfileCsmConfigurationProvider
-
No-arg constructor.
- ProfileCsmConfigurationProvider(String) - Constructor for class com.amazonaws.monitoring.ProfileCsmConfigurationProvider
-
Create an instance that loads the configuration from the given profile
name.
- ProfileCsmConfigurationProvider(String, AwsProfileFileLocationProvider) - Constructor for class com.amazonaws.monitoring.ProfileCsmConfigurationProvider
-
Create an instance that loads the configuration from the given profile
name and config file location.
- ProfileKeyConstants - Class in com.amazonaws.auth.profile.internal
-
Keys the Java SDK uses in the CLI credentials and config files.
- ProfileKeyConstants() - Constructor for class com.amazonaws.auth.profile.internal.ProfileKeyConstants
-
- ProfileProcessCredentialsProvider - Class in com.amazonaws.auth.profile.internal
-
- ProfileProcessCredentialsProvider(BasicProfile) - Constructor for class com.amazonaws.auth.profile.internal.ProfileProcessCredentialsProvider
-
- 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(String, ProfileCredentialsService) - 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.
- ProfilesConfigFile(File, ProfileCredentialsService) - 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
-
- ProfileStaticCredentialsProvider - Class in com.amazonaws.auth.profile.internal
-
- ProfileStaticCredentialsProvider(BasicProfile) - Constructor for class com.amazonaws.auth.profile.internal.ProfileStaticCredentialsProvider
-
- 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 class com.amazonaws.event.ProgressListener.NoOpProgressListener
-
- 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.NoOpProgressListener - Class in com.amazonaws.event
-
- 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.
- protocol(Protocol) - Method in class com.amazonaws.protocol.OperationInfo.Builder
-
- protocol() - Method in class com.amazonaws.protocol.OperationInfo
-
- Protocol - Enum in com.amazonaws.protocol
-
Supported protocols for the new marshalling style.
- protocolHandler(JsonProtocolMarshaller) - Method in class com.amazonaws.protocol.json.internal.JsonMarshallerContext.Builder
-
- protocolHandler() - Method in class com.amazonaws.protocol.json.internal.JsonMarshallerContext
-
- ProtocolMarshaller - Interface in com.amazonaws.protocol
-
Interface used by generated marshallers to marshall a Java POJO.
- ProtocolRequestMarshaller<OrigRequest> - Interface in com.amazonaws.protocol
-
Interface used by generated marshallers to transform a Java POJO in a
Request
object which represents an HTTP request.
- ProxyAuthenticationMethod - Enum in com.amazonaws
-
Methods by which the SDK can authenticate against an HTTP proxy.
- 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 interface com.amazonaws.cache.Cache
-
- put(AdvancedConfig.Key<T>, T) - Method in class com.amazonaws.client.builder.AdvancedConfig.Builder
-
- put(String, AmazonWebServiceRequest, Map<String, String>, URI) - Method in class com.amazonaws.endpointdiscovery.EndpointDiscoveryIdentifiersRefreshCache
-
Abstract method to be implemented by each service to handle storing endpoints
in it's cache.
- put(String, Map<String, String>, URI) - Method in class com.amazonaws.endpointdiscovery.EndpointDiscoveryRefreshCache
-
Abstract method to be implemented by each service to handle storing endpoints
in it's cache.
- put(K, V) - Method in class com.amazonaws.internal.SdkInternalMap
-
- 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
-
- putAdvancedConfig(AdvancedConfig.Key<T>, T) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets the value of an advanced config option.
- putAll(Map<? extends K, ? extends V>) - Method in class com.amazonaws.internal.SdkInternalMap
-
- 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.
- putCustomQueryParameter(String, String) - Method in class com.amazonaws.AmazonWebServiceRequest
-
Add a custom query parameter for the request.
- 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.
- RDS - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- read() - Method in class com.amazonaws.event.ProgressInputStream
-
- read(byte[], int, int) - Method in class com.amazonaws.event.ProgressInputStream
-
- read() - Method in class com.amazonaws.internal.DelegateInputStream
-
- read(byte[]) - Method in class com.amazonaws.internal.DelegateInputStream
-
- read(byte[], int, int) - Method in class com.amazonaws.internal.DelegateInputStream
-
- read() - Method in class com.amazonaws.internal.MetricsInputStream
-
Record the read time into the metrics.
- read(byte[]) - Method in class com.amazonaws.internal.MetricsInputStream
-
Record the read time into the metrics.
- read(byte[], int, int) - Method in class com.amazonaws.internal.MetricsInputStream
-
Record the read time into the metrics.
- read() - Method in class com.amazonaws.internal.ResettableInputStream
-
- read(byte[], int, int) - Method in class com.amazonaws.internal.ResettableInputStream
-
- read() - Method in class com.amazonaws.internal.SdkBufferedInputStream
-
- read(byte[], int, int) - Method in class com.amazonaws.internal.SdkBufferedInputStream
-
- read() - Method in class com.amazonaws.internal.SdkFilterInputStream
-
- read(byte[], int, int) - Method in class com.amazonaws.internal.SdkFilterInputStream
-
- read(byte[], int, int) - Method in class com.amazonaws.metrics.MetricFilterInputStream
-
- read() - Method in class com.amazonaws.util.CountingInputStream
-
- read(byte[], int, int) - Method in class com.amazonaws.util.CountingInputStream
-
- read() - Method in class com.amazonaws.util.CRC32ChecksumCalculatingInputStream
-
- read(byte[], int, int) - Method in class com.amazonaws.util.CRC32ChecksumCalculatingInputStream
-
- read() - Method in class com.amazonaws.util.LengthCheckInputStream
- read(byte[], int, int) - Method in class com.amazonaws.util.LengthCheckInputStream
- read() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- read(byte[], int, int) - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- ReadLimitInfo - Interface in com.amazonaws
-
- readResource(String) - Method in class com.amazonaws.internal.EC2MetadataClient
-
Deprecated.
Connects to the metadata service to read the specified resource and
returns the text contents.
- readResource(URI, CredentialsEndpointRetryPolicy, Map<String, String>) - Method in class com.amazonaws.internal.EC2ResourceFetcher
-
- readResource(URI) - Method in class com.amazonaws.internal.EC2ResourceFetcher
-
- readResource(URI, CredentialsEndpointRetryPolicy) - Method in class com.amazonaws.internal.EC2ResourceFetcher
-
- readResource(URI, CredentialsEndpointRetryPolicy, Map<String, String>) - Method in class com.amazonaws.internal.InstanceMetadataServiceResourceFetcher
-
Connects to the given endpoint to read the resource
and returns the text contents.
- readText() - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Returns the text of the current token, or throws an exception if the
current token does not contain text (ex: '{', '}', etc.).
- readText() - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- readText() - Method in class com.amazonaws.transform.StaxUnmarshallerContext
-
Returns the text contents of the current element being parsed.
- RedShift - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- REFERER_CONDITION_KEY - Static variable in class com.amazonaws.auth.policy.conditions.ConditionFactory
-
Condition key for the referer specified by a request.
- ReflectionMethodInvoker<T,R> - Class in com.amazonaws.util
-
This class acts as a proxy to invoke a specific method on objects of a specific class.
- ReflectionMethodInvoker(Class<T>, Class<R>, String, Class<?>...) - Constructor for class com.amazonaws.util.ReflectionMethodInvoker
-
Construct an instance of ReflectionMethodInvoker
.
- refresh() - Method in interface com.amazonaws.auth.AWSCredentialsProvider
-
Forces this credentials provider to refresh its credentials.
- refresh() - Method in class com.amazonaws.auth.AWSCredentialsProviderChain
-
- refresh() - Method in class com.amazonaws.auth.AWSStaticCredentialsProvider
-
- refresh() - Method in class com.amazonaws.auth.ClasspathPropertiesFileCredentialsProvider
-
- refresh() - Method in class com.amazonaws.auth.ContainerCredentialsProvider
-
- refresh() - Method in class com.amazonaws.auth.EC2ContainerCredentialsProviderWrapper
-
- refresh() - Method in class com.amazonaws.auth.EnvironmentVariableCredentialsProvider
-
- refresh() - Method in class com.amazonaws.auth.InstanceProfileCredentialsProvider
-
- refresh() - Method in class com.amazonaws.auth.ProcessCredentialsProvider
-
- refresh() - Method in class com.amazonaws.auth.profile.internal.ProfileAssumeRoleCredentialsProvider
-
- refresh() - Method in class com.amazonaws.auth.profile.internal.ProfileProcessCredentialsProvider
-
- refresh() - Method in class com.amazonaws.auth.profile.internal.ProfileStaticCredentialsProvider
-
- refresh() - Method in class com.amazonaws.auth.profile.internal.securitytoken.STSProfileCredentialsServiceProvider
-
- refresh() - Method in class com.amazonaws.auth.profile.ProfileCredentialsProvider
-
- refresh() - Method in class com.amazonaws.auth.profile.ProfilesConfigFile
-
Reread data from disk.
- refresh() - Method in class com.amazonaws.auth.PropertiesFileCredentialsProvider
-
- refresh() - Method in class com.amazonaws.auth.SystemPropertiesCredentialsProvider
-
- refresh() - Method in class com.amazonaws.auth.WebIdentityTokenCredentialsProvider
-
- refresh() - Method in class com.amazonaws.internal.StaticCredentialsProvider
-
Deprecated.
- refreshCredentials() - Method in interface com.amazonaws.auth.AWSRefreshableSessionCredentials
-
Forces a refresh of these session credentials.
- REGION - Static variable in class com.amazonaws.auth.profile.internal.ProfileKeyConstants
-
AWS Region to use when creating clients.
- region - Variable in class com.amazonaws.monitoring.ApiMonitoringEvent
-
- Region - Class in com.amazonaws.partitions.model
-
Metadata about a region in partition.
- Region(String) - Constructor for class com.amazonaws.partitions.model.Region
-
- Region - Class in com.amazonaws.regions
-
Metadata for an AWS region, including its name and what services
are available in it.
- Region(RegionImpl) - Constructor for class com.amazonaws.regions.Region
-
- RegionAwareSigner - Interface in com.amazonaws.auth
-
A signer that needs to know which region it is talking to.
- RegionFromEndpointResolver - Interface in com.amazonaws.util.endpoint
-
A resolver that attempts to guess the region based on a service's host name.
- RegionFromEndpointResolverAwareSigner - Interface in com.amazonaws.auth
-
- RegionImpl - Interface in com.amazonaws.regions
-
Interface for an region implementation.
- RegionMetadata - Class in com.amazonaws.regions
-
A collection of metadata about a set of regions and the services they
contain.
- RegionMetadata(List<Region>) - Constructor for class com.amazonaws.regions.RegionMetadata
-
Creates a new RegionMetadata object from the given list of regions.
- RegionMetadata(RegionMetadataProvider) - Constructor for class com.amazonaws.regions.RegionMetadata
-
- RegionMetadataFactory - Class in com.amazonaws.regions
-
- RegionMetadataParser - Class in com.amazonaws.regions
-
Parses a region metadata file to pull out information about the
available regions, names, IDs, and what service endpoints are available
in each region.
- RegionMetadataParser() - Constructor for class com.amazonaws.regions.RegionMetadataParser
-
- RegionMetadataProvider - Interface in com.amazonaws.regions
-
- regionName - Variable in class com.amazonaws.auth.AWS4Signer
-
Region name override for use when the endpoint can't be used to determine
the region name.
- Regions - Enum in com.amazonaws.regions
-
Enumeration of region names
- REGIONS_FILE_OVERRIDE_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
Path to an override file for the region metadata loaded by the SDK
that maps service/region pairs to endpoints and vice versa.
- RegionUtils - Class in com.amazonaws.regions
-
Utilities for working with regions.
- RegionUtils() - Constructor for class com.amazonaws.regions.RegionUtils
-
- register(ThreadLocal<T>) - Static method in class com.amazonaws.internal.SdkThreadLocalsRegistry
-
- registerAdditionalMetadataExpressions(JsonUnmarshallerContext) - Method in class com.amazonaws.http.JsonResponseHandler
-
Hook for subclasses to override in order to collect additional metadata from service
responses.
- registerAdditionalMetadataExpressions(StaxUnmarshallerContext) - Method in class com.amazonaws.http.StaxResponseHandler
-
Hook for subclasses to override in order to collect additional metadata
from service responses.
- registerConnectionManager(HttpClientConnectionManager) - Static method in class com.amazonaws.http.IdleConnectionReaper
-
- registerConnectionManager(HttpClientConnectionManager, long) - Static method in class com.amazonaws.http.IdleConnectionReaper
-
Registers the given connection manager with this reaper;
- registerMBean(String, T) - Static method in enum com.amazonaws.jmx.MBeans
-
Registers the given MBean under the given object name to the first
registered MBean server, or the platform MBean server if there is no
explicitly registered MBean server.
- registerMetadataExpression(String, int, String) - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Registers an expression, which if matched, will cause the data for the
matching element to be stored in the metadata map under the specified
key.
- registerMetadataExpression(String, int, String) - Method in class com.amazonaws.transform.StaxUnmarshallerContext
-
Registers an expression, which if matched, will cause the data for the
matching element to be stored in the metadata map under the specified
key.
- registerMetricAdminMBean(String) - Method in class com.amazonaws.jmx.SdkMBeanRegistrySupport
-
- registerMetricAdminMBean(String) - Method in interface com.amazonaws.jmx.spi.SdkMBeanRegistry
-
Returns true if the registration of the admin MBean under the given
object name succeeded; false otherwise.
- registerMetricAdminMBean() - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Registers the metric admin MBean for JMX access for the current
classloader.
- registerSigner(String, Class<? extends Signer>) - Static method in class com.amazonaws.auth.SignerFactory
-
Register an implementation class for the given signer type.
- Releasable - Interface in com.amazonaws.internal
-
Used for releasing a resource.
- ReleasableInputStream - Class in com.amazonaws.internal
-
An input stream that can have the close operation disabled (to avoid
accidentally being closed).
- ReleasableInputStream(InputStream) - Constructor for class com.amazonaws.internal.ReleasableInputStream
-
This constructor is not meant to be used directly.
- release() - Method in interface com.amazonaws.internal.Releasable
-
Releases the allocated resource.
- release() - Method in class com.amazonaws.internal.ReleasableInputStream
-
Closes the underlying stream file and releases any system resources associated.
- release() - Method in class com.amazonaws.internal.SdkDigestInputStream
-
- release() - Method in class com.amazonaws.internal.SdkFilterInputStream
-
- release() - Method in class com.amazonaws.internal.SdkFilterOutputStream
-
- release() - Method in class com.amazonaws.internal.SdkInputStream
-
WARNING: Subclass that overrides this method must NOT call
super.release() or else it would lead to infinite loop.
- release() - Method in class com.amazonaws.monitoring.internal.AsynchronousAgentDispatcher
-
- release() - Method in class com.amazonaws.util.CapacityManager
-
Releases a single unit of capacity back to the pool, making it available
to consumers.
- release(int) - Method in class com.amazonaws.util.CapacityManager
-
Releases a given amount of capacity back to the pool, making it available
to consumers.
- release(Closeable, Log) - Static method in enum com.amazonaws.util.IOUtils
-
- remove(Object) - Method in class com.amazonaws.internal.SdkInternalMap
-
- remove() - Static method in class com.amazonaws.internal.SdkThreadLocalsRegistry
-
- remove(MetricType) - Static method in enum com.amazonaws.metrics.AwsSdkMetrics
-
Removes the given metric type from the registry of predefined metrics to
be captured at the AWS SDK level.
- remove() - Static method in class com.amazonaws.SdkThreadLocals
-
Removes the current thread's values for all
ThreadLocal
s used by the
AWS SDK.
- remove(Object) - Method in class com.amazonaws.util.ImmutableMapParameter
-
- removeConnectionManager(HttpClientConnectionManager) - Static method in class com.amazonaws.http.IdleConnectionReaper
-
Removes the given connection manager from this reaper,
and shutting down the reaper if there is zero connection manager left.
- removeHandshakeCompletedListener(HandshakeCompletedListener) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- removeProgressListener(ProgressListener) - Method in class com.amazonaws.event.ProgressListenerChain
-
- removeRequestHandler(RequestHandler) - Method in class com.amazonaws.AmazonWebServiceClient
-
- removeRequestHandler(RequestHandler2) - Method in class com.amazonaws.AmazonWebServiceClient
-
- RepeatableInputStreamRequestEntity - Class in com.amazonaws.http
-
Custom implementation of
RequestEntity
that delegates to an
RepeatableInputStreamRequestEntity
, with the one notable difference, that if
the underlying InputStream supports being reset, this RequestEntity will
report that it is repeatable and will reset the stream on all subsequent
attempts to write out the request.
- RepeatableInputStreamRequestEntity(Request<?>) - Constructor for class com.amazonaws.http.RepeatableInputStreamRequestEntity
-
Creates a new RepeatableInputStreamRequestEntity using the information
from the specified request.
- replace(String, String, String) - Static method in class com.amazonaws.util.StringUtils
-
- request(Request<?>) - Method in interface com.amazonaws.http.AmazonHttpClient.RequestExecutionBuilder
-
- request(Request<?>) - Method in class com.amazonaws.protocol.json.internal.JsonMarshallerContext.Builder
-
- request() - Method in class com.amazonaws.protocol.json.internal.JsonMarshallerContext
-
- Request<T> - Interface in com.amazonaws
-
Represents a request being sent to an Amazon Web Service, including the
parameters being sent as part of the request, the endpoint to which the
request should be sent, etc.
- request(Request<?>) - Method in class com.amazonaws.retry.v2.RetryPolicyContext.Builder
-
- request() - Method in class com.amazonaws.retry.v2.RetryPolicyContext
-
- RequestClientOptions - Class in com.amazonaws
-
- RequestClientOptions() - Constructor for class com.amazonaws.RequestClientOptions
-
- RequestClientOptions.Marker - Enum in com.amazonaws
-
- requestConfig(RequestConfig) - Method in interface com.amazonaws.http.AmazonHttpClient.RequestExecutionBuilder
-
- RequestConfig - Class in com.amazonaws
-
Generic representation of request level configuration.
- RequestConfig() - Constructor for class com.amazonaws.RequestConfig
-
- requestExecutionBuilder() - Method in class com.amazonaws.http.AmazonHttpClient
-
- RequestHandler - Interface in com.amazonaws.handlers
-
- RequestHandler2 - Class in com.amazonaws.handlers
-
Interface for addition request handling in clients.
- RequestHandler2() - Constructor for class com.amazonaws.handlers.RequestHandler2
-
- requestHandler2s - Variable in class com.amazonaws.AmazonWebServiceClient
-
Optional request handlers for additional request processing.
- requestLog - Static variable in class com.amazonaws.http.AmazonHttpClient
-
Logger providing detailed information on requests/responses.
- requestMetricCollector() - Method in class com.amazonaws.AmazonWebServiceClient
-
Returns the client specific request metric collector if there is one; or
the one at the AWS SDK level otherwise.
- requestMetricCollector(RequestMetricCollector) - Method in class com.amazonaws.http.AmazonHttpClient.Builder
-
- RequestMetricCollector - Class in com.amazonaws.metrics
-
A service provider interface that can be used to implement an AWS SDK
request/response metric collector.
- RequestMetricCollector() - Constructor for class com.amazonaws.metrics.RequestMetricCollector
-
- RequestMetricCollector.Factory - Interface in com.amazonaws.metrics
-
Can be used to serve as a factory for the request metric collector.
- RequestMetricType - Interface in com.amazonaws.metrics
-
- RequestSigner - 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.
- requestUri(String) - Method in class com.amazonaws.protocol.OperationInfo.Builder
-
- requestUri() - Method in class com.amazonaws.protocol.OperationInfo
-
- REQUIRES_LENGTH - Static variable in class com.amazonaws.handlers.HandlerContextKey
-
A boolean value indicating if Content-Length header is required by the operation
- reset() - Static method in class com.amazonaws.auth.SdkClock.Instance
-
- reset() - Method in class com.amazonaws.event.ProgressInputStream
-
- reset() - Method in class com.amazonaws.internal.DelegateInputStream
-
- reset() - Method in class com.amazonaws.internal.ResettableInputStream
-
Repositions this stream to the position at the time the
mark
method was last called on this input stream.
- reset() - Method in class com.amazonaws.internal.SdkBufferedInputStream
-
- reset() - Method in class com.amazonaws.internal.SdkFilterInputStream
-
- reset() - Method in class com.amazonaws.metrics.ByteThroughputProvider
-
- reset() - Method in class com.amazonaws.util.CRC32ChecksumCalculatingInputStream
-
Resets the wrapped input stream and the CRC32 computation.
- reset() - Method in class com.amazonaws.util.LengthCheckInputStream
-
- reset() - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- RESET_EVENT_CODE - Static variable in class com.amazonaws.event.ProgressEvent
-
- ResetException - Exception in com.amazonaws
-
Stream reset failure.
- ResetException(String, Throwable) - Constructor for exception com.amazonaws.ResetException
-
- ResetException(Throwable) - Constructor for exception com.amazonaws.ResetException
-
- ResetException(String) - Constructor for exception com.amazonaws.ResetException
-
- ResetException() - Constructor for exception com.amazonaws.ResetException
-
- ResettableInputStream - Class in com.amazonaws.internal
-
A mark-and-resettable input stream that can be used on files or file input
streams.
- ResettableInputStream(File) - Constructor for class com.amazonaws.internal.ResettableInputStream
-
- ResettableInputStream(FileInputStream) - Constructor for class com.amazonaws.internal.ResettableInputStream
-
- resolve(String) - Method in interface com.amazonaws.DnsResolver
-
- resolve(String) - Method in class com.amazonaws.http.DelegatingDnsResolver
-
- resolve(String) - Method in class com.amazonaws.SystemDefaultDnsResolver
-
- resolveString(String) - Static method in class com.amazonaws.util.IdempotentUtils
-
- RESOURCE - Static variable in class com.amazonaws.auth.policy.internal.JsonDocumentFields
-
- Resource - Class in com.amazonaws.auth.policy
-
Represents a resource involved in an AWS access control policy statement.
- Resource(String) - Constructor for class com.amazonaws.auth.policy.Resource
-
Constructs a new AWS access control policy resource.
- Response<T> - Class in com.amazonaws
-
Response wrapper to provide access to not only the original AWS response
but also the associated http response.
- Response(T, HttpResponse) - Constructor for class com.amazonaws.Response
-
- ResponseMetadata - Class in com.amazonaws
-
Represents additional metadata included with a response from AWS.
- ResponseMetadata(Map<String, String>) - Constructor for class com.amazonaws.ResponseMetadata
-
Creates a new ResponseMetadata object from a specified map of raw
metadata information.
- ResponseMetadata(ResponseMetadata) - Constructor for class com.amazonaws.ResponseMetadata
-
Creates a new ResponseMetadata object from an existing ResponseMetadata
object.
- ResponseMetadataCache - Class in com.amazonaws.util
-
Cache of response metadata for recently executed requests for diagnostic
purposes.
- ResponseMetadataCache(int) - Constructor for class com.amazonaws.util.ResponseMetadataCache
-
Creates a new cache that will contain, at most the specified number of
entries.
- retriesAttempted(int) - Method in class com.amazonaws.retry.v2.RetryPolicyContext.Builder
-
- retriesAttempted() - Method in class com.amazonaws.retry.v2.RetryPolicyContext
-
- RETRY_THROTTLING_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
System property for enabling retry throttling.
- retryCapacityConsumed() - Method in class com.amazonaws.http.ExecutionContext
-
Returns whether retry capacity was consumed during this request lifecycle.
- RetryCondition - Interface in com.amazonaws.retry.v2
-
Super interface for
RetryPolicy
used to define when a request should be retried.
- retryMode() - Method in class com.amazonaws.retry.internal.RetryModeResolver
-
- RetryMode - Enum in com.amazonaws.retry
-
The retry mode
- RetryModeResolver - Class in com.amazonaws.retry.internal
-
Resolves the retryMode in the following order:
Environment Variable
Java System Properties
Credential config file at the default location (~/.aws/config) shared by all AWS SDKs and the AWS CLI
- RetryModeResolver() - Constructor for class com.amazonaws.retry.internal.RetryModeResolver
-
- RetryOnExceptionsCondition - Class in com.amazonaws.retry.v2
-
Retry condition implementation that retries if the exception or the cause of the exception matches the classes defined.
- RetryOnExceptionsCondition(List<Class<? extends Exception>>) - Constructor for class com.amazonaws.retry.v2.RetryOnExceptionsCondition
-
- RetryOnStatusCodeCondition - Class in com.amazonaws.retry.v2
-
Retry condition implementation that retries if the HTTP status code matches one of the provided status codes.
- RetryOnStatusCodeCondition(List<Integer>) - Constructor for class com.amazonaws.retry.v2.RetryOnStatusCodeCondition
-
- retryPolicy(RetryPolicy) - Method in class com.amazonaws.http.AmazonHttpClient.Builder
-
- RetryPolicy - Class in com.amazonaws.retry
-
- RetryPolicy(RetryPolicy.RetryCondition, RetryPolicy.BackoffStrategy, int, boolean) - Constructor for class com.amazonaws.retry.RetryPolicy
-
Constructs a new retry policy.
- RetryPolicy(RetryPolicy.RetryCondition, RetryPolicy.BackoffStrategy, int, boolean, boolean, boolean) - Constructor for class com.amazonaws.retry.RetryPolicy
-
- RetryPolicy(RetryPolicy.RetryCondition, RetryPolicy.BackoffStrategy, int, boolean, RetryMode) - Constructor for class com.amazonaws.retry.RetryPolicy
-
- RetryPolicy - Interface in com.amazonaws.retry.v2
-
- RetryPolicy.BackoffStrategy - Interface in com.amazonaws.retry
-
The hook for providing custom back-off strategy to control the sleep time
between retries.
- RetryPolicy.RetryCondition - Interface in com.amazonaws.retry
-
The hook for providing custom condition on whether a failed request
should be retried.
- RetryPolicy.RetryPolicyBuilder - Class in com.amazonaws.retry
-
- RetryPolicyAdapter - Class in com.amazonaws.retry
-
- RetryPolicyAdapter(RetryPolicy, ClientConfiguration) - Constructor for class com.amazonaws.retry.RetryPolicyAdapter
-
- RetryPolicyBuilder() - Constructor for class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
- RetryPolicyContext - Class in com.amazonaws.retry.v2
-
Contains useful information about a failed request that can be used to make retry and backoff decisions.
- RetryPolicyContext.Builder - Class in com.amazonaws.retry.v2
-
- retryRequest(IOException, int, HttpContext) - Method in class com.amazonaws.http.impl.client.HttpRequestNoRetryHandler
-
- retryRequest(IOException, int, HttpContext) - Method in class com.amazonaws.http.impl.client.SdkHttpRequestRetryHandler
-
- RetryUtils - Class in com.amazonaws.retry
-
- RetryUtils() - Constructor for class com.amazonaws.retry.RetryUtils
-
- rfc822DateFormat - Static variable in class com.amazonaws.util.DateUtils
-
RFC 822 format
- ROLE_ARN - Static variable in class com.amazonaws.auth.profile.internal.ProfileKeyConstants
-
Property name for specifying the IAM role to assume
- ROLE_SESSION_NAME - Static variable in class com.amazonaws.auth.profile.internal.ProfileKeyConstants
-
Property name for specifying the IAM role session name
- roleArn(String) - Method in interface com.amazonaws.auth.WebIdentityTokenCredentialsProvider.Builder
-
Define the role arn that should be used by this credentials provider.
- RoleInfo - Class in com.amazonaws.auth.profile.internal.securitytoken
-
- RoleInfo() - Constructor for class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
Default constructor for RoleInfo object.
- roleSessionName(String) - Method in interface com.amazonaws.auth.WebIdentityTokenCredentialsProvider.Builder
-
Define the role session name that should be used by this credentials provider.
- Route53 - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- Route53Domains - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- run(Scanner) - Method in class com.amazonaws.auth.profile.internal.AbstractProfilesConfigFileScanner
-
Scan through the given input, and perform the defined actions.
- run() - Method in class com.amazonaws.http.IdleConnectionReaper
-
- run() - Method in class com.amazonaws.http.timers.client.ClientExecutionAbortTaskImpl
-
- run() - Method in class com.amazonaws.http.timers.request.HttpRequestAbortTaskImpl
-
- run(WaiterParameters<Input>) - Method in interface com.amazonaws.waiters.Waiter
-
Polls synchronously until it is determined that the resource
transitioned into the desired state or not.
- run(WaiterParameters<Input>) - Method in class com.amazonaws.waiters.WaiterImpl
-
Polls synchronously until it is determined that the resource
transitioned into the desired state or not.
- runAsync(WaiterParameters<Input>, WaiterHandler) - Method in interface com.amazonaws.waiters.Waiter
-
Polls asynchronously until it is determined that the resource
transitioned into the desired state or not.
- runAsync(WaiterParameters<Input>, WaiterHandler) - Method in class com.amazonaws.waiters.WaiterImpl
-
Polls asynchronously until it is determined that the resource
transitioned into the desired state or not.
- RuntimeHttpUtils - Class in com.amazonaws.util
-
- RuntimeHttpUtils() - Constructor for class com.amazonaws.util.RuntimeHttpUtils
-
- S3 - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- safeCompare(Comparable<T>, T) - Static method in class com.amazonaws.util.ComparableUtils
-
Does a safe comparison of two
Comparable
objects accounting for nulls
- 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.
- SDK_JSON_FACTORY - Static variable in class com.amazonaws.protocol.json.SdkStructuredPlainJsonFactory
-
- SdkBaseException - Exception in com.amazonaws
-
Base class for all exceptions thrown by the SDK.
- SdkBaseException(String, Throwable) - Constructor for exception com.amazonaws.SdkBaseException
-
Creates a new SdkBaseException with the specified message, and root
cause.
- SdkBaseException(String) - Constructor for exception com.amazonaws.SdkBaseException
-
Creates a new SdkBaseException with the specified message.
- SdkBaseException(Throwable) - Constructor for exception com.amazonaws.SdkBaseException
-
Creates a new SdkBaseException with the root cause.
- SdkBufferedInputStream - Class in com.amazonaws.internal
-
A buffered input stream that is both SDK metric aware, and can be aborted
via thread interrupt.
- SdkBufferedInputStream(InputStream) - Constructor for class com.amazonaws.internal.SdkBufferedInputStream
-
- SdkBufferedInputStream(InputStream, int) - Constructor for class com.amazonaws.internal.SdkBufferedInputStream
-
- SdkClientException - Exception in com.amazonaws
-
Base type for all client exceptions thrown by the SDK.
- SdkClientException(String, Throwable) - Constructor for exception com.amazonaws.SdkClientException
-
Creates a new SdkClientException with the specified message, and root
cause.
- SdkClientException(String) - Constructor for exception com.amazonaws.SdkClientException
-
Creates a new SdkClientException with the specified message.
- SdkClientException(Throwable) - Constructor for exception com.amazonaws.SdkClientException
-
Creates a new SdkClientException with the root cause.
- SdkClock - Interface in com.amazonaws.auth
-
- SdkClock.Instance - Class in com.amazonaws.auth
-
Container for Singleton instance of the
SdkClock
.
- SdkClock.MockClock - Class in com.amazonaws.auth
-
Mock implementation used in tests.
- SdkConnectionKeepAliveStrategy - Class in com.amazonaws.http.conn
-
The AWS SDK for Java's implementation of the
ConnectionKeepAliveStrategy
interface.
- SdkConnectionKeepAliveStrategy(long) - Constructor for class com.amazonaws.http.conn.SdkConnectionKeepAliveStrategy
-
- SDKDefaultBackoffStrategy() - Constructor for class com.amazonaws.retry.PredefinedBackoffStrategies.SDKDefaultBackoffStrategy
-
- SDKDefaultBackoffStrategy(int, int, int) - Constructor for class com.amazonaws.retry.PredefinedBackoffStrategies.SDKDefaultBackoffStrategy
-
- SDKDefaultRetryCondition() - Constructor for class com.amazonaws.retry.PredefinedRetryPolicies.SDKDefaultRetryCondition
-
- SdkDigestInputStream - Class in com.amazonaws.internal
-
- SdkDigestInputStream(InputStream, MessageDigest) - Constructor for class com.amazonaws.internal.SdkDigestInputStream
-
- SdkFilterInputStream - Class in com.amazonaws.internal
-
- SdkFilterInputStream(InputStream) - Constructor for class com.amazonaws.internal.SdkFilterInputStream
-
- SdkFilterOutputStream - Class in com.amazonaws.internal
-
- SdkFilterOutputStream(OutputStream) - Constructor for class com.amazonaws.internal.SdkFilterOutputStream
-
- SdkFunction<Input,Output> - Interface in com.amazonaws.internal
-
Similar to the Function functional interface in Java 8.
- SdkFunction<Input,Output> - Interface in com.amazonaws.waiters
-
- 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.apache.client.impl
-
- SdkHttpClient(HttpClient, HttpClientConnectionManager) - Constructor for class com.amazonaws.http.apache.client.impl.SdkHttpClient
-
- SdkHttpMetadata - Class in com.amazonaws.http
-
Metadata about the HTTP response.
- 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
-
- SdkInputStream - Class in com.amazonaws.internal
-
- SdkInputStream() - Constructor for class com.amazonaws.internal.SdkInputStream
-
- SdkInternalApi - Annotation Type in com.amazonaws.annotation
-
Marker interface for 'internal' APIs that should not be used outside the core module.
- SdkInternalList<T> - Class in com.amazonaws.internal
-
List with auto construct flag to indicate whether it is auto constructed by
Java SDK.
- SdkInternalList() - Constructor for class com.amazonaws.internal.SdkInternalList
-
- SdkInternalList(Collection<? extends T>) - Constructor for class com.amazonaws.internal.SdkInternalList
-
- SdkInternalList(int) - Constructor for class com.amazonaws.internal.SdkInternalList
-
- SdkInternalMap<K,V> - Class in com.amazonaws.internal
-
Map with auto construct flag to indicate whether it is auto constructed by
Java SDK.
- SdkInternalMap() - Constructor for class com.amazonaws.internal.SdkInternalMap
-
- SdkInternalMap(Map<K, V>) - Constructor for class com.amazonaws.internal.SdkInternalMap
-
- SdkInterruptedException - Exception in com.amazonaws.http.timers.client
-
- SdkInterruptedException(Response<?>) - Constructor for exception com.amazonaws.http.timers.client.SdkInterruptedException
-
- SdkJsonGenerator - Class in com.amazonaws.protocol.json
-
Thin wrapper around Jackson's JSON generator.
- SdkJsonGenerator(JsonFactory, String) - Constructor for class com.amazonaws.protocol.json.SdkJsonGenerator
-
- SdkJsonGenerator.JsonGenerationException - Exception in com.amazonaws.protocol.json
-
Indicates an issue writing JSON content.
- SdkJsonMarshallerFactory - Interface in com.amazonaws.protocol.json
-
- SdkJsonProtocolFactory - Class in com.amazonaws.protocol.json
-
Factory to generate the various JSON protocol handlers and generators depending on the wire protocol to be used for
communicating with the AWS service.
- SdkJsonProtocolFactory(JsonClientMetadata) - Constructor for class com.amazonaws.protocol.json.SdkJsonProtocolFactory
-
- 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
-
- SdkMBeanRegistrySupport - Class in com.amazonaws.jmx
-
- SdkMBeanRegistrySupport() - Constructor for class com.amazonaws.jmx.SdkMBeanRegistrySupport
-
- SdkMetricsSocket - Class in com.amazonaws.internal
-
A wrapper to Socket with metrics feature to record socket read time.
- SdkMetricsSocket(Socket) - Constructor for class com.amazonaws.internal.SdkMetricsSocket
-
- SdkPlainSocketFactory - Class in com.amazonaws.http.conn
-
Socket factory for creating plain (non TLS) connections.
- SdkPlainSocketFactory() - Constructor for class com.amazonaws.http.conn.SdkPlainSocketFactory
-
- SdkPredicate<T> - Class in com.amazonaws.internal
-
Similar to Predicate functional interface in Java 8
- SdkPredicate() - Constructor for class com.amazonaws.internal.SdkPredicate
-
- 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
-
- SdkProtectedApi - Annotation Type in com.amazonaws.annotation
-
Marker for elements that should only be accessed by the generated clients and not users of the
SDK.
- SdkProxyRoutePlanner - Class in com.amazonaws.http.apache
-
SdkProxyRoutePlanner delegates a Proxy Route Planner from the settings instead of the
system properties.
- SdkProxyRoutePlanner(String, int, Protocol, String) - Constructor for class com.amazonaws.http.apache.SdkProxyRoutePlanner
-
- SdkRequestRetryHeaderProvider - Class in com.amazonaws.internal
-
Provides SDK request header "amz-sdk-request"
- SdkRequestRetryHeaderProvider(ClientConfiguration, RetryPolicy, ClockSkewAdjuster) - Constructor for class com.amazonaws.internal.SdkRequestRetryHeaderProvider
-
- SdkRuntime - Enum in com.amazonaws.util
-
- SdkSocket - Class in com.amazonaws.internal
-
- SdkSocket(Socket) - Constructor for class com.amazonaws.internal.SdkSocket
-
- SdkSSLContext - Class in com.amazonaws.internal
-
- SdkSSLContext() - Constructor for class com.amazonaws.internal.SdkSSLContext
-
- SdkSSLMetricsSocket - Class in com.amazonaws.internal
-
A wrapper to SSLSocket with metric feature to record socket read time.
- SdkSSLMetricsSocket(SSLSocket) - Constructor for class com.amazonaws.internal.SdkSSLMetricsSocket
-
- SdkSSLSocket - Class in com.amazonaws.internal
-
- SdkSSLSocket(SSLSocket) - Constructor for class com.amazonaws.internal.SdkSSLSocket
-
- SdkStructuredJsonFactory - Interface in com.amazonaws.protocol.json
-
Common interface for creating generators (writers) and protocol handlers for JSON like protocols.
- SdkStructuredJsonFactoryImpl - Class in com.amazonaws.protocol.json
-
Generic implementation of a structured JSON factory that is pluggable for different variants of
JSON.
- SdkStructuredJsonFactoryImpl(JsonFactory, Map<Class<?>, Unmarshaller<?, JsonUnmarshallerContext>>, Map<JsonUnmarshallerContext.UnmarshallerType, Unmarshaller<?, JsonUnmarshallerContext>>) - Constructor for class com.amazonaws.protocol.json.SdkStructuredJsonFactoryImpl
-
- SdkStructuredPlainJsonFactory - Class in com.amazonaws.protocol.json
-
Creates generators and protocol handlers for plain text JSON wire format.
- SdkStructuredPlainJsonFactory() - Constructor for class com.amazonaws.protocol.json.SdkStructuredPlainJsonFactory
-
- SdkTestInternalApi - Annotation Type in com.amazonaws.annotation
-
Marker interface for methods used by test code in the same module.
- SdkThreadLocals - Class in com.amazonaws
-
Utility class to manage
ThreadLocal
storage within the AWS SDK.
- SdkThreadLocalsRegistry - Class in com.amazonaws.internal
-
- SdkTLSSocketFactory - Class in com.amazonaws.http.conn.ssl
-
Used to enforce the preferred TLS protocol during SSL handshake.
- SdkTLSSocketFactory(SSLContext, HostnameVerifier) - 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
-
- 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.
- SECURITY_CREDENTIALS_RESOURCE - Static variable in class com.amazonaws.internal.EC2MetadataClient
-
Deprecated.
Default resource path for credentials in the Amazon EC2 Instance Metadata Service.
- SECURITY_CREDENTIALS_RESOURCE - Static variable in class com.amazonaws.util.EC2MetadataUtils
-
Default resource path for credentials in the Amazon EC2 Instance Metadata Service.
- sendExplicitNullForPayload(boolean) - Method in class com.amazonaws.protocol.json.JsonProtocolMarshallerBuilder
-
Deprecated.
- sendUrgentData(int) - Method in class com.amazonaws.internal.DelegateSocket
-
- sendUrgentData(int) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- serialize(DateTime, JsonGenerator, SerializerProvider) - Method in class com.amazonaws.internal.DateTimeJsonSerializer
-
- service - Variable in class com.amazonaws.monitoring.ApiMonitoringEvent
-
- Service - Class in com.amazonaws.partitions.model
-
Endpoint configuration for a service in a partition.
- Service(Map<String, Endpoint>) - Constructor for class com.amazonaws.partitions.model.Service
-
- SERVICE_ID - Static variable in class com.amazonaws.handlers.HandlerContextKey
-
The unique identifier for a service to which the request is being sent.
- ServiceAbbreviations - Class in com.amazonaws.regions
-
- ServiceAbbreviations() - Constructor for class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- 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
-
- ServiceEndpointBuilder - Class in com.amazonaws.internal
-
Construct a service endpoint based on metadata like service name and region
- ServiceEndpointBuilder() - Constructor for class com.amazonaws.internal.ServiceEndpointBuilder
-
- serviceId(String) - Method in class com.amazonaws.protocol.OperationInfo.Builder
-
- serviceId() - Method in class com.amazonaws.protocol.OperationInfo
-
- ServiceLatencyProvider - Class in com.amazonaws.metrics
-
ApiCallLatency 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
-
- ServiceMetricTypeGuesser - Enum in com.amazonaws.metrics.internal
-
An internal helper factory for generating service specific
ServiceMetricType
without causing compile time dependency on the service specific artifacts.
- 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.
- serviceName(String) - Method in class com.amazonaws.protocol.OperationInfo.Builder
-
- serviceName() - Method in class com.amazonaws.protocol.OperationInfo
-
- serviceResponse(HttpResponse) - Method in class com.amazonaws.retry.ClockSkewAdjuster.AdjustmentRequest
-
- SESSION_TOKEN_SYSTEM_PROPERTY - Static variable in class com.amazonaws.SDKGlobalConfiguration
-
System property name for the AWS session token
- set(SdkClock) - Static method in class com.amazonaws.auth.SdkClock.Instance
-
Should only be used by tests to mock the clock.
- 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.
- setAccountId(String) - Method in class com.amazonaws.arn.Arn.Builder
-
- 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.
- setAutoConstruct(boolean) - Method in class com.amazonaws.internal.ListWithAutoConstructFlag
-
- setAwsClient(AmazonWebServiceClient) - Method in class com.amazonaws.http.ExecutionContext.Builder
-
- setAWSRequestMetrics(AWSRequestMetrics) - Method in class com.amazonaws.DefaultRequest
-
- setAWSRequestMetrics(AWSRequestMetrics) - Method in interface com.amazonaws.Request
-
Bind the request metrics to the request.
- setBackoffStrategy(RetryPolicy.BackoffStrategy) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
- setCacheResponseMetadata(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets whether or not to cache response metadata.
- setClientConfiguration(ClientConfiguration) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets the ClientConfiguration to be used by the client.
- setClientExecutionTimeout(int) - Method in class com.amazonaws.ClientConfiguration
-
Sets the amount of time (in milliseconds) to allow the client to complete the execution of
an API call.
- setClientExecutionTrackerTask(ClientExecutionAbortTrackerTask) - Method in class com.amazonaws.http.ExecutionContext
-
- setClientSideMonitoringConfigurationProvider(CsmConfigurationProvider) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
- 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.
- setConfig(C) - Method in class com.amazonaws.internal.config.JsonIndex
-
- setConnectionMaxIdleMillis(long) - Method in class com.amazonaws.ClientConfiguration
-
Sets the maximum amount of time that an idle connection may sit in the connection pool and
still be eligible for reuse.
- 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.
- 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
-
- setCredentialExpirationBuffer(int, TimeUnit) - Method in class com.amazonaws.auth.ProcessCredentialsProvider.Builder
-
Configure the amount of time between when the credentials expire and when the credentials should start to be
refreshed.
- 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(AWSCredentialsProvider) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets the AWSCredentialsProvider used by the client.
- setCredentials(AWSCredentials) - Method in class com.amazonaws.handlers.CredentialsRequestHandler
-
Deprecated.
Sets the AWSCredentials.
- setCredentialScope(CredentialScope) - Method in class com.amazonaws.partitions.model.Endpoint
-
sets the credential scope for the endpoint.
- setCredentialsProvider(AWSCredentialsProvider) - Method in class com.amazonaws.http.ExecutionContext
-
Sets the credentials provider used for fetching the credentials.
- setCurrentHeader(String) - Method in class com.amazonaws.transform.JsonUnmarshallerContext
-
Sets the name of the response header that is to be read next.
- setCurrentHeader(String) - Method in class com.amazonaws.transform.JsonUnmarshallerContextImpl
-
- setCurrentHeader(String) - Method in class com.amazonaws.transform.StaxUnmarshallerContext
-
- setCurrentHttpRequest(HttpRequestBase) - Method in interface com.amazonaws.http.timers.client.ClientExecutionAbortTask
-
Client Execution timer task needs to abort the current running HTTP request when executed.
- setCurrentHttpRequest(HttpRequestBase) - Method in class com.amazonaws.http.timers.client.ClientExecutionAbortTaskImpl
-
- setCurrentHttpRequest(HttpRequestBase) - Method in interface com.amazonaws.http.timers.client.ClientExecutionAbortTrackerTask
-
Client execution timer task needs to abort the current running HTTP request when executed.
- setCurrentHttpRequest(HttpRequestBase) - Method in class com.amazonaws.http.timers.client.ClientExecutionAbortTrackerTaskImpl
-
- setCurrentHttpRequest(HttpRequestBase) - Method in class com.amazonaws.http.timers.client.NoOpClientExecutionAbortTrackerTask
-
- setDefaultRetryMode(String) - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- setDefaults(Endpoint) - Method in class com.amazonaws.partitions.model.Partition
-
Sets the default endpoint configuration of the partition.
- setDefaults(Endpoint) - Method in class com.amazonaws.partitions.model.Service
-
Sets the default endpoints configuration for all regions in a
partition.
- setDefaultSigner(SignerConfigJsonHelper) - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- setDisableHostPrefixInjection(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets the configuration option to disable the host prefix injection.
- setDisableSocketProxy(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Set whether to disable proxies at the socket level.
- setDnsResolver(DnsResolver) - Method in class com.amazonaws.ClientConfiguration
-
Sets the DNS Resolver that should be used to for resolving AWS IP addresses.
- setDnsSuffix(String) - Method in class com.amazonaws.partitions.model.Partition
-
Sets the dns suffix of the partition.
- setEffect(Statement.Effect) - Method in class com.amazonaws.auth.policy.Statement
-
Sets the result effect of this policy statement when it is evaluated.
- setEnabledCipherSuites(String[]) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setEnabledProtocols(String[]) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setEnableSessionCreation(boolean) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setEndpoint(String) - Method in class com.amazonaws.AmazonWebServiceClient
-
- setEndpoint(String, String, String) - Method in class com.amazonaws.AmazonWebServiceClient
-
- 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.
- setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets the endpoint configuration (service endpoint & signing region) to be used for requests.
- setEndpointDiscoveryEnabled(boolean) - Method in class com.amazonaws.internal.config.EndpointDiscoveryConfig
-
- setEndpointDiscoveryEnabled(boolean) - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- setEndpointPrefix(String) - Method in class com.amazonaws.AmazonWebServiceClient
-
An internal method used to explicitly override the service name for region metadata.
- setEndpointPrefix(String) - Method in class com.amazonaws.auth.AWS4Signer
-
Sets the endpoint prefix which is used to compute the region that is
used for signing the request.
- setEndpointPrefix(String) - Method in interface com.amazonaws.auth.EndpointPrefixAwareSigner
-
Configure the signer with the endpoint prefix
of the service it is talking to.
- setEndTime(long) - Method in class com.amazonaws.util.TimingInfo
-
Deprecated.
- setEndTimeNano(long) - Method in class com.amazonaws.util.TimingInfo
-
- setErrorCode(String) - Method in exception com.amazonaws.AmazonServiceException
-
Sets the AWS error code represented by this exception.
- setErrorMessage(String) - Method in exception com.amazonaws.AmazonServiceException
-
Sets the human-readable error message provided by the service.
- 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.
- setExecutorFactory(ExecutorFactory) - Method in class com.amazonaws.client.builder.AwsAsyncClientBuilder
-
Sets a custom executor service factory to use for the async clients.
- setExternalId(String) - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
A unique identifier that is used by third parties when assuming roles in
their customers' accounts.
- setExtraInfo(String) - Method in exception com.amazonaws.ResetException
-
- setFastFailRateLimiting(boolean) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
- setGeneralProgressListener(ProgressListener) - Method in class com.amazonaws.AmazonWebServiceRequest
-
Sets the optional progress listener for receiving updates about the progress of the request.
- setGenerator(DefaultValueSupplier<String>) - Static method in class com.amazonaws.util.IdempotentUtils
-
- 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.
- setHonorDefaultBackoffStrategyInRetryMode(boolean) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
- setHonorDefaultMaxErrorRetryInRetryMode(boolean) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
- setHonorMaxErrorRetryInClientConfig(boolean) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
- 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.
- setHostName(String) - Method in class com.amazonaws.partitions.model.Endpoint
-
sets the endpoint string.
- setHostNameRegex(String) - Method in class com.amazonaws.internal.config.HostRegexToRegionMappingJsonHelper
-
- setHostRegexToRegionMappings(HostRegexToRegionMappingJsonHelper[]) - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- setHttpClients(JsonIndex<HttpClientConfigJsonHelper, HttpClientConfig>...) - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- setHttpHeaders(Map<String, String>) - Method in exception com.amazonaws.AmazonServiceException
-
Sets the headers present in the error response.
- 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.
- setKeepAlive(boolean) - Method in class com.amazonaws.internal.DelegateSocket
-
- setKeepAlive(boolean) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setKey(String) - Method in class com.amazonaws.internal.config.JsonIndex
-
- setKey(K) - Method in class com.amazonaws.transform.MapEntry
-
- 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.
- setLongLivedCredentialsProvider(AWSCredentialsProvider) - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
Provides the credentials that are used to assume the role.
- 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.
- setMaxConsecutiveRetriesBeforeThrottling(int) - Method in class com.amazonaws.ClientConfiguration
-
Set the maximum number of consecutive failed retries that the client will permit before
throttling all subsequent retries of failed requests.
- 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).
- setMaxErrorRetry(int) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
- 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.
- setMetrics(AWSRequestMetrics) - Method in class com.amazonaws.internal.MetricsInputStream
-
- setMetrics(AWSRequestMetrics) - Method in class com.amazonaws.internal.SdkMetricsSocket
-
- setMetrics(AWSRequestMetrics) - Method in class com.amazonaws.internal.SdkSSLMetricsSocket
-
- setMetricsCollector(RequestMetricCollector) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets a custom RequestMetricCollector to use for the client.
- setMonitoringListener(MonitoringListener) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets a custom MonitoringListener to use for the client.
- setNeedClientAuth(boolean) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setNonProxyHosts(String) - Method in class com.amazonaws.ClientConfiguration
-
Set the optional hosts the client will access without going
through the proxy.
- setOOBInline(boolean) - Method in class com.amazonaws.internal.DelegateSocket
-
- setOOBInline(boolean) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setOverrideDate(Date) - Method in class com.amazonaws.auth.AWS4Signer
-
Sets the date that overrides the signing date in the request.
- 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.
- setPartition(String) - Method in class com.amazonaws.arn.Arn.Builder
-
- setPartitionEndpoint(String) - Method in class com.amazonaws.partitions.model.Service
-
sets the region name if the service is enabled partition wide.
- setPartitionName(String) - Method in class com.amazonaws.partitions.model.Partition
-
Sets the description of the partition.
- setPerformancePreferences(int, int, int) - Method in class com.amazonaws.internal.DelegateSocket
-
- setPerformancePreferences(int, int, int) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- 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.
- setProtocols(Set<String>) - Method in class com.amazonaws.partitions.model.Endpoint
-
sets the supported schemes for the endpoint.
- setProxyAuthenticationMethods(List<ProxyAuthenticationMethod>) - Method in class com.amazonaws.ClientConfiguration
-
Configure the list of authentication methods that should be used when authenticating against an HTTP proxy, in the order
they should be attempted.
- setProxyDomain(String) - Method in class com.amazonaws.ClientConfiguration
-
Sets the optional Windows domain name for configuration an NTLM proxy.
- setProxyHost(String) - Method in exception com.amazonaws.AmazonServiceException
-
Sets proxy host.
- 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.
- setProxyProtocol(Protocol) - Method in class com.amazonaws.ClientConfiguration
-
Set the
Protocol
to use for connecting to the proxy.
- 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.
- setQualifier(String) - Method in class com.amazonaws.arn.ArnResource.Builder
-
- 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.
- setRawResponse(byte[]) - Method in exception com.amazonaws.AmazonServiceException
-
Sets the raw response content.
- setRawResponseContent(String) - Method in exception com.amazonaws.AmazonServiceException
-
Sets the raw response content.
- setReadLimit(int) - Method in class com.amazonaws.RequestClientOptions
-
Sets the optional mark-and-reset read limit used for signing and retry
purposes.
- setReceiveBufferSize(int) - Method in class com.amazonaws.internal.DelegateSocket
-
- setReceiveBufferSize(int) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setRefreshForceIntervalNanos(long) - Method in class com.amazonaws.auth.profile.ProfileCredentialsProvider
-
Sets the forced refresh interval in nanoseconds.
- setRefreshIntervalNanos(long) - Method in class com.amazonaws.auth.profile.ProfileCredentialsProvider
-
Sets the refresh interval in nanoseconds.
- setRegion(Region) - Method in class com.amazonaws.AmazonWebServiceClient
-
- setRegion(String) - Method in class com.amazonaws.arn.Arn.Builder
-
- setRegion(String) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets the region to be used by the client.
- 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) - 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.
- setRegion(String) - Method in class com.amazonaws.partitions.model.CredentialScope
-
Sets the region string to be used when signing a request for an
endpoint.
- setRegionalized(boolean) - Method in class com.amazonaws.partitions.model.Service
-
sets the regionalized property for a service..
- setRegionFromEndpointResolver(RegionFromEndpointResolver) - Method in class com.amazonaws.auth.AWS4Signer
-
- setRegionFromEndpointResolver(RegionFromEndpointResolver) - Method in interface com.amazonaws.auth.RegionFromEndpointResolverAwareSigner
-
- setRegionMetadataServiceName(String) - Method in class com.amazonaws.internal.config.HttpClientConfigJsonHelper
-
- 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.
- setRegionName(String) - Method in class com.amazonaws.internal.config.HostRegexToRegionMappingJsonHelper
-
- setRegionRegex(String) - Method in class com.amazonaws.partitions.model.Partition
-
Sets the regex for the regions in the partition.
- setRegionSigners(JsonIndex<SignerConfigJsonHelper, SignerConfig>...) - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- setRequestCredentials(AWSCredentials) - Method in class com.amazonaws.AmazonWebServiceRequest
-
- setRequestCredentialsProvider(AWSCredentialsProvider) - Method in class com.amazonaws.AmazonWebServiceRequest
-
Sets the optional credentials provider to use for this request, overriding the default credentials
provider at the client level.
- setRequestHandler2s(List<RequestHandler2>) - Method in class com.amazonaws.http.ExecutionContext.Builder
-
- setRequestHandlers(RequestHandler2...) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets the request handlers to use in the client.
- 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.
- setRequestTimeout(int) - Method in class com.amazonaws.ClientConfiguration
-
Sets the amount of time to wait (in milliseconds) for the request to complete before giving
up and timing out.
- setResource(String) - Method in class com.amazonaws.arn.Arn.Builder
-
- setResource(String) - Method in class com.amazonaws.arn.ArnResource.Builder
-
- 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.
- setResourceType(String) - Method in class com.amazonaws.arn.ArnResource.Builder
-
- 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.
- setRetryCondition(RetryPolicy.RetryCondition) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
- setRetryMode(RetryMode) - Method in class com.amazonaws.ClientConfiguration
-
Sets the RetryMode to use
- setRetryMode(RetryMode) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
- setRetryPolicy(RetryPolicy) - Method in class com.amazonaws.ClientConfiguration
-
Sets the retry policy upon failed requests.
- setReuseAddress(boolean) - Method in class com.amazonaws.internal.DelegateSocket
-
- setReuseAddress(boolean) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setReuseLastProvider(boolean) - Method in class com.amazonaws.auth.AWSCredentialsProviderChain
-
Enables or disables caching of the last successful credentials provider
in this chain.
- setRoleArn(String) - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
The Amazon Resource Name (ARN) of the role to assume.
- setRoleSessionName(String) - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
An identifier for the assumed role session.
- setSdkClientExecutionTimeout(int) - Method in class com.amazonaws.AmazonWebServiceRequest
-
Sets the amount of time (in milliseconds) to allow the client to complete the execution of
an API call.
- setSdkHttpMetadata(SdkHttpMetadata) - Method in class com.amazonaws.AmazonWebServiceResult
-
- setSdkRequestTimeout(int) - Method in class com.amazonaws.AmazonWebServiceRequest
-
Sets the amount of time to wait (in milliseconds) for the request to complete before giving
up and timing out.
- setSdkResponseMetadata(T) - Method in class com.amazonaws.AmazonWebServiceResult
-
- setSecureRandom(SecureRandom) - Method in class com.amazonaws.ClientConfiguration
-
- setSendBufferSize(int) - Method in class com.amazonaws.internal.DelegateSocket
-
- setSendBufferSize(int) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setService(String) - Method in class com.amazonaws.arn.Arn.Builder
-
- setService(String) - Method in class com.amazonaws.partitions.model.CredentialScope
-
Sets the service name string to be used when signing a request for an
endpoint.
- 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.
- setServiceName(String) - Method in class com.amazonaws.internal.config.HttpClientConfigJsonHelper
-
- setServiceNameIntern(String) - Method in class com.amazonaws.AmazonWebServiceClient
-
An internal method used to explicitly override the service name
computed by the default implementation.
- setServiceRegionSigners(JsonIndex<SignerConfigJsonHelper, SignerConfig>...) - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- setServiceSigners(JsonIndex<SignerConfigJsonHelper, SignerConfig>...) - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- setSignatureVersions(Set<String>) - Method in class com.amazonaws.partitions.model.Endpoint
-
returns the supported signature versions of the endpoint.
- setSigner(Signer) - Method in class com.amazonaws.http.ExecutionContext
-
Deprecated.
- setSignerOverride(String) - Method in class com.amazonaws.ClientConfiguration
-
Sets the name of the signature algorithm to use for signing requests made by this client.
- setSignerProvider(SignerProvider) - Method in class com.amazonaws.http.ExecutionContext.Builder
-
- setSignerRegionOverride(String) - Method in class com.amazonaws.AmazonWebServiceClient
-
An internal method used to explicitly override the internal signer region
computed by the default implementation.
- setSignerType(String) - Method in class com.amazonaws.internal.config.SignerConfigJsonHelper
-
- 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.
- setSkipAppendUriPath(boolean) - Method in class com.amazonaws.RequestClientOptions
-
- 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 transferred over an
established, open connection before the connection times out and is closed.
- setSoLinger(boolean, int) - Method in class com.amazonaws.internal.DelegateSocket
-
- setSoLinger(boolean, int) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setSoTimeout(int) - Method in class com.amazonaws.internal.DelegateSocket
-
- setSoTimeout(int) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setSslCommonName(String) - Method in class com.amazonaws.partitions.model.Endpoint
-
sets the ssl common name for the endpoint.
- setSslSocketFactory(ConnectionSocketFactory) - 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.
- setStripAwsPrincipalIdHyphensEnabled(boolean) - Method in class com.amazonaws.auth.policy.PolicyReaderOptions
-
Configure whether hyphens should be stripped from the AWS principal IDs that are read from the JSON-formatted
policy document.
- setTcpNoDelay(boolean) - Method in class com.amazonaws.internal.DelegateSocket
-
- setTcpNoDelay(boolean) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- 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.
- setTlsKeyManagersProvider(TlsKeyManagersProvider) - Method in class com.amazonaws.ClientConfiguration
-
- setTrafficClass(int) - Method in class com.amazonaws.internal.DelegateSocket
-
- setTrafficClass(int) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setType(String) - Method in class com.amazonaws.auth.policy.Condition
-
Sets the type of this condition.
- setUseClientMode(boolean) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setUseExpectContinue(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets if use expect continue should be enabled.
- setUseGzip(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets whether gzip decompression should be used when receiving HTTP responses.
- setUserAgent(String) - Method in class com.amazonaws.ClientConfiguration
-
- setUserAgentPrefix(String) - Method in class com.amazonaws.ClientConfiguration
-
Sets the HTTP user agent prefix to send with all requests.
- setUserAgentSuffix(String) - Method in class com.amazonaws.ClientConfiguration
-
Sets the HTTP user agent suffix to send with all requests.
- setUserAgentTemplate(String) - Method in class com.amazonaws.internal.config.InternalConfigJsonHelper
-
- setUseReaper(boolean) - Method in class com.amazonaws.ClientConfiguration
-
- setUseRequestMetrics(boolean) - Method in class com.amazonaws.http.ExecutionContext.Builder
-
- setUseTcpKeepAlive(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets whether or not to enable TCP KeepAlive support at the socket level.
- setUseThrottleRetries(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets whether throttled retries should be used
- setValidateAfterInactivityMillis(int) - Method in class com.amazonaws.ClientConfiguration
-
Sets the amount of time (in milliseconds) that a connection can be idle in the connection pool before it must be validated
to ensure it's still open.
- setValue(V) - Method in class com.amazonaws.transform.MapEntry
-
- setValues(List<String>) - Method in class com.amazonaws.auth.policy.Condition
-
Sets the values specified for this access control policy condition.
- setWantClientAuth(boolean) - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- setWebIdentityTokenFilePath(String) - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
Set the absolute path to the JWT file that contains a web identity token.
- SharedConfigDefaultLocationProvider - Class in com.amazonaws.profile.path.config
-
Checks if there is a config file present at the default location (~/.aws/config).
- SharedConfigDefaultLocationProvider() - Constructor for class com.amazonaws.profile.path.config.SharedConfigDefaultLocationProvider
-
- SHORT - Static variable in class com.amazonaws.protocol.json.internal.QueryParamMarshallers
-
- SHORT - Static variable in class com.amazonaws.protocol.json.internal.SimpleTypeJsonMarshallers
-
- SHORT - Static variable in interface com.amazonaws.protocol.MarshallingType
-
- ShortCborUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeCborUnmarshallers.ShortCborUnmarshaller
-
- ShortIonUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeIonUnmarshallers.ShortIonUnmarshaller
-
- ShortJsonUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.ShortJsonUnmarshaller
-
- ShortJsonUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.ShortJsonUnmarshaller
-
- shouldAbort() - Static method in enum com.amazonaws.util.SdkRuntime
-
Returns true if the current operation should abort; false otherwise.
- shouldAdjustForSkew() - Method in class com.amazonaws.retry.ClockSkewAdjuster.ClockSkewAdjustment
-
- ShouldClearSslSessionPredicate - Class in com.amazonaws.http.conn.ssl
-
Determines whether we should apply the workaround to bug that causes the SSL session cache to be
stuck in a bad state for either 24 hours or the next JVM restart.
- ShouldClearSslSessionPredicate(JavaVersionParser.JavaVersion) - Constructor for class com.amazonaws.http.conn.ssl.ShouldClearSslSessionPredicate
-
- shouldExcludeHeaderFromSigning(String) - Method in class com.amazonaws.auth.AWS4Signer
-
- shouldGenerateClientSideMonitoringEvents() - Method in class com.amazonaws.AmazonWebServiceClient
-
- shouldRetry(int, CredentialsEndpointRetryParameters) - Method in interface com.amazonaws.retry.internal.CredentialsEndpointRetryPolicy
-
Returns whether a failed request should be retried.
- 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.
- shouldRetry(RetryPolicyContext) - Method in class com.amazonaws.retry.RetryPolicyAdapter
-
- shouldRetry(RetryPolicyContext) - Method in class com.amazonaws.retry.v2.AndRetryCondition
-
- shouldRetry(RetryPolicyContext) - Method in class com.amazonaws.retry.v2.MaxNumberOfRetriesCondition
-
- shouldRetry(RetryPolicyContext) - Method in class com.amazonaws.retry.v2.OrRetryCondition
-
- shouldRetry(RetryPolicyContext) - Method in interface com.amazonaws.retry.v2.RetryCondition
-
Determine whether a request should or should not be retried.
- shouldRetry(RetryPolicyContext) - Method in class com.amazonaws.retry.v2.RetryOnExceptionsCondition
-
- shouldRetry(RetryPolicyContext) - Method in class com.amazonaws.retry.v2.RetryOnStatusCodeCondition
-
- shouldRetry(RetryPolicyContext) - Method in class com.amazonaws.retry.v2.SimpleRetryPolicy
-
- shouldRetry(PollingStrategyContext) - Method in class com.amazonaws.waiters.MaxAttemptsRetryStrategy
-
Default way of checking if polling should be retried
or fast failed
- shouldRetry(PollingStrategyContext) - Method in interface com.amazonaws.waiters.PollingStrategy.RetryStrategy
-
Returns whether polling of a resource should be retried according to the
given polling context.
- shouldRetryWithAuthParam(Request<?>, HttpResponse, AmazonServiceException) - Method in interface com.amazonaws.retry.internal.AuthErrorRetryStrategy
-
Returns an alternative signing context (consists of a new signer instance
and a new request endpoint) that should be used to retry the request.
- 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() - Method in class com.amazonaws.client.ClientHandler
-
Shutdown and release any underlying resources.
- shutdown() - Method in class com.amazonaws.client.ClientHandlerImpl
-
- shutdown() - Method in class com.amazonaws.endpointdiscovery.EndpointDiscoveryIdentifiersRefreshCache
-
- shutdown() - Method in class com.amazonaws.endpointdiscovery.EndpointDiscoveryRefreshCache
-
- 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.
- shutdown() - Method in class com.amazonaws.http.timers.client.ClientExecutionTimer
-
- shutdown() - Method in class com.amazonaws.http.timers.request.HttpRequestTimer
-
- shutdown() - Method in class com.amazonaws.monitoring.internal.AgentMonitoringListener
-
- shutdownInput() - Method in class com.amazonaws.internal.DelegateSocket
-
- shutdownInput() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- shutdownInput() - Method in class com.amazonaws.internal.SdkSocket
-
- shutdownInput() - Method in class com.amazonaws.internal.SdkSSLSocket
-
- shutdownOutput() - Method in class com.amazonaws.internal.DelegateSocket
-
- shutdownOutput() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- shutdownOutput() - Method in class com.amazonaws.internal.SdkSocket
-
- shutdownOutput() - Method in class com.amazonaws.internal.SdkSSLSocket
-
- 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.AWS4UnsignedPayloadSigner
-
- 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<?>) - Method in interface com.amazonaws.auth.RequestSigner
-
Sign the given request - modifies the
passed-in request to apply the signature.
- sign(SignableRequest<?>, AWSCredentials) - Method in interface com.amazonaws.auth.Signer
-
Sign the given request with the given set of credentials.
- sign(SignableRequest<?>) - Method in class com.amazonaws.auth.SignerAsRequestSigner
-
- 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.
- SignerAsRequestSigner - Class in com.amazonaws.auth
-
- SignerAsRequestSigner(Signer, AWSCredentialsProvider) - Constructor for class com.amazonaws.auth.SignerAsRequestSigner
-
- SignerConfig - Class in com.amazonaws.internal.config
-
Signer configuration.
- SignerConfigJsonHelper - Class in com.amazonaws.internal.config
-
An internal class used to build
SignerConfig
after this class per se has been
unmarshalled from JSON.
- SignerConfigJsonHelper() - Constructor for class com.amazonaws.internal.config.SignerConfigJsonHelper
-
- SignerConfigJsonHelper(String) - Constructor for class com.amazonaws.internal.config.SignerConfigJsonHelper
-
- SignerConstants - Class in com.amazonaws.auth.internal
-
- SignerConstants() - Constructor for class com.amazonaws.auth.internal.SignerConstants
-
- SignerFactory - Class in com.amazonaws.auth
-
Signer factory.
- SignerKey - Class in com.amazonaws.auth.internal
-
Holds the signing key and the number of days since epoch for the date for
which the signing key was generated.
- SignerKey(long, byte[]) - Constructor for class com.amazonaws.auth.internal.SignerKey
-
- SignerParams - Class in com.amazonaws.auth
-
Shared parameter structure to contain information required for signing by
various signer implementations.
- SignerParams(String, String) - Constructor for class com.amazonaws.auth.SignerParams
-
- signerProvider(SignerProvider) - Method in class com.amazonaws.auth.presign.PresignerParams.Builder
-
- signerProvider() - Method in class com.amazonaws.auth.presign.PresignerParams
-
- SignerProvider - Class in com.amazonaws.internal.auth
-
- SignerProvider() - Constructor for class com.amazonaws.internal.auth.SignerProvider
-
- SignerProviderContext - Class in com.amazonaws.internal.auth
-
- SignerProviderContext.Builder - Class in com.amazonaws.internal.auth
-
- SignerTypeAware - Interface in com.amazonaws.auth
-
- SIGNING_NAME - Static variable in class com.amazonaws.handlers.HandlerContextKey
-
The optional service name to sign the request.
- SIGNING_REGION - Static variable in class com.amazonaws.handlers.HandlerContextKey
-
The region used to sign the request.
- SigningAlgorithm - Enum in com.amazonaws.auth
-
- signWithMac(String, Mac) - Method in class com.amazonaws.auth.AbstractAWSSigner
-
- SIMPLE_NAME - Static variable in class com.amazonaws.util.AWSRequestMetrics
-
If the class name is required for logging and metrics we should use this
constant version instead of the expensive function call.
- SimpleDB - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- SimpleMetricType - Class in com.amazonaws.metrics
-
- SimpleMetricType() - Constructor for class com.amazonaws.metrics.SimpleMetricType
-
- SimpleRetryPolicy - Class in com.amazonaws.retry.v2
-
- SimpleRetryPolicy(RetryCondition, BackoffStrategy) - Constructor for class com.amazonaws.retry.v2.SimpleRetryPolicy
-
- 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
-
- SimpleTypeCborUnmarshallers - Class in com.amazonaws.transform
-
- SimpleTypeCborUnmarshallers() - Constructor for class com.amazonaws.transform.SimpleTypeCborUnmarshallers
-
- SimpleTypeCborUnmarshallers.BigDecimalCborUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Boolean values.
- SimpleTypeCborUnmarshallers.ByteBufferCborUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for ByteBuffer values.
- SimpleTypeCborUnmarshallers.ByteCborUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Byte values.
- SimpleTypeCborUnmarshallers.DateCborUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Date values - JSON dates come in as epoch seconds.
- SimpleTypeCborUnmarshallers.DoubleCborUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Double values.
- SimpleTypeCborUnmarshallers.FloatCborUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Float values.
- SimpleTypeCborUnmarshallers.IntegerCborUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Integer values.
- SimpleTypeCborUnmarshallers.LongCborUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Long values.
- SimpleTypeCborUnmarshallers.ShortCborUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Short values.
- SimpleTypeCborUnmarshallers.StringCborUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for String values.
- SimpleTypeIonUnmarshallers - Class in com.amazonaws.transform
-
- SimpleTypeIonUnmarshallers() - Constructor for class com.amazonaws.transform.SimpleTypeIonUnmarshallers
-
- SimpleTypeIonUnmarshallers.BigDecimalIonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeIonUnmarshallers.BigIntegerIonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeIonUnmarshallers.BooleanIonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeIonUnmarshallers.ByteBufferIonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeIonUnmarshallers.ByteIonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeIonUnmarshallers.DateIonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeIonUnmarshallers.DoubleIonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeIonUnmarshallers.FloatIonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeIonUnmarshallers.IntegerIonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeIonUnmarshallers.LongIonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeIonUnmarshallers.ShortIonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeIonUnmarshallers.StringIonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeJsonMarshallers - Class in com.amazonaws.protocol.json.internal
-
- SimpleTypeJsonMarshallers() - Constructor for class com.amazonaws.protocol.json.internal.SimpleTypeJsonMarshallers
-
- SimpleTypeJsonUnmarshallers - Class in com.amazonaws.transform
-
- SimpleTypeJsonUnmarshallers() - Constructor for class com.amazonaws.transform.SimpleTypeJsonUnmarshallers
-
- SimpleTypeJsonUnmarshallers.BigDecimalJsonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeJsonUnmarshallers.BooleanJsonUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Boolean values.
- SimpleTypeJsonUnmarshallers.ByteBufferJsonUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for ByteBuffer values.
- SimpleTypeJsonUnmarshallers.ByteJsonUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Byte values.
- SimpleTypeJsonUnmarshallers.CharacterJsonUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Character values.
- SimpleTypeJsonUnmarshallers.DateJsonUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Date values - JSON dates come in as epoch seconds for AWS services and ISO8601 string
for API Gateway fronted services..
- SimpleTypeJsonUnmarshallers.DateJsonUnmarshallerFactory - Class in com.amazonaws.transform
-
- SimpleTypeJsonUnmarshallers.DoubleJsonUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Double values.
- SimpleTypeJsonUnmarshallers.FloatJsonUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Float values.
- SimpleTypeJsonUnmarshallers.IntegerJsonUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Integer values.
- SimpleTypeJsonUnmarshallers.JsonValueStringUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for fields with JSON values.
- SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Long values.
- SimpleTypeJsonUnmarshallers.ShortJsonUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Short values.
- SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for String values.
- SimpleTypePathMarshallers - Class in com.amazonaws.protocol.json.internal
-
- SimpleTypePathMarshallers() - Constructor for class com.amazonaws.protocol.json.internal.SimpleTypePathMarshallers
-
- SimpleTypeStaxUnmarshallers - Class in com.amazonaws.transform
-
Collection of StAX unmarshallers for simple data types.
- SimpleTypeStaxUnmarshallers() - Constructor for class com.amazonaws.transform.SimpleTypeStaxUnmarshallers
-
- SimpleTypeStaxUnmarshallers.BigDecimalStaxUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller - Class in com.amazonaws.transform
-
- SimpleTypeStaxUnmarshallers.BooleanStaxUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Boolean values.
- SimpleTypeStaxUnmarshallers.ByteBufferStaxUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for ByteBuffer values.
- SimpleTypeStaxUnmarshallers.ByteStaxUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Byte values.
- SimpleTypeStaxUnmarshallers.CharacterJsonUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Character values.
- SimpleTypeStaxUnmarshallers.DateStaxUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Date values.
- SimpleTypeStaxUnmarshallers.DateStaxUnmarshallerFactory - Class in com.amazonaws.transform
-
- SimpleTypeStaxUnmarshallers.DoubleStaxUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Double values.
- SimpleTypeStaxUnmarshallers.FloatStaxUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Float values.
- SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Integer values.
- SimpleTypeStaxUnmarshallers.LongStaxUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Long values.
- SimpleTypeStaxUnmarshallers.ShortJsonUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Short values.
- SimpleTypeStaxUnmarshallers.StringStaxUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for String values.
- SimpleTypeUnmarshallers - Class in com.amazonaws.transform
-
Collection of unmarshallers for simple data types.
- SimpleTypeUnmarshallers() - Constructor for class com.amazonaws.transform.SimpleTypeUnmarshallers
-
- SimpleTypeUnmarshallers.BooleanUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Boolean values.
- SimpleTypeUnmarshallers.ByteBufferUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for ByteBuffer values.
- SimpleTypeUnmarshallers.ByteUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Byte values.
- SimpleTypeUnmarshallers.DateUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Date values.
- SimpleTypeUnmarshallers.DoubleUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Double values.
- SimpleTypeUnmarshallers.FloatUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Float values.
- SimpleTypeUnmarshallers.IntegerUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Integer values.
- SimpleTypeUnmarshallers.LongUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for Long values.
- SimpleTypeUnmarshallers.StringUnmarshaller - Class in com.amazonaws.transform
-
Unmarshaller for String values.
- SimpleWorkflow - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- 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.internal.FIFOCache
-
Returns the current size of the cache.
- size() - Method in class com.amazonaws.internal.SdkInternalMap
-
- size() - Method in class com.amazonaws.util.ImmutableMapParameter
-
- skip(long) - Method in class com.amazonaws.internal.DelegateInputStream
-
- skip(long) - Method in class com.amazonaws.internal.ResettableInputStream
-
- skip(long) - Method in class com.amazonaws.internal.SdkBufferedInputStream
-
- skip(long) - Method in class com.amazonaws.internal.SdkDigestInputStream
-
Skips over and discards n
bytes of data from this input
stream, while taking the skipped bytes into account for digest
calculation.
- skip(long) - Method in class com.amazonaws.internal.SdkFilterInputStream
-
- skip(long) - Method in class com.amazonaws.util.LengthCheckInputStream
- SNS - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- sock - Variable in class com.amazonaws.internal.DelegateSocket
-
- sock - Variable in class com.amazonaws.internal.DelegateSSLSocket
-
- 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.
- SOURCE_PROFILE - Static variable in class com.amazonaws.auth.profile.internal.ProfileKeyConstants
-
Property name for specifying the profile credentials to use when assuming a role
- SQS - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- stack - Variable in class com.amazonaws.transform.StaxUnmarshallerContext
-
- StackedRequestHandler - Class in com.amazonaws.handlers
-
- StackedRequestHandler(RequestHandler2...) - Constructor for class com.amazonaws.handlers.StackedRequestHandler
-
- StackedRequestHandler(List<RequestHandler2>) - Constructor for class com.amazonaws.handlers.StackedRequestHandler
-
- STANDARD - Static variable in interface com.amazonaws.auth.SdkClock
-
- standard() - Static method in class com.amazonaws.protocol.json.JsonProtocolMarshallerBuilder
-
- StandardErrorUnmarshaller - Class in com.amazonaws.transform
-
Error unmarshaller that knows how to interpret a standard AWS error message
(i.e.
- StandardErrorUnmarshaller() - Constructor for class com.amazonaws.transform.StandardErrorUnmarshaller
-
Constructs a new unmarshaller that will unmarshall a standard AWS error
message as a generic AmazonServiceException object.
- StandardErrorUnmarshaller(Class<? extends AmazonServiceException>) - Constructor for class com.amazonaws.transform.StandardErrorUnmarshaller
-
Constructor allowing subclasses to specify a specific type of
AmazonServiceException to instantiating when populating the exception
object with data from the error message.
- 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
-
- startHandshake() - Method in class com.amazonaws.internal.DelegateSSLSocket
-
- startMarshalling() - Method in class com.amazonaws.protocol.json.internal.JsonProtocolMarshaller
-
If there is not an explicit payload member then we need to start the implicit JSON request object.
- startMarshalling() - Method in interface com.amazonaws.protocol.ProtocolRequestMarshaller
-
Hook to perform an initialization that needs to happen at the start of marshalling.
- startTimer(int) - Method in class com.amazonaws.http.timers.client.ClientExecutionTimer
-
Start the timer with the specified timeout and return a object that can be used to track the
state of the timer and cancel it if need be.
- startTimer(HttpRequestBase, int) - Method in class com.amazonaws.http.timers.request.HttpRequestTimer
-
Start the timer with the specified timeout and return a object that can be used to track the
state of the timer and cancel it if need be.
- 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.
- startTimingFullSupport(long, long) - Static method in class com.amazonaws.util.TimingInfo
-
Captures the given wall clock time and start time in nanosecond
- STATEMENT - Static variable in class com.amazonaws.auth.policy.internal.JsonDocumentFields
-
- 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.
- STATEMENT_EFFECT - Static variable in class com.amazonaws.auth.policy.internal.JsonDocumentFields
-
- STATEMENT_ID - Static variable in class com.amazonaws.auth.policy.internal.JsonDocumentFields
-
- StaticCredentialsProvider - Class in com.amazonaws.internal
-
- StaticCredentialsProvider(AWSCredentials) - Constructor for class com.amazonaws.internal.StaticCredentialsProvider
-
Deprecated.
- StaticCsmConfigurationProvider - Class in com.amazonaws.monitoring
-
- StaticCsmConfigurationProvider(CsmConfiguration) - Constructor for class com.amazonaws.monitoring.StaticCsmConfigurationProvider
-
- StaticSignerProvider - Class in com.amazonaws.auth
-
Implementation of
SignerProvider
that always returns the same signer regardless of
context.
- StaticSignerProvider(Signer) - Constructor for class com.amazonaws.auth.StaticSignerProvider
-
- 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>, boolean, boolean) - Constructor for class com.amazonaws.http.StaxResponseHandler
-
- 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.
- StaxUnmarshallerContext - Class in com.amazonaws.transform
-
Contains the unmarshalling state for the parsing of an XML response.
- StaxUnmarshallerContext(XMLEventReader) - Constructor for class com.amazonaws.transform.StaxUnmarshallerContext
-
Constructs a new unmarshaller context using the specified source of XML events.
- StaxUnmarshallerContext(XMLEventReader, Map<String, String>) - Constructor for class com.amazonaws.transform.StaxUnmarshallerContext
-
Constructs a new unmarshaller context using the specified source of XML
events, and a set of response headers.
- StaxUnmarshallerContext(XMLEventReader, Map<String, String>, HttpResponse) - Constructor for class com.amazonaws.transform.StaxUnmarshallerContext
-
Constructs a new unmarshaller context using the specified source of XML
events, and a set of response headers.
- stop() - Method in class com.amazonaws.metrics.MetricCollector
-
Stops the request metric collector.
- StorageGateway - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- STREAM - Static variable in interface com.amazonaws.protocol.MarshallingType
-
- STRING - Static variable in class com.amazonaws.protocol.json.internal.HeaderMarshallers
-
- STRING - Static variable in class com.amazonaws.protocol.json.internal.QueryParamMarshallers
-
- STRING - Static variable in class com.amazonaws.protocol.json.internal.SimpleTypeJsonMarshallers
-
- STRING - Static variable in class com.amazonaws.protocol.json.internal.SimpleTypePathMarshallers
-
- STRING - Static variable in interface com.amazonaws.protocol.MarshallingType
-
- StringCborUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeCborUnmarshallers.StringCborUnmarshaller
-
- 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
-
- StringIonUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeIonUnmarshallers.StringIonUnmarshaller
-
- StringJsonUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller
-
- 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
-
- stringMapFromJsonString(String) - Static method in enum com.amazonaws.util.json.Jackson
-
Returns a map of strings from the given json string; or null if the given json string is null.
- StringStaxUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeStaxUnmarshallers.StringStaxUnmarshaller
-
- StringToByteBufferAdapter - Class in com.amazonaws.adapters.types
-
- StringToByteBufferAdapter() - Constructor for class com.amazonaws.adapters.types.StringToByteBufferAdapter
-
- StringToInputStreamAdapter - Class in com.amazonaws.adapters.types
-
- StringToInputStreamAdapter() - Constructor for class com.amazonaws.adapters.types.StringToInputStreamAdapter
-
- StringUnmarshaller() - Constructor for class com.amazonaws.transform.SimpleTypeUnmarshallers.StringUnmarshaller
-
- StringUtils - Class in com.amazonaws.util
-
Utilities for converting objects to strings.
- StringUtils() - Constructor for class com.amazonaws.util.StringUtils
-
- STRUCTURED - Static variable in class com.amazonaws.protocol.json.internal.SimpleTypeJsonMarshallers
-
- STRUCTURED - Static variable in interface com.amazonaws.protocol.MarshallingType
-
- StructuredJsonGenerator - Interface in com.amazonaws.protocol.json
-
Interface for generating a JSON
- StructuredJsonMarshaller<T> - Interface in com.amazonaws.protocol.json
-
- StructuredPojo - Interface in com.amazonaws.protocol
-
Interface implemented by model classes so that they may marshaller themselves.
- STS - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- STSProfileCredentialsServiceLoader - Class in com.amazonaws.auth.profile.internal.securitytoken
-
Loads com.amazonaws.services.securitytoken.internal.STSProfileCredentialsService
from the STS SDK module, if the module is on the current classpath.
- STSProfileCredentialsServiceProvider - Class in com.amazonaws.auth.profile.internal.securitytoken
-
- STSProfileCredentialsServiceProvider(RoleInfo) - Constructor for class com.amazonaws.auth.profile.internal.securitytoken.STSProfileCredentialsServiceProvider
-
- Support - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- swfDefault() - Static method in class com.amazonaws.PredefinedClientConfigurations
-
- SyncBuilderParams() - Constructor for class com.amazonaws.client.builder.AwsClientBuilder.SyncBuilderParams
-
- 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
-
- SystemDefaultDnsResolver - Class in com.amazonaws
-
- SystemDefaultDnsResolver() - Constructor for class com.amazonaws.SystemDefaultDnsResolver
-
- 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
-
- SystemPropertyCsmConfigurationProvider - Class in com.amazonaws.monitoring
-
Configuration provider that sources the client side monitoring
configuration parameters from system properties.
- SystemPropertyCsmConfigurationProvider() - Constructor for class com.amazonaws.monitoring.SystemPropertyCsmConfigurationProvider
-
- SystemPropertyEndpointDiscoveryProvider - Class in com.amazonaws.endpointdiscovery
-
- SystemPropertyEndpointDiscoveryProvider() - Constructor for class com.amazonaws.endpointdiscovery.SystemPropertyEndpointDiscoveryProvider
-
- SystemPropertyTlsKeyManagersProvider - Class in com.amazonaws.http
-
Implementation of
TlsKeyManagersProvider
that gets the information
about the KeyStore to load from the system properties.
- SystemPropertyTlsKeyManagersProvider() - Constructor for class com.amazonaws.http.SystemPropertyTlsKeyManagersProvider
-
- V2CompatibleBackoffStrategy - Interface in com.amazonaws.retry
-
Adapter interface for backoff strategies that can be used in both legacy RetryPolicies and the new V2 retry policy.
- validateHostnameCompliant(String, String, String) - Static method in class com.amazonaws.util.HostnameValidator
-
Validates that a hostname component is compliant.
- validateResourceList(List<Resource>) - Static method in class com.amazonaws.util.PolicyUtils
-
Determines if a list of Resource objects is valid, containing either all NotResource elements or all Resource
elements
- ValidationUtils - Class in com.amazonaws.util
-
Useful utilities to validate dependencies
- ValidationUtils() - Constructor for class com.amazonaws.util.ValidationUtils
-
- 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(ByteBuffer) - Method in class com.amazonaws.util.XMLWriter
-
Adds the specified value as Base64 encoded 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.metrics.internal.ServiceMetricTypeGuesser
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.protocol.MarshallLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.protocol.Protocol
-
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.ProxyAuthenticationMethod
-
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.retry.RetryMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.transform.JsonUnmarshallerContext.UnmarshallerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.util.AwsClientSideMonitoringMetrics
-
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.JavaVersionParser.KnownJavaVersions
-
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.
- valueOf(String) - Static method in enum com.amazonaws.util.TimestampFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.waiters.WaiterState
-
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() - Method in class com.amazonaws.internal.SdkInternalMap
-
- 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.metrics.internal.ServiceMetricTypeGuesser
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.protocol.MarshallLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.protocol.Protocol
-
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.ProxyAuthenticationMethod
-
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.retry.RetryMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.transform.JsonUnmarshallerContext.UnmarshallerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.util.AwsClientSideMonitoringMetrics
-
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.JavaVersionParser.KnownJavaVersions
-
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.
- values() - Static method in enum com.amazonaws.util.TimestampFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.waiters.WaiterState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueToStringConverters - Class in com.amazonaws.protocol.json.internal
-
Converts various types to Strings.
- ValueToStringConverters() - Constructor for class com.amazonaws.protocol.json.internal.ValueToStringConverters
-
- ValueToStringConverters.ValueToString<T> - Interface in com.amazonaws.protocol.json.internal
-
Simple interface to convert a type to a String.
- VERSION - Static variable in class com.amazonaws.auth.policy.internal.JsonDocumentFields
-
- version - Variable in class com.amazonaws.monitoring.ApiMonitoringEvent
-
- VERSION_FOUR_SIGNER - Static variable in class com.amazonaws.auth.SignerFactory
-
- VERSION_FOUR_UNSIGNED_PAYLOAD_SIGNER - Static variable in class com.amazonaws.auth.SignerFactory
-
- VERSION_THREE_SIGNER - Static variable in class com.amazonaws.auth.SignerFactory
-
- VersionInfoUtils - Class in com.amazonaws.util
-
Utility class for accessing AWS SDK versioning information.
- VersionInfoUtils() - Constructor for class com.amazonaws.util.VersionInfoUtils
-
- VoidJsonUnmarshaller<T> - Class in com.amazonaws.transform
-
Simple unmarshaller that iterates through the JSON events but always
returns null.
- VoidJsonUnmarshaller() - Constructor for class com.amazonaws.transform.VoidJsonUnmarshaller
-
- VoidStaxUnmarshaller<T> - Class in com.amazonaws.transform
-
Simple StAX unmarshaller that iterates through the XML events but always
returns null.
- VoidStaxUnmarshaller() - Constructor for class com.amazonaws.transform.VoidStaxUnmarshaller
-
- VoidUnmarshaller - Class in com.amazonaws.transform
-
Simple Unmarshaller implementation that always returns null.
- VoidUnmarshaller() - Constructor for class com.amazonaws.transform.VoidUnmarshaller
-
- WAF - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- Waiter<Input extends AmazonWebServiceRequest> - Interface in com.amazonaws.waiters
-
- WaiterAcceptor<Output> - Class in com.amazonaws.waiters
-
- WaiterAcceptor() - Constructor for class com.amazonaws.waiters.WaiterAcceptor
-
- WaiterBuilder<Input extends AmazonWebServiceRequest,Output> - Class in com.amazonaws.waiters
-
- WaiterBuilder() - Constructor for class com.amazonaws.waiters.WaiterBuilder
-
- WaiterExecution<Input extends AmazonWebServiceRequest,Output> - Class in com.amazonaws.waiters
-
- WaiterExecution(WaiterExecutionBuilder<Input, Output>) - Constructor for class com.amazonaws.waiters.WaiterExecution
-
Constructs a new waiter with all the parameters defined
in the WaiterExecutionBuilder
- WaiterExecutionBuilder<Input extends AmazonWebServiceRequest,Output> - Class in com.amazonaws.waiters
-
- WaiterExecutionBuilder() - Constructor for class com.amazonaws.waiters.WaiterExecutionBuilder
-
- WaiterExecutorServiceFactory - Class in com.amazonaws.waiters
-
Static helper class that is used by generated code to build an efficient
ExecutorService
to be used by
asynchronous waiter executions.
- WaiterExecutorServiceFactory() - Constructor for class com.amazonaws.waiters.WaiterExecutorServiceFactory
-
- WaiterHandler<Input extends AmazonWebServiceRequest> - Class in com.amazonaws.waiters
-
Callbacks are executed synchronously.
- WaiterHandler() - Constructor for class com.amazonaws.waiters.WaiterHandler
-
- WaiterImpl<Input extends AmazonWebServiceRequest,Output> - Class in com.amazonaws.waiters
-
- WaiterImpl(WaiterBuilder<Input, Output>) - Constructor for class com.amazonaws.waiters.WaiterImpl
-
Constructs a new waiter with the given internal parameters
- WaiterParameters<Input extends AmazonWebServiceRequest> - Class in com.amazonaws.waiters
-
- WaiterParameters() - Constructor for class com.amazonaws.waiters.WaiterParameters
-
- WaiterParameters(Input) - Constructor for class com.amazonaws.waiters.WaiterParameters
-
- WaiterState - Enum in com.amazonaws.waiters
-
- WaiterTimedOutException - Exception in com.amazonaws.waiters
-
- WaiterTimedOutException(String) - Constructor for exception com.amazonaws.waiters.WaiterTimedOutException
-
Constructs a new WaiterTimedOutException with the specified error
message.
- WaiterUnrecoverableException - Exception in com.amazonaws.waiters
-
- WaiterUnrecoverableException(String) - Constructor for exception com.amazonaws.waiters.WaiterUnrecoverableException
-
Constructs a new WaiterUnrecoverableException with the specified error
message.
- 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.
- WEB_IDENTITY_TOKEN - Static variable in class com.amazonaws.auth.profile.internal.ProfileKeyConstants
-
Absolute path to a JWT file containing a web identity token.
- WebIdentityTokenCredentialsProvider - Class in com.amazonaws.auth
-
- WebIdentityTokenCredentialsProvider() - Constructor for class com.amazonaws.auth.WebIdentityTokenCredentialsProvider
-
- WebIdentityTokenCredentialsProvider.Builder - Interface in com.amazonaws.auth
-
- webIdentityTokenFile(String) - Method in interface com.amazonaws.auth.WebIdentityTokenCredentialsProvider.Builder
-
Define the absolute path to the web identity token file that should be used by this credentials provider.
- withAcceptors(WaiterAcceptor<Output>...) - Method in class com.amazonaws.waiters.WaiterBuilder
-
- withAcceptors(List<WaiterAcceptor<Output>>) - Method in class com.amazonaws.waiters.WaiterExecutionBuilder
-
- withAccessKey(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the accessKey
- withAccountId(String) - Method in class com.amazonaws.arn.Arn.Builder
-
- 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.
- withApi(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- withApi(String) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- withApi(String) - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
Sets the api
- withApiCallTimeout(int) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
Sets the api call timeout
- withAttemptCount(Integer) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
Sets the attemptCount
- withAttemptLatency(Long) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the latency
- withAwsClient(AmazonWebServiceClient) - Method in class com.amazonaws.http.ExecutionContext.Builder
-
- withAwsException(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the awsException
- withAwsExceptionMessage(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the awsExceptionMessage
- withBackoffStrategy(RetryPolicy.BackoffStrategy) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
Set the back-off strategy for controlling how long the next retry should wait.
- withBaseServiceExceptionClass(Class<? extends RuntimeException>) - Method in class com.amazonaws.protocol.json.JsonClientMetadata
-
- withBytesReadBeforeException(int) - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- withCacheResponseMetadata(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets whether or not to cache response metadata.
- withClientConfiguration(ClientConfiguration) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets the ClientConfiguration to be used by the client.
- withClientExecutionTimeout(int) - Method in class com.amazonaws.ClientConfiguration
-
Sets the amount of time (in milliseconds) to allow the client to complete the execution of
an API call.
- withClientId(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- withClientId(String) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- withClientId(String) - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
Sets the clientId
- withClientId(String) - Method in class com.amazonaws.monitoring.CsmConfiguration.Builder
-
- withClientParams(AwsSyncClientParams) - Method in class com.amazonaws.client.ClientHandlerParams
-
- withClientSideMonitoringConfigurationProvider(CsmConfigurationProvider) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
- withCommand(String) - Method in class com.amazonaws.auth.ProcessCredentialsProvider.Builder
-
- 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.
- withConnectionMaxIdleMillis(long) - Method in class com.amazonaws.ClientConfiguration
-
Sets the maximum amount of time that an idle connection may sit in the connection pool and
still be eligible for reuse.
- 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.
- withContentTypeOverride(String) - Method in class com.amazonaws.protocol.json.JsonClientMetadata
-
- withCounter(String, long) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- withCounter(MetricType, long) - Method in class com.amazonaws.util.AWSRequestMetrics
-
- withCredentialExpirationBuffer(int, TimeUnit) - Method in class com.amazonaws.auth.ProcessCredentialsProvider.Builder
-
- withCredentials(AWSCredentialsProvider) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets the AWSCredentialsProvider used by the client.
- withCustomErrorCodeFieldName(String) - Method in class com.amazonaws.protocol.json.JsonErrorResponseMetadata
-
- withDefaultPollingStrategy(PollingStrategy) - Method in class com.amazonaws.waiters.WaiterBuilder
-
- withDisableHostPrefixInjection(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets the configuration option to disable the host prefix injection.
- withDisableSocketProxy(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Set whether to disable proxies at the socket level.
- withDisableStrictHostnameVerification(boolean) - Method in class com.amazonaws.client.ClientHandlerParams
-
- withDnsResolver(DnsResolver) - Method in class com.amazonaws.ClientConfiguration
-
Sets the DNS Resolver that should be used to for resolving AWS IP addresses.
- withEnabled(Boolean) - Method in class com.amazonaws.monitoring.CsmConfiguration.Builder
-
- withEndpoint(String) - Method in class com.amazonaws.AmazonWebServiceClient
-
- withEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets the endpoint configuration (service endpoint & signing region) to be used for requests.
- withErrorCode(String) - Method in class com.amazonaws.protocol.json.JsonErrorShapeMetadata
-
- withErrorResponseHandler(HttpResponseHandler<? extends SdkBaseException>) - Method in class com.amazonaws.client.ClientExecutionParams
-
- withErrorShapes(List<JsonErrorShapeMetadata>) - Method in class com.amazonaws.protocol.json.JsonErrorResponseMetadata
-
- withException(Exception) - Method in class com.amazonaws.handlers.HandlerAfterAttemptContext.HandlerAfterAttemptContextBuilder
-
Fluent set for what the exception should be on the eventual HandlerAfterAttemptContext instance
- withException(Exception) - Method in class com.amazonaws.retry.internal.CredentialsEndpointRetryParameters.Builder
-
- withExceptionUnmarshaller(JsonErrorUnmarshaller) - Method in class com.amazonaws.protocol.json.JsonErrorShapeMetadata
-
- withExecutorFactory(ExecutorFactory) - Method in class com.amazonaws.client.builder.AwsAsyncClientBuilder
-
Sets a custom executor service factory to use for the async clients.
- withExecutorService(ExecutorService) - Method in class com.amazonaws.waiters.WaiterBuilder
-
- withExternalId(String) - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
A unique identifier that is used by third parties when assuming roles in
their customers' accounts.
- withFastFailRateLimiting(boolean) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
Whether the client should fail immediately when it cannot immediately make a request because there is not enough capacity in the rate limiter.
- withFinalAwsException(String) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- withFinalAwsExceptionMessage(String) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- withFinalHttpStatusCode(Integer) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- withFinalSdkException(String) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- withFinalSdkExceptionMessage(String) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- withFqdn(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the fqdn
- 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 decompression should be used when receiving HTTP responses.
- withHasStreamingSuccessResponse(boolean) - Method in class com.amazonaws.protocol.json.JsonOperationMetadata
-
- withHeader(String, String) - Method in class com.amazonaws.ClientConfiguration
-
- withHonorDefaultBackoffStrategyInRetryMode(boolean) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
Whether the policy should honor the backoff strategy dictated by the configured retry mode.
- withHonorDefaultMaxErrorRetryInRetryMode(boolean) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
Whether the policy should honor the max error retries dictated by the configured retry mode.
- withHonorMaxErrorRetryInClientConfig(boolean) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
- withHost(String) - Method in class com.amazonaws.monitoring.CsmConfiguration.Builder
-
- withHttpStatusCode(Integer) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the httpStatusCode
- withHttpStatusCode(Integer) - Method in class com.amazonaws.protocol.json.JsonErrorShapeMetadata
-
- 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.
- withInput(Input) - Method in class com.amazonaws.client.ClientExecutionParams
-
- withIsNotType(boolean) - Method in class com.amazonaws.auth.policy.Resource
-
Sets whether this resource is a NotResource, which explicitly matches everything except the specified list
of resources.
- withIsRedirect(boolean) - Method in class com.amazonaws.internal.auth.SignerProviderContext.Builder
-
- withLatency(Long) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
Sets the latency
- withLocalAddress(InetAddress) - Method in class com.amazonaws.ClientConfiguration
-
Sets the optional local address the client will bind to and returns the updated
ClientConfiguration object.
- withLongLivedCredentials(AWSCredentials) - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
Provides the credentials that are used to assume the role.
- withLongLivedCredentialsProvider(AWSCredentialsProvider) - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
Provides the credentials that are used to assume the role.
- withMarshaller(Marshaller<Request<Input>, Input>) - Method in class com.amazonaws.client.ClientExecutionParams
-
- withMaxConnections(int) - Method in class com.amazonaws.ClientConfiguration
-
Sets the maximum number of allowed open HTTP connections and returns the updated
ClientConfiguration object.
- withMaxConsecutiveRetriesBeforeThrottling(int) - Method in class com.amazonaws.ClientConfiguration
-
Set the maximum number of consecutive failed retries that the client will permit before
throttling all subsequent retries of failed requests.
- 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.
- withMaxErrorRetry(int) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
Set aximum number of retry attempts for failed requests.
- withMaxNumErrors(int) - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- withMaxRetriesExceeded(int) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
Sets the api call timeout
- withMetricsCollector(RequestMetricCollector) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets a custom RequestMetricCollector to use for the client.
- withModeledClass(Class<? extends RuntimeException>) - Method in class com.amazonaws.protocol.json.JsonErrorShapeMetadata
-
- withMonitoringListener(MonitoringListener) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets a custom MonitoringListener to use for the client.
- withNonProxyHosts(String) - Method in class com.amazonaws.ClientConfiguration
-
Set the optional hosts the client will access without going
through the proxy.
- 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.
- withPartition(String) - Method in class com.amazonaws.arn.Arn.Builder
-
- withPayloadJson(boolean) - Method in class com.amazonaws.protocol.json.JsonOperationMetadata
-
- withPollingStrategy(PollingStrategy) - Method in class com.amazonaws.waiters.WaiterExecutionBuilder
-
- withPollingStrategy(PollingStrategy) - Method in class com.amazonaws.waiters.WaiterParameters
-
Constructs a new WaiterParameters with the given polling strategy
- withPort(Integer) - Method in class com.amazonaws.monitoring.CsmConfiguration.Builder
-
- 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.
- withProcessOutputLimit(long) - Method in class com.amazonaws.auth.ProcessCredentialsProvider.Builder
-
- withProtocol(Protocol) - Method in class com.amazonaws.ClientConfiguration
-
Sets the protocol (i.e.
- withProtocolVersion(String) - Method in class com.amazonaws.protocol.json.JsonClientMetadata
-
- withProxyAuthenticationMethods(List<ProxyAuthenticationMethod>) - Method in class com.amazonaws.ClientConfiguration
-
Configure the list of authentication methods that should be used when authenticating against an HTTP proxy, in the order
they should be attempted.
- 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.
- withProxyProtocol(Protocol) - Method in class com.amazonaws.ClientConfiguration
-
Set the
Protocol
to use for connecting to the proxy.
- 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.
- withQualifier(String) - Method in class com.amazonaws.arn.ArnResource.Builder
-
- withReaper(boolean) - Method in class com.amazonaws.ClientConfiguration
-
- withRegion(Region) - Method in class com.amazonaws.AmazonWebServiceClient
-
- withRegion(Regions) - Method in class com.amazonaws.AmazonWebServiceClient
-
- withRegion(String) - Method in class com.amazonaws.arn.Arn.Builder
-
- withRegion(Regions) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets the region to be used by the client.
- withRegion(String) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets the region to be used by the client.
- withRegion(Region) - Method in class com.amazonaws.internal.DefaultServiceEndpointBuilder
-
- withRegion(Region) - Method in class com.amazonaws.internal.IdentityEndpointBuilder
-
- withRegion(Region) - Method in class com.amazonaws.internal.ServiceEndpointBuilder
-
Changes the region of the endpoint builder
- withRegion(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the region
- withRegion(String) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- withRegion(String) - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
Sets the region
- withRequest(Request<?>) - Method in class com.amazonaws.handlers.HandlerAfterAttemptContext.HandlerAfterAttemptContextBuilder
-
Fluent set for what the request should be on the eventual HandlerAfterAttemptContext instance
- withRequest(Request<?>) - Method in class com.amazonaws.handlers.HandlerBeforeAttemptContext.HandlerBeforeAttemptContextBuilder
-
Fluent set for what the request should be on the eventual HandlerBeforeAttemptContext instance
- withRequest(Request<?>) - Method in class com.amazonaws.internal.auth.SignerProviderContext.Builder
-
- withRequest(Input) - Method in class com.amazonaws.waiters.WaiterExecutionBuilder
-
- withRequest(Input) - Method in class com.amazonaws.waiters.WaiterParameters
-
Constructs a new WaiterParameters with the given request
- withRequestConfig(RequestConfig) - Method in class com.amazonaws.client.ClientExecutionParams
-
- withRequestConfig(RequestConfig) - Method in class com.amazonaws.internal.auth.SignerProviderContext.Builder
-
- withRequestCredentialsProvider(AWSCredentialsProvider) - Method in class com.amazonaws.AmazonWebServiceRequest
-
Sets the optional credentials provider to use for this request, overriding the default credentials
provider at the client level.
- withRequestCredentialsProvider(AWSCredentialsProvider) - Method in class com.amazonaws.auth.presign.PresignerFacade.PresigningRequest
-
- withRequestHandler2s(List<RequestHandler2>) - Method in class com.amazonaws.http.ExecutionContext.Builder
-
- withRequestHandlers(RequestHandler2...) - Method in class com.amazonaws.client.builder.AwsClientBuilder
-
Sets the request handlers to use in the client.
- withRequestLatency(Long) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the requestLatency
- 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.
- withRequestTimeout(int) - Method in class com.amazonaws.ClientConfiguration
-
Sets the amount of time to wait (in milliseconds) for the request to complete before giving
up and timing out.
- withResetIntervalBeforeException(int) - Method in class com.amazonaws.util.UnreliableFilterInputStream
-
- withResource(String) - Method in class com.amazonaws.arn.Arn.Builder
-
- withResource(String) - Method in class com.amazonaws.arn.ArnResource.Builder
-
- 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.
- withResourceType(String) - Method in class com.amazonaws.arn.ArnResource.Builder
-
- withResponse(Response<?>) - Method in class com.amazonaws.handlers.HandlerAfterAttemptContext.HandlerAfterAttemptContextBuilder
-
Fluent set for what the response should be on the eventual HandlerAfterAttemptContext instance
- withResponseHandler(HttpResponseHandler<Output>) - Method in class com.amazonaws.client.ClientExecutionParams
-
- withResponseMetadataCacheSize(int) - Method in class com.amazonaws.ClientConfiguration
-
Sets the response metadata cache size.
- withRetryCondition(RetryPolicy.RetryCondition) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
Set the retry condition on whether a specific request and exception should be retried.
- withRetryMode(RetryMode) - Method in class com.amazonaws.ClientConfiguration
-
Sets the RetryMode to use
- withRetryMode(RetryMode) - Method in class com.amazonaws.retry.RetryPolicy.RetryPolicyBuilder
-
Set the retry mode for the client.
- withRetryPolicy(RetryPolicy) - Method in class com.amazonaws.ClientConfiguration
-
Sets the retry policy upon failed requests, and returns the updated ClientConfiguration
object.
- withRoleArn(String) - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
The Amazon Resource Name (ARN) of the role to assume.
- withRoleSessionName(String) - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
An identifier for the assumed role session.
- withSdkClientExecutionTimeout(int) - Method in class com.amazonaws.AmazonWebServiceRequest
-
Sets the amount of time (in milliseconds) to allow the client to complete the execution of
an API call.
- withSdkException(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the sdkException
- withSdkExceptionMessage(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the sdkExceptionMessage
- withSdkFunction(SdkFunction<Input, Output>) - Method in class com.amazonaws.waiters.WaiterBuilder
-
- withSdkFunction(SdkFunction) - Method in class com.amazonaws.waiters.WaiterExecutionBuilder
-
- withSdkRequestTimeout(int) - Method in class com.amazonaws.AmazonWebServiceRequest
-
Sets the amount of time to wait (in milliseconds) for the request to complete before giving
up and timing out.
- withSecureRandom(SecureRandom) - Method in class com.amazonaws.ClientConfiguration
-
- withService(String) - Method in class com.amazonaws.arn.Arn.Builder
-
- withService(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- withService(String) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- withService(String) - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
Sets the service against which the call is being made.
- withSessionToken(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the sessionToken
- withSignerOverride(String) - Method in class com.amazonaws.ClientConfiguration
-
Sets the name of the signature algorithm to use for signing requests made by this client.
- withSignerProvider(SignerProvider) - Method in class com.amazonaws.http.ExecutionContext.Builder
-
- 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 transferred 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(ConnectionSocketFactory) - 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.
- withStatusCode(Integer) - Method in class com.amazonaws.retry.internal.CredentialsEndpointRetryParameters.Builder
-
- withStripAwsPrincipalIdHyphensEnabled(boolean) - Method in class com.amazonaws.auth.policy.PolicyReaderOptions
-
- withSupportsCbor(boolean) - Method in class com.amazonaws.protocol.json.JsonClientMetadata
-
- withSupportsIon(boolean) - Method in class com.amazonaws.protocol.json.JsonClientMetadata
-
- withTcpKeepAlive(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets whether or not to enable TCP KeepAlive support at the socket level.
- withThrottledRetries(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets whether throttled retries should be used
- 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.
- withTimestamp(Long) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the timestamp, in milliseconds, since January 1st, 1970, for the time point at which the event.
- withTimestamp(Long) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
Sets the timestamp, in milliseconds, since January 1st, 1970, for the time point at which the event.
- withTimestamp(Long) - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
Sets the timestamp, in milliseconds, since January 1st, 1970, for the time point at which the event.
- withTlsKeyManagersProvider(TlsKeyManagersProvider) - Method in class com.amazonaws.ClientConfiguration
-
- withType(String) - Method in class com.amazonaws.auth.policy.Condition
-
- withUri(URI) - Method in class com.amazonaws.internal.auth.SignerProviderContext.Builder
-
- withUseExpectContinue(boolean) - Method in class com.amazonaws.ClientConfiguration
-
Sets if use expect continue should be enabled.
- withUserAgent(String) - Method in class com.amazonaws.ClientConfiguration
-
- withUserAgent(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- withUserAgent(String) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- withUserAgent(String) - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
Sets the userAgent
- withUserAgentPrefix(String) - Method in class com.amazonaws.ClientConfiguration
-
Sets the HTTP user agent prefix header used in requests and returns the updated ClientConfiguration
object.
- withUserAgentSuffix(String) - Method in class com.amazonaws.ClientConfiguration
-
Sets the HTTP user agent suffix header used in requests and returns the updated ClientConfiguration
object.
- withUseRequestMetrics(boolean) - Method in class com.amazonaws.http.ExecutionContext.Builder
-
- withValidateAfterInactivityMillis(int) - Method in class com.amazonaws.ClientConfiguration
-
Sets the amount of time (in milliseconds) that a connection can be idle in the connection pool before it must be validated
to ensure it's still open.
- withValues(String...) - Method in class com.amazonaws.auth.policy.Condition
-
- withValues(List<String>) - Method in class com.amazonaws.auth.policy.Condition
-
- withVersion(Integer) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
- withVersion(Integer) - Method in class com.amazonaws.monitoring.ApiCallMonitoringEvent
-
- withVersion(Integer) - Method in class com.amazonaws.monitoring.ApiMonitoringEvent
-
Sets the version.
- withWebIdentityTokenFilePath(String) - Method in class com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
-
- withXAmzId2(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the value of x-amz-id-2 in response header
- withXAmznRequestId(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the value of x-amzn-RequestId in response header
- withXAmzRequestId(String) - Method in class com.amazonaws.monitoring.ApiCallAttemptMonitoringEvent
-
Sets the value of x-amz-request-id in response header
- Workspaces - Static variable in class com.amazonaws.regions.ServiceAbbreviations
-
Deprecated.
- 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(HttpClientConnectionManager) - Static method in class com.amazonaws.http.conn.ClientConnectionManagerFactory
-
Returns a wrapped instance of HttpClientConnectionManager
to capture the necessary performance metrics.
- wrap(InputStream) - Static method in class com.amazonaws.internal.ReleasableInputStream
-
- writeEndArray() - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeEndArray() - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeEndObject() - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeEndObject() - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeFieldName(String) - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeFieldName(String) - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeNull() - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeNull() - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writePolicyToString(Policy) - Method in class com.amazonaws.auth.policy.internal.JsonPolicyWriter
-
Converts the specified AWS policy object to a JSON string, suitable for
passing to an AWS service.
- writeStartArray() - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeStartArray() - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeStartObject() - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeStartObject() - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeTo(OutputStream) - Method in class com.amazonaws.http.RepeatableInputStreamRequestEntity
-
Resets the underlying InputStream if this isn't the first attempt to
write out the request, otherwise simply delegates to
InputStreamRequestEntity to write out the data.
- writeTo(OutputStream) - Method in class com.amazonaws.metrics.MetricInputStreamEntity
-
- writeValue(String) - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeValue(boolean) - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeValue(long) - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeValue(double) - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeValue(float) - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeValue(short) - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeValue(int) - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeValue(ByteBuffer) - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeValue(Date, TimestampFormat) - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeValue(BigDecimal) - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeValue(BigInteger) - Method in class com.amazonaws.protocol.json.SdkJsonGenerator
-
- writeValue(String) - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeValue(boolean) - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeValue(long) - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeValue(double) - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeValue(float) - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeValue(short) - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeValue(int) - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeValue(ByteBuffer) - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeValue(Date, TimestampFormat) - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeValue(BigDecimal) - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-
- writeValue(BigInteger) - Method in interface com.amazonaws.protocol.json.StructuredJsonGenerator
-