Modifier and Type | Method and Description |
---|---|
AmazonServiceException |
JsonErrorResponseHandler.handle(HttpResponse response) |
AmazonServiceException |
DefaultErrorResponseHandler.handle(HttpResponse errorResponse) |
Modifier and Type | Method and Description |
---|---|
<T> Response<T> |
AmazonHttpClient.execute(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext)
Executes the request and returns the result.
|
<T> Response<T> |
AmazonHttpClient.executeWithTimer(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext)
Start and end client execution timer around the execution of the request.
|
Constructor and Description |
---|
DefaultErrorResponseHandler(List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> unmarshallerList)
Constructs a new DefaultErrorResponseHandler that will handle error
responses from Amazon services using the specified list of unmarshallers.
|
Modifier and Type | Method and Description |
---|---|
HttpResponseHandler<AmazonServiceException> |
SdkJsonProtocolFactory.createErrorResponseHandler(JsonErrorResponseMetadata errorResponsMetadata)
Returns the error response handler for handling a error response.
|
Class<? extends AmazonServiceException> |
JsonErrorShapeMetadata.getModeledClass() |
Modifier and Type | Method and Description |
---|---|
JsonErrorShapeMetadata |
JsonErrorShapeMetadata.withModeledClass(Class<? extends AmazonServiceException> modeledClass) |
Modifier and Type | Method and Description |
---|---|
static boolean |
RetryUtils.isClockSkewError(AmazonServiceException ase)
Returns true if the specified exception is a clock skew error.
|
static boolean |
RetryUtils.isRequestEntityTooLargeException(AmazonServiceException ase)
Returns true if the specified exception is a request entity too large error.
|
static boolean |
RetryUtils.isRetryableServiceException(AmazonServiceException ase)
Returns true if the specified exception is a retryable service side exception.
|
static boolean |
RetryUtils.isThrottlingException(AmazonServiceException ase)
Returns true if the specified exception is a throttling error.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentUpdateException
Concurrent updates caused an exception, for example, if you request an update
to an Application Auto Scaling resource that already has a pending update.
|
class |
FailedResourceAccessException
Failed access to resources caused an exception.
|
class |
ObjectNotFoundException
The specified object could not be found.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerInternalErrorException
The server experienced an internal error.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonAutoScalingClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceContentionException
You already have a pending update to an Auto Scaling resource (for example, a
group, instance, or load balancer).
|
class |
ScalingActivityInProgressException
The Auto Scaling group can't be deleted because there are scaling activities
in progress.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidDomainValidationOptionsException
One or more values in the DomainValidationOption structure is
incorrect.
|
class |
InvalidStateException
Processing has reached an invalid state.
|
class |
RequestInProgressException
The certificate request is in process and the certificate in your account has
not yet been issued.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonCloudFormationClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeSetNotFoundException
The specified change set name or ID doesn't exit.
|
class |
InsufficientCapabilitiesException
The template contains resources with capabilities that were not specified in
the Capabilities parameter.
|
class |
InvalidChangeSetStatusException
The specified change set cannot be used to update the stack.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonCloudFrontClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
BatchTooLargeException |
class |
CloudFrontOriginAccessIdentityAlreadyExistsException
If the CallerReference is a value you already sent in a previous request to
create an identity but the content of the
CloudFrontOriginAccessIdentityConfig is different from the original request,
CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.
|
class |
CloudFrontOriginAccessIdentityInUseException |
class |
CNAMEAlreadyExistsException |
class |
DistributionAlreadyExistsException
The caller reference you attempted to create the distribution with is
associated with another distribution.
|
class |
DistributionNotDisabledException |
class |
IllegalUpdateException
Origin and CallerReference cannot be updated.
|
class |
InconsistentQuantitiesException
The value of Quantity and the size of Items do not match.
|
class |
InvalidDefaultRootObjectException
The default root object file name is too big or contains an invalid
character.
|
class |
InvalidErrorCodeException |
class |
InvalidForwardCookiesException
Your request contains forward cookies option which doesn't match with the
expectation for the whitelisted list of cookie names.
|
class |
InvalidGeoRestrictionParameterException |
class |
InvalidHeadersForS3OriginException |
class |
InvalidIfMatchVersionException
The If-Match version is missing or not valid for the distribution.
|
class |
InvalidLocationCodeException |
class |
InvalidMinimumProtocolVersionException |
class |
InvalidOriginAccessIdentityException
The origin access identity is not valid or doesn't exist.
|
class |
InvalidOriginException
The Amazon S3 origin server specified does not refer to a valid Amazon S3
bucket.
|
class |
InvalidProtocolSettingsException
You cannot specify SSLv3 as the minimum protocol version if you only want to
support only clients that Support Server Name Indication (SNI).
|
class |
InvalidRelativePathException
The relative path is too big, is not URL-encoded, or does not begin with a
slash (/).
|
class |
InvalidRequiredProtocolException
This operation requires the HTTPS protocol.
|
class |
InvalidResponseCodeException |
class |
InvalidTTLOrderException |
class |
InvalidViewerCertificateException |
class |
InvalidWebACLIdException |
class |
MissingBodyException
This operation requires a body.
|
class |
NoSuchCloudFrontOriginAccessIdentityException
The specified origin access identity does not exist.
|
class |
NoSuchDistributionException
The specified distribution does not exist.
|
class |
NoSuchInvalidationException
The specified invalidation does not exist.
|
class |
NoSuchOriginException
No origin exists with the specified Origin Id.
|
class |
NoSuchStreamingDistributionException
The specified streaming distribution does not exist.
|
class |
PreconditionFailedException
The precondition given in one or more of the request-header fields evaluated
to false.
|
class |
StreamingDistributionAlreadyExistsException |
class |
StreamingDistributionNotDisabledException |
class |
TooManyCacheBehaviorsException
You cannot create anymore cache behaviors for the distribution.
|
class |
TooManyCertificatesException
You cannot create anymore custom ssl certificates.
|
class |
TooManyCloudFrontOriginAccessIdentitiesException
Processing your request would cause you to exceed the maximum number of
origin access identities allowed.
|
class |
TooManyCookieNamesInWhiteListException
Your request contains more cookie names in the whitelist than are allowed per
cache behavior.
|
class |
TooManyDistributionCNAMEsException
Your request contains more CNAMEs than are allowed per distribution.
|
class |
TooManyDistributionsException
Processing your request would cause you to exceed the maximum number of
distributions allowed.
|
class |
TooManyHeadersInForwardedValuesException |
class |
TooManyInvalidationsInProgressException
You have exceeded the maximum number of allowable InProgress invalidation
batch requests, or invalidation objects.
|
class |
TooManyOriginCustomHeadersException |
class |
TooManyOriginsException
You cannot create anymore origins for the distribution.
|
class |
TooManyStreamingDistributionCNAMEsException |
class |
TooManyStreamingDistributionsException
Processing your request would cause you to exceed the maximum number of
streaming distributions allowed.
|
class |
TooManyTrustedSignersException
Your request contains more trusted signers than are allowed per distribution.
|
class |
TrustedSignerDoesNotExistException
One or more of your trusted signers do not exist.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudHsmInternalException
Indicates that an internal error occurred.
|
class |
CloudHsmServiceException
Indicates that an exception occurred in the AWS CloudHSM service.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentServiceException
Information about any problems encountered while processing an upload
request.
|
class |
SearchException
Information about any problems encountered while processing a search request.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonCloudSearchClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
BaseException
An error occurred while processing the request.
|
class |
DisabledOperationException
The request was rejected because it attempted an operation which is not
enabled.
|
class |
InvalidTypeException
The request was rejected because it specified an invalid type definition.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudTrailARNInvalidException
This exception is thrown when an operation is called with an invalid trail
ARN.
|
class |
CloudWatchLogsDeliveryUnavailableException
Cannot set a CloudWatch Logs delivery for this region.
|
class |
InsufficientEncryptionPolicyException
This exception is thrown when the policy on the S3 bucket or KMS key is not
sufficient.
|
class |
InsufficientSnsTopicPolicyException
This exception is thrown when the policy on the SNS topic is not sufficient.
|
class |
InvalidCloudWatchLogsLogGroupArnException
This exception is thrown when the provided CloudWatch log group is not valid.
|
class |
InvalidCloudWatchLogsRoleArnException
This exception is thrown when the provided role is not valid.
|
class |
InvalidHomeRegionException
This exception is thrown when an operation is called on a trail from a region
other than the region in which the trail was created.
|
class |
InvalidKmsKeyIdException
This exception is thrown when the KMS key ARN is invalid.
|
class |
InvalidLookupAttributesException
Occurs when an invalid lookup attribute is specified.
|
class |
InvalidMaxResultsException
This exception is thrown if the limit specified is invalid.
|
class |
InvalidS3PrefixException
This exception is thrown when the provided S3 prefix is not valid.
|
class |
InvalidSnsTopicNameException
This exception is thrown when the provided SNS topic name is not valid.
|
class |
InvalidTagParameterException
This exception is thrown when the key or value specified for the tag does not
match the regular expression
^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$
. |
class |
InvalidTimeRangeException
Occurs if the timestamp values are invalid.
|
class |
InvalidTokenException
Reserved for future use.
|
class |
InvalidTrailNameException
This exception is thrown when the provided trail name is not valid.
|
class |
KmsKeyDisabledException
This exception is thrown when the KMS key is disabled.
|
class |
KmsKeyNotFoundException
This exception is thrown when the KMS key does not exist, or when the S3
bucket and the KMS key are not in the same region.
|
class |
MaximumNumberOfTrailsExceededException
This exception is thrown when the maximum number of trails is reached.
|
class |
ResourceTypeNotSupportedException
This exception is thrown when the specified resource type is not supported by
CloudTrail.
|
class |
S3BucketDoesNotExistException
This exception is thrown when the specified S3 bucket does not exist.
|
class |
TagsLimitExceededException
The number of tags per trail has exceeded the permitted amount.
|
class |
TrailAlreadyExistsException
This exception is thrown when the specified trail already exists.
|
class |
TrailNotFoundException
This exception is thrown when the trail with the given name is not found.
|
class |
TrailNotProvidedException
This exception is deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonCloudWatchClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidFormatException
Data was not syntactically valid JSON.
|
class |
MissingRequiredParameterException
An input parameter that is mandatory for processing the request is not
supplied.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalException
This exception occurs due to unexpected causes.
|
class |
InvalidEventPatternException
The event pattern is invalid.
|
Modifier and Type | Class and Description |
---|---|
class |
BranchDoesNotExistException
The specified branch does not exist.
|
class |
BranchNameExistsException
The specified branch name already exists.
|
class |
BranchNameRequiredException
A branch name is required but was not specified.
|
class |
CommitDoesNotExistException
The specified commit does not exist or no commit was specified, and the
specified repository has no default branch.
|
class |
CommitIdDoesNotExistException
The specified commit ID does not exist.
|
class |
CommitIdRequiredException
A commit ID was not specified.
|
class |
EncryptionIntegrityChecksFailedException
An encryption integrity check failed.
|
class |
EncryptionKeyAccessDeniedException
An encryption key could not be accessed.
|
class |
EncryptionKeyDisabledException
The encryption key is disabled.
|
class |
EncryptionKeyNotFoundException
No encryption key was found.
|
class |
EncryptionKeyUnavailableException
The encryption key is not available.
|
class |
InvalidBranchNameException
The specified branch name is not valid.
|
class |
InvalidCommitIdException
The specified commit ID is not valid.
|
class |
InvalidContinuationTokenException
The specified continuation token is not valid.
|
class |
InvalidOrderException
The specified sort order is not valid.
|
class |
InvalidRepositoryDescriptionException
The specified repository description is not valid.
|
class |
InvalidRepositoryNameException
At least one specified repository name is not valid.
|
class |
InvalidRepositoryTriggerBranchNameException
One or more branch names specified for the trigger is not valid.
|
class |
InvalidRepositoryTriggerCustomDataException
The custom data provided for the trigger is not valid.
|
class |
InvalidRepositoryTriggerDestinationArnException
The Amazon Resource Name (ARN) for the trigger is not valid for the specified
destination.
|
class |
InvalidRepositoryTriggerEventsException
One or more events specified for the trigger is not valid.
|
class |
InvalidRepositoryTriggerNameException
The name of the trigger is not valid.
|
class |
InvalidRepositoryTriggerRegionException
The region for the trigger target does not match the region for the
repository.
|
class |
MaximumBranchesExceededException
The number of branches for the trigger was exceeded.
|
class |
MaximumRepositoryNamesExceededException
The maximum number of allowed repository names was exceeded.
|
class |
MaximumRepositoryTriggersExceededException
The number of triggers allowed for the repository was exceeded.
|
class |
RepositoryDoesNotExistException
The specified repository does not exist.
|
class |
RepositoryLimitExceededException
A repository resource limit was exceeded.
|
class |
RepositoryNameExistsException
The specified repository name already exists.
|
class |
RepositoryNameRequiredException
A repository name is required but was not specified.
|
class |
RepositoryNamesRequiredException
A repository names object is required but was not specified.
|
class |
RepositoryTriggerBranchNameListRequiredException
At least one branch name is required but was not specified in the trigger
configuration.
|
class |
RepositoryTriggerDestinationArnRequiredException
A destination ARN for the target service for the trigger is required but was
not specified.
|
class |
RepositoryTriggerEventsListRequiredException
At least one event for the trigger is required but was not specified.
|
class |
RepositoryTriggerNameRequiredException
A name for the trigger is required but was not specified.
|
class |
RepositoryTriggersListRequiredException
The list of triggers for the repository is required but was not specified.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationAlreadyExistsException
An application with the specified name already exists with the applicable IAM
user or AWS account.
|
class |
ApplicationDoesNotExistException
The application does not exist with the applicable IAM user or AWS account.
|
class |
ApplicationLimitExceededException
More applications were attempted to be created than are allowed.
|
class |
ApplicationNameRequiredException
The minimum number of required application names was not specified.
|
class |
BatchLimitExceededException
The maximum number of names or IDs allowed for this request (100) was
exceeded.
|
class |
BucketNameFilterRequiredException
A bucket name is required, but was not provided.
|
class |
DeploymentAlreadyCompletedException
The deployment is already complete.
|
class |
DeploymentConfigAlreadyExistsException
A deployment configuration with the specified name already exists with the
applicable IAM user or AWS account.
|
class |
DeploymentConfigDoesNotExistException
The deployment configuration does not exist with the applicable IAM user or
AWS account.
|
class |
DeploymentConfigInUseException
The deployment configuration is still in use.
|
class |
DeploymentConfigLimitExceededException
The deployment configurations limit was exceeded.
|
class |
DeploymentConfigNameRequiredException
The deployment configuration name was not specified.
|
class |
DeploymentDoesNotExistException
The deployment does not exist with the applicable IAM user or AWS account.
|
class |
DeploymentGroupAlreadyExistsException
A deployment group with the specified name already exists with the applicable
IAM user or AWS account.
|
class |
DeploymentGroupDoesNotExistException
The named deployment group does not exist with the applicable IAM user or AWS
account.
|
class |
DeploymentGroupLimitExceededException
The deployment groups limit was exceeded.
|
class |
DeploymentGroupNameRequiredException
The deployment group name was not specified.
|
class |
DeploymentIdRequiredException
At least one deployment ID must be specified.
|
class |
DeploymentLimitExceededException
The number of allowed deployments was exceeded.
|
class |
DeploymentNotStartedException
The specified deployment has not started.
|
class |
DescriptionTooLongException
The description is too long.
|
class |
IamUserArnAlreadyRegisteredException
The specified IAM user ARN is already registered with an on-premises
instance.
|
class |
IamUserArnRequiredException
An IAM user ARN was not specified.
|
class |
InstanceDoesNotExistException
The specified instance does not exist in the deployment group.
|
class |
InstanceIdRequiredException
The instance ID was not specified.
|
class |
InstanceLimitExceededException
The maximum number of allowed on-premises instances in a single call was
exceeded.
|
class |
InstanceNameAlreadyRegisteredException
The specified on-premises instance name is already registered.
|
class |
InstanceNameRequiredException
An on-premises instance name was not specified.
|
class |
InstanceNotRegisteredException
The specified on-premises instance is not registered.
|
class |
InvalidApplicationNameException
The application name was specified in an invalid format.
|
class |
InvalidAutoScalingGroupException
The Auto Scaling group was specified in an invalid format or does not exist.
|
class |
InvalidBucketNameFilterException
The bucket name either doesn't exist or was specified in an invalid format.
|
class |
InvalidDeployedStateFilterException
The deployed state filter was specified in an invalid format.
|
class |
InvalidDeploymentConfigNameException
The deployment configuration name was specified in an invalid format.
|
class |
InvalidDeploymentGroupNameException
The deployment group name was specified in an invalid format.
|
class |
InvalidDeploymentIdException
At least one of the deployment IDs was specified in an invalid format.
|
class |
InvalidDeploymentStatusException
The specified deployment status doesn't exist or cannot be determined.
|
class |
InvalidEC2TagException
The tag was specified in an invalid format.
|
class |
InvalidIamUserArnException
The IAM user ARN was specified in an invalid format.
|
class |
InvalidInstanceNameException
The specified on-premises instance name was specified in an invalid format.
|
class |
InvalidInstanceStatusException
The specified instance status does not exist.
|
class |
InvalidKeyPrefixFilterException
The specified key prefix filter was specified in an invalid format.
|
class |
InvalidMinimumHealthyHostValueException
The minimum healthy instance value was specified in an invalid format.
|
class |
InvalidRegistrationStatusException
The registration status was specified in an invalid format.
|
class |
InvalidRevisionException
The revision was specified in an invalid format.
|
class |
InvalidRoleException
The service role ARN was specified in an invalid format.
|
class |
InvalidSortByException
The column name to sort by is either not present or was specified in an
invalid format.
|
class |
InvalidSortOrderException
The sort order was specified in an invalid format.
|
class |
InvalidTagFilterException
The specified tag filter was specified in an invalid format.
|
class |
InvalidTriggerConfigException
The trigger was specified in an invalid format.
|
class |
LifecycleHookLimitExceededException
The limit for lifecycle hooks was exceeded.
|
class |
RevisionDoesNotExistException
The named revision does not exist with the applicable IAM user or AWS
account.
|
class |
RevisionRequiredException
The revision ID was not specified.
|
class |
RoleRequiredException
The role ID was not specified.
|
class |
TagRequiredException
A tag was not specified.
|
class |
TriggerTargetsLimitExceededException
The maximum allowed number of triggers was exceeded.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionNotFoundException
The specified action cannot be found.
|
class |
ActionTypeNotFoundException
The specified action type cannot be found.
|
class |
InvalidActionDeclarationException
The specified action declaration was specified in an invalid format.
|
class |
InvalidBlockerDeclarationException
Reserved for future use.
|
class |
InvalidClientTokenException
The client token was specified in an invalid format
|
class |
InvalidJobException
The specified job was specified in an invalid format or cannot be found.
|
class |
InvalidJobStateException
The specified job state was specified in an invalid format.
|
class |
InvalidNonceException
The specified nonce was specified in an invalid format.
|
class |
InvalidStageDeclarationException
The specified stage declaration was specified in an invalid format.
|
class |
InvalidStructureException
The specified structure was specified in an invalid format.
|
class |
JobNotFoundException
The specified job was specified in an invalid format or cannot be found.
|
class |
PipelineNameInUseException
The specified pipeline name is already in use.
|
class |
PipelineVersionNotFoundException
The specified pipeline version was specified in an invalid format or cannot
be found.
|
class |
StageNotFoundException
The specified stage was specified in an invalid format or cannot be found.
|
Modifier and Type | Class and Description |
---|---|
class |
DeveloperUserAlreadyRegisteredException
The provided developer user identifier is already registered with Cognito
under a different identity ID.
|
class |
ExternalServiceException
An exception thrown when a dependent service such as Facebook or Twitter is
not responding
|
class |
InvalidIdentityPoolConfigurationException
Thrown if the identity pool has no role associated for the given auth type
(auth/unauth) or if the AssumeRole fails.
|
class |
NotAuthorizedException
Thrown when a user is not authorized to access the requested resource.
|
class |
ResourceConflictException
Thrown when a user tries to use a login which is already linked to another
account.
|
class |
TooManyRequestsException
Thrown when a request is throttled.
|
Modifier and Type | Class and Description |
---|---|
class |
AliasExistsException
This exception is thrown when a user tries to confirm the account with an
email or phone number that has already been supplied as an alias from a
different account.
|
class |
CodeMismatchException
This exception is thrown if the provided code does not match what the server
was expecting.
|
class |
ExpiredCodeException
This exception is thrown if a code has expired.
|
class |
InvalidLambdaResponseException
This exception is thrown when the Amazon Cognito service encounters an
invalid AWS Lambda response.
|
class |
InvalidPasswordException
This exception is thrown when the Amazon Cognito service encounters an
invalid password.
|
class |
TooManyFailedAttemptsException
This exception gets thrown when the user has made too many failed attempts
for a given action (e.g., sign in).
|
class |
UnexpectedLambdaException
This exception gets thrown when the Amazon Cognito service encounters an
unexpected exception with the AWS Lambda service.
|
class |
UserLambdaValidationException
This exception gets thrown when the Amazon Cognito service encounters a user
validation exception with the AWS Lambda service.
|
class |
UsernameExistsException
This exception is thrown when Amazon Cognito encounters a user name that
already exists in the user pool.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyStreamedException
An exception thrown when a bulk publish operation is requested less than 24
hours after a previous bulk publish operation completed successfully.
|
class |
InvalidConfigurationException |
class |
InvalidLambdaFunctionOutputException
The AWS Lambda function returned invalid output or an exception.
|
class |
LambdaThrottledException
AWS Lambda throttled your account, please contact AWS Support
|
Modifier and Type | Class and Description |
---|---|
class |
InsufficientDeliveryPolicyException
Your Amazon S3 bucket policy does not permit AWS Config to write to it.
|
class |
InsufficientPermissionsException
Indicates one of the following errors:
|
class |
InvalidConfigurationRecorderNameException
You have provided a configuration recorder name that is not valid.
|
class |
InvalidDeliveryChannelNameException
The specified delivery channel name is not valid.
|
class |
InvalidLimitException
The specified limit is outside the allowable range.
|
class |
InvalidRecordingGroupException
AWS Config throws an exception if the recording group does not contain a
valid list of resource types.
|
class |
InvalidResultTokenException
The result token is invalid.
|
class |
InvalidSNSTopicARNException
The specified Amazon SNS topic does not exist.
|
class |
LastDeliveryChannelDeleteFailedException
You cannot delete the delivery channel you specified because the
configuration recorder is running.
|
class |
MaxNumberOfConfigRulesExceededException
Failed to add the AWS Config rule because the account already contains the
maximum number of 25 rules.
|
class |
MaxNumberOfConfigurationRecordersExceededException
You have reached the limit on the number of recorders you can create.
|
class |
MaxNumberOfDeliveryChannelsExceededException
You have reached the limit on the number of delivery channels you can create.
|
class |
NoAvailableConfigurationRecorderException
There are no configuration recorders available to provide the role needed to
describe your resources.
|
class |
NoAvailableDeliveryChannelException
There is no delivery channel available to record configurations.
|
class |
NoRunningConfigurationRecorderException
There is no configuration recorder running.
|
class |
NoSuchConfigRuleException
One or more AWS Config rules in the request are invalid.
|
class |
NoSuchConfigurationRecorderException
You have specified a configuration recorder that does not exist.
|
class |
NoSuchDeliveryChannelException
You have specified a delivery channel that does not exist.
|
class |
ResourceNotDiscoveredException
You have specified a resource that is either unknown or has not been
discovered.
|
Modifier and Type | Class and Description |
---|---|
class |
InsufficientResourceCapacityException
There are not enough resources allocated to the database migration.
|
class |
InvalidResourceStateException
The resource is in a state that prevents it from being used for database
migration.
|
class |
ReplicationSubnetGroupDoesNotCoverEnoughAZsException
The replication subnet group does not cover enough Availability Zones (AZs).
|
class |
ResourceQuotaExceededException
The quota for this resource quota has been exceeded.
|
class |
UpgradeDependencyFailureException
An upgrade dependency is preventing the database migration.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalServiceErrorException
An internal service error occurred.
|
class |
PipelineDeletedException
The specified pipeline has been deleted.
|
class |
PipelineNotFoundException
The specified pipeline was not found.
|
class |
TaskNotFoundException
The specified task was not found.
|
Modifier and Type | Class and Description |
---|---|
class |
ArgumentException
An invalid argument was specified.
|
class |
IdempotencyException
An entity with the same name already exists.
|
class |
NotEligibleException
Exception gets thrown when a user is not eligible to perform the specified
transaction.
|
class |
ServiceAccountException
There was a problem with the service account.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectConnectClientException
The API was called with invalid parameters.
|
class |
DirectConnectServerException
A server-side error occurred during the API call.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationFailedException
An authentication error occurred.
|
class |
DirectoryLimitExceededException
The maximum number of directories in the region has been reached.
|
class |
DirectoryUnavailableException
The specified directory is unavailable or could not be found.
|
class |
EntityDoesNotExistException
The specified entity could not be found.
|
class |
SnapshotLimitExceededException
The maximum number of manual snapshots for the directory has been reached.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionalCheckFailedException
A condition specified in the operation could not be evaluated.
|
class |
ExpiredIteratorException
The shard iterator has expired and can no longer be used to retrieve stream
records.
|
class |
ItemCollectionSizeLimitExceededException
An item collection is too large.
|
class |
ProvisionedThroughputExceededException
Your request rate is too high.
|
class |
TrimmedDataAccessException
The operation attempted to read past the oldest stream record in a shard.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonEC2Client.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Method and Description |
---|---|
<X extends AmazonWebServiceRequest> |
AbstractAmazonEC2.dryRun(DryRunSupportedRequest<X> request) |
<X extends AmazonWebServiceRequest> |
AmazonEC2.dryRun(DryRunSupportedRequest<X> request)
Checks whether you have the required permissions for the provided Amazon
EC2 operation, without actually running it.
|
<X extends AmazonWebServiceRequest> |
AmazonEC2Client.dryRun(DryRunSupportedRequest<X> request)
Checks whether you have the required permissions for the provided Amazon
EC2 operation, without actually running it.
|
Modifier and Type | Method and Description |
---|---|
AmazonServiceException |
DryRunResult.getDryRunResponse()
Returns the original service response on the dry-run request.
|
Constructor and Description |
---|
DryRunResult(boolean isSuccessful,
DryRunSupportedRequest<X> originalRequest,
String message,
AmazonServiceException dryRunResponse) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SecurityGroupUtils.doesSecurityGroupExist(AmazonEC2 ec2,
String securityGroupName)
Provides a quick answer to whether a security group exists.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyUploadException
The specified layer upload does not contain any layer parts.
|
class |
ImageAlreadyExistsException
The specified image has already been pushed, and there are no changes to the
manifest or image tag since the last push.
|
class |
InvalidLayerException
The layer digest calculation performed by Amazon ECR upon receipt of the
image layer does not match the digest specified.
|
class |
InvalidLayerPartException
The layer part size is not valid, or the first byte specified is not
consecutive to the last byte of a previous layer part upload.
|
class |
LayerAlreadyExistsException
The image layer already exists in the associated repository.
|
class |
LayerInaccessibleException
The specified layer is not available because it is not associated with an
image.
|
class |
LayerPartTooSmallException
Layer parts must be at least 5 MiB in size.
|
class |
LayersNotFoundException
The specified layers could not be found, or the specified layer is not valid
for this repository.
|
class |
RepositoryAlreadyExistsException
The specified repository already exists in the specified registry.
|
class |
RepositoryNotEmptyException
The specified repository contains images.
|
class |
RepositoryNotFoundException
The specified repository could not be found.
|
class |
RepositoryPolicyNotFoundException
The specified repository and registry combination does not have an associated
repository policy.
|
class |
UploadNotFoundException
The upload could not be found, or the specified upload id is not valid for
this repository.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientException
These errors are usually caused by a client action, such as using an action
or resource on behalf of a user that doesn't have permission to use the
action or resource, or specifying an identifier that is not valid.
|
class |
ClusterContainsContainerInstancesException
You cannot delete a cluster that has registered container instances.
|
class |
ClusterContainsServicesException
You cannot delete a cluster that contains services.
|
class |
MissingVersionException
Amazon ECS is unable to determine the current version of the Amazon ECS
container agent on the container instance and does not have enough
information to proceed with an update.
|
class |
NoUpdateAvailableException
There is no update available for this Amazon ECS container agent.
|
class |
ServerException
These errors are usually caused by a server issue.
|
class |
ServiceNotActiveException
The specified service is not active.
|
class |
ServiceNotFoundException
The specified service could not be found.
|
class |
UpdateInProgressException
There is already a current Amazon ECS container agent update in progress on
the specified container instance.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonElastiCacheClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
CacheClusterAlreadyExistsException
You already have a cache cluster with the given identifier.
|
class |
CacheClusterNotFoundException
The requested cache cluster ID does not refer to an existing cache cluster.
|
class |
CacheParameterGroupAlreadyExistsException
A cache parameter group with the requested name already exists.
|
class |
CacheParameterGroupNotFoundException
The requested cache parameter group name does not refer to an existing cache
parameter group.
|
class |
CacheParameterGroupQuotaExceededException
The request cannot be processed because it would exceed the maximum number of
cache security groups.
|
class |
CacheSecurityGroupAlreadyExistsException
A cache security group with the specified name already exists.
|
class |
CacheSecurityGroupNotFoundException
The requested cache security group name does not refer to an existing cache
security group.
|
class |
CacheSecurityGroupQuotaExceededException
The request cannot be processed because it would exceed the allowed number of
cache security groups.
|
class |
CacheSubnetGroupAlreadyExistsException
The requested cache subnet group name is already in use by an existing cache
subnet group.
|
class |
CacheSubnetGroupInUseException
The requested cache subnet group is currently in use.
|
class |
CacheSubnetGroupNotFoundException
The requested cache subnet group name does not refer to an existing cache
subnet group.
|
class |
CacheSubnetGroupQuotaExceededException
The request cannot be processed because it would exceed the allowed number of
cache subnet groups.
|
class |
CacheSubnetQuotaExceededException
The request cannot be processed because it would exceed the allowed number of
subnets in a cache subnet group.
|
class |
ClusterQuotaForCustomerExceededException
The request cannot be processed because it would exceed the allowed number of
cache clusters per customer.
|
class |
InsufficientCacheClusterCapacityException
The requested cache node type is not available in the specified Availability
Zone.
|
class |
InvalidARNException
The requested Amazon Resource Name (ARN) does not refer to an existing
resource.
|
class |
InvalidCacheClusterStateException
The requested cache cluster is not in the available state.
|
class |
InvalidCacheParameterGroupStateException
The current state of the cache parameter group does not allow the requested
action to occur.
|
class |
InvalidCacheSecurityGroupStateException
The current state of the cache security group does not allow deletion.
|
class |
InvalidParameterCombinationException
Two or more incompatible parameters were specified.
|
class |
InvalidReplicationGroupStateException
The requested replication group is not in the available state.
|
class |
InvalidSnapshotStateException
The current state of the snapshot does not allow the requested action to
occur.
|
class |
NodeQuotaForClusterExceededException
The request cannot be processed because it would exceed the allowed number of
cache nodes in a single cache cluster.
|
class |
NodeQuotaForCustomerExceededException
The request cannot be processed because it would exceed the allowed number of
cache nodes per customer.
|
class |
ReplicationGroupAlreadyExistsException
The specified replication group already exists.
|
class |
ReplicationGroupNotFoundException
The specified replication group does not exist.
|
class |
ReservedCacheNodeAlreadyExistsException
You already have a reservation with the given identifier.
|
class |
ReservedCacheNodeNotFoundException
The requested reserved cache node was not found.
|
class |
ReservedCacheNodeQuotaExceededException
The request cannot be processed because it would exceed the user's cache node
quota.
|
class |
ReservedCacheNodesOfferingNotFoundException
The requested cache node offering does not exist.
|
class |
SnapshotAlreadyExistsException
You already have a snapshot with the given name.
|
class |
SnapshotFeatureNotSupportedException
You attempted one of the following actions:
|
class |
SnapshotNotFoundException
The requested snapshot name does not refer to an existing snapshot.
|
class |
SubnetInUseException
The requested subnet is being used by another cache subnet group.
|
class |
TagNotFoundException
The requested tag was not found on this resource.
|
class |
TagQuotaPerResourceExceededException
The request cannot be processed because it would cause the resource to have
more than the allowed number of tags.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AWSElasticBeanstalkClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticBeanstalkServiceException
A generic service exception has occurred.
|
class |
InsufficientPrivilegesException
The specified account does not have sufficient privileges for one of more AWS
services.
|
class |
InvalidRequestException
One or more input parameters is not valid.
|
class |
ManagedActionInvalidStateException
Cannot modify the managed action in its current state.
|
class |
OperationInProgressException
Unable to perform the specified operation because another operation that
effects an element in this activity is already in progress.
|
class |
S3LocationNotInServiceRegionException
The specified S3 bucket does not belong to the S3 region in which the service
is running.
|
class |
S3SubscriptionRequiredException
The specified account does not have a subscription to Amazon S3.
|
class |
SourceBundleDeletionException
Unable to delete the Amazon S3 source bundle associated with the application
version.
|
class |
TooManyApplicationsException
The specified account has reached its limit of applications.
|
class |
TooManyApplicationVersionsException
The specified account has reached its limit of application versions.
|
class |
TooManyBucketsException
The specified account has reached its limit of Amazon S3 buckets.
|
class |
TooManyConfigurationTemplatesException
The specified account has reached its limit of configuration templates.
|
class |
TooManyEnvironmentsException
The specified account has reached its limit of environments.
|
Modifier and Type | Class and Description |
---|---|
class |
BadRequestException
Returned if the request is malformed or contains an error such as an invalid
parameter value or a missing required parameter.
|
class |
FileSystemAlreadyExistsException
Returned if the file system you are trying to create already exists, with the
creation token you provided.
|
class |
FileSystemInUseException
Returned if a file system has mount targets.
|
class |
FileSystemLimitExceededException
Returned if the AWS account has already created maximum number of file
systems allowed per account.
|
class |
FileSystemNotFoundException
Returned if the specified
FileSystemId does not exist in the
requester's AWS account. |
class |
IncorrectFileSystemLifeCycleStateException
Returned if the file system's life cycle state is not "created".
|
class |
IncorrectMountTargetStateException
Returned if the mount target is not in the correct state for the operation.
|
class |
IpAddressInUseException
Returned if the request specified an
IpAddress that is already
in use in the subnet. |
class |
MountTargetConflictException
Returned if the mount target would violate one of the specified restrictions
based on the file system's existing mount targets.
|
class |
MountTargetNotFoundException
Returned if there is no mount target with the specified ID found in the
caller's account.
|
class |
NetworkInterfaceLimitExceededException
The calling account has reached the ENI limit for the specific AWS region.
|
class |
NoFreeAddressesInSubnetException
Returned if
IpAddress was not specified in the request and there
are no free IP addresses in the subnet. |
class |
SecurityGroupLimitExceededException
Returned if the size of
SecurityGroups specified in the request
is greater than five. |
class |
SecurityGroupNotFoundException
Returned if one of the specified security groups does not exist in the
subnet's VPC.
|
class |
UnsupportedAvailabilityZoneException |
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonElasticLoadBalancingClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
DuplicateListenerException
A listener already exists for the specified
LoadBalancerName and
LoadBalancerPort , but with a different InstancePort , Protocol , or SSLCertificateId . |
class |
DuplicateLoadBalancerNameException
The specified load balancer name already exists for this account.
|
class |
DuplicatePolicyNameException
A policy with the specified name already exists for this load balancer.
|
class |
DuplicateTagKeysException
A tag key was specified more than once.
|
class |
InvalidConfigurationRequestException
The requested configuration change is not valid.
|
class |
InvalidInstanceException
The specified endpoint is not valid.
|
class |
InvalidSchemeException
The specified value for the schema is not valid.
|
class |
InvalidSecurityGroupException
One or more of the specified security groups do not exist.
|
class |
ListenerNotFoundException
The load balancer does not have a listener configured at the specified port.
|
class |
LoadBalancerAttributeNotFoundException
The specified load balancer attribute does not exist.
|
class |
LoadBalancerNotFoundException
The specified load balancer does not exist.
|
class |
PolicyNotFoundException
One or more of the specified policies do not exist.
|
class |
PolicyTypeNotFoundException
One or more of the specified policy types do not exist.
|
class |
SubnetNotFoundException
One or more of the specified subnets do not exist.
|
class |
TooManyLoadBalancersException
The quota for the number of load balancers has been reached.
|
class |
TooManyPoliciesException
The quota for the number of policies for this load balancer has been reached.
|
class |
TooManyTagsException
The quota for the number of tags that can be assigned to a load balancer has
been reached.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalServerException
This exception occurs when there is an internal failure in the EMR service.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedException
General authentication failure.
|
class |
InternalServiceException
Elastic Transcoder encountered an unexpected exception while trying to
fulfill the request.
|
class |
ResourceInUseException
The resource you are attempting to change is in use.
|
class |
ValidationException
One or more required parameter values were not provided in the request.
|
Modifier and Type | Class and Description |
---|---|
class |
FleetCapacityExceededException
The specified fleet has no available instances to fulfill a request to create
a new game session.
|
class |
GameSessionFullException
The game instance is currently full and cannot allow the requested player(s)
to join.
|
class |
InvalidFleetStatusException
The requested operation would cause a conflict with the current state of a
resource associated with the request and/or the fleet.
|
class |
InvalidGameSessionStatusException
The requested operation would cause a conflict with the current state of a
resource associated with the request and/or the game instance.
|
class |
TerminalRoutingStrategyException
The service is unable to resolve the routing for a particular alias because
it has a terminal RoutingStrategy associated with it.
|
Modifier and Type | Class and Description |
---|---|
class |
MissingParameterValueException
Returned if a required header or parameter is missing from the request.
|
class |
PolicyEnforcedException
Returned if a retrieval job would exceed the current data policy's retrieval
rate limit.
|
class |
ServiceUnavailableException
Returned if the service cannot complete the request.
|
Modifier and Type | Method and Description |
---|---|
void |
ArchiveTransferManager.download(String vaultName,
String archiveId,
File file)
Downloads an archive from Amazon Glacier in the specified vault for the
current user's account, and saves it to the specified file.
|
void |
ArchiveTransferManager.download(String accountId,
String vaultName,
String archiveId,
File file)
Downloads an archive from Amazon Glacier in the specified vault in the
specified user's account, and saves it to the specified file.
|
void |
ArchiveTransferManager.download(String accountId,
String vaultName,
String archiveId,
File file,
ProgressListener progressListener)
Downloads an archive from Amazon Glacier in the specified vault in the
specified user's account, and saves it to the specified file.
|
UploadResult |
ArchiveTransferManager.upload(String vaultName,
String archiveDescription,
File file)
Uploads the specified file to Amazon Glacier for archival storage in the
specified vault for the user's current account.
|
UploadResult |
ArchiveTransferManager.upload(String accountId,
String vaultName,
String archiveDescription,
File file)
Uploads the specified file to Amazon Glacier for archival storage in the
specified vault in the specified user's account.
|
UploadResult |
ArchiveTransferManager.upload(String accountId,
String vaultName,
String archiveDescription,
File file,
ProgressListener progressListener)
Uploads the specified file to Amazon Glacier for archival storage in the
specified vault in the specified user's account.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonIdentityManagementClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
CredentialReportExpiredException
The request was rejected because the most recent credential report has
expired.
|
class |
CredentialReportNotPresentException
The request was rejected because the credential report does not exist.
|
class |
CredentialReportNotReadyException
The request was rejected because the credential report is still being
generated.
|
class |
DeleteConflictException
The request was rejected because it attempted to delete a resource that has
attached subordinate entities.
|
class |
DuplicateCertificateException
The request was rejected because the same certificate is associated with an
IAM user in the account.
|
class |
DuplicateSSHPublicKeyException
The request was rejected because the SSH public key is already associated
with the specified IAM user.
|
class |
EntityAlreadyExistsException
The request was rejected because it attempted to create a resource that
already exists.
|
class |
EntityTemporarilyUnmodifiableException
The request was rejected because it referenced an entity that is temporarily
unmodifiable, such as a user name that was deleted and then recreated.
|
class |
InvalidAuthenticationCodeException
The request was rejected because the authentication code was not recognized.
|
class |
InvalidCertificateException
The request was rejected because the certificate is invalid.
|
class |
InvalidPublicKeyException
The request was rejected because the public key is malformed or otherwise
invalid.
|
class |
InvalidUserTypeException
The request was rejected because the type of user for the transaction was
incorrect.
|
class |
KeyPairMismatchException
The request was rejected because the public key certificate and the private
key do not match.
|
class |
MalformedCertificateException
The request was rejected because the certificate was malformed or expired.
|
class |
NoSuchEntityException
The request was rejected because it referenced an entity that does not exist.
|
class |
PasswordPolicyViolationException
The request was rejected because the provided password did not meet the
requirements imposed by the account password policy.
|
class |
PolicyEvaluationException
The request failed because a provided policy could not be successfully
evaluated.
|
class |
ServiceFailureException
The request processing has failed because of an unknown error, exception or
failure.
|
class |
UnrecognizedPublicKeyEncodingException
The request was rejected because the public key encoding format is
unsupported or unrecognized.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonImportExportClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
BucketPermissionException
The account specified does not have the appropriate bucket permissions.
|
class |
CanceledJobIdException
The specified job ID has been canceled and is no longer valid.
|
class |
CreateJobQuotaExceededException
Each account can create only a certain number of jobs per day.
|
class |
ExpiredJobIdException
Indicates that the specified job has expired out of the system.
|
class |
InvalidAccessKeyIdException
The AWS Access Key ID specified in the request did not match the manifest's
accessKeyId value.
|
class |
InvalidAddressException
The address specified in the manifest is invalid.
|
class |
InvalidCustomsException
One or more customs parameters was invalid.
|
class |
InvalidFileSystemException
File system specified in export manifest is invalid.
|
class |
InvalidJobIdException
The JOBID was missing, not found, or not associated with the AWS account.
|
class |
InvalidManifestFieldException
One or more manifest fields was invalid.
|
class |
InvalidParameterException
One or more parameters had an invalid value.
|
class |
InvalidVersionException
The client tool version is invalid.
|
class |
MalformedManifestException
Your manifest is not well-formed.
|
class |
MissingCustomsException
One or more required customs parameters was missing from the manifest.
|
class |
MissingManifestFieldException
One or more required fields were missing from the manifest file.
|
class |
MultipleRegionsException
Your manifest file contained buckets from multiple regions.
|
class |
NoSuchBucketException
The specified bucket does not exist.
|
class |
UnableToCancelJobIdException
AWS Import/Export cannot cancel the job
|
class |
UnableToUpdateJobIdException
AWS Import/Export cannot update the job
|
Modifier and Type | Class and Description |
---|---|
class |
AgentsAlreadyRunningAssessmentException
You started an assessment run, but one of the instances is already
participating in another assessment run.
|
class |
AssessmentRunInProgressException
You cannot perform a specified action if an assessment run is currently in
progress.
|
class |
InvalidCrossAccountRoleException
Amazon Inspector cannot assume the cross-account role that it needs to list
your EC2 instances during the assessment run.
|
Modifier and Type | Class and Description |
---|---|
class |
CertificateConflictException
Unable to verify the CA certificate used to sign the device certificate you
are attempting to register.
|
class |
CertificateStateException
The certificate operation is not allowed.
|
class |
CertificateValidationException
The certificate is invalid.
|
class |
MalformedPolicyException
The policy documentation is not valid.
|
class |
RegistrationCodeValidationException
The registration code is invalid.
|
class |
SqlParseException
The Rule-SQL expression can't be parsed correctly.
|
class |
TransferAlreadyCompletedException
You can't revert the certificate transfer because the transfer is already
complete.
|
class |
TransferConflictException
You can't transfer the certificate because authorization policies are still
attached.
|
class |
VersionsLimitExceededException
The number of policy versions exceeds the limit.
|
Modifier and Type | Class and Description |
---|---|
class |
ConflictException
The specified version does not match the version of the document.
|
class |
InternalFailureException
An unexpected error has occurred.
|
class |
MethodNotAllowedException
The specified combination of HTTP verb and URI is not supported.
|
class |
RequestEntityTooLargeException
The payload exceeds the maximum size allowed.
|
class |
UnauthorizedException
You are not authorized to perform this operation.
|
class |
UnsupportedDocumentEncodingException
The document encoding is not supported.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyExistsException
The request was rejected because it attempted to create a resource that
already exists.
|
class |
DependencyTimeoutException
The system timed out while trying to fulfill the request.
|
class |
DisabledException
The request was rejected because the specified key was marked as disabled.
|
class |
InvalidAliasNameException
The request was rejected because the specified alias name is not valid.
|
class |
InvalidArnException
The request was rejected because a specified ARN was not valid.
|
class |
InvalidCiphertextException
The request was rejected because the specified ciphertext has been corrupted
or is otherwise invalid.
|
class |
InvalidGrantIdException
The request was rejected because the specified
GrantId is not
valid. |
class |
InvalidGrantTokenException
The request was rejected because a grant token provided as part of the
request is invalid.
|
class |
InvalidKeyUsageException
The request was rejected because the specified KeySpec parameter is not
valid.
|
class |
InvalidMarkerException
The request was rejected because the marker that specifies where pagination
should next begin is not valid.
|
class |
KeyUnavailableException
The request was rejected because the key was not available.
|
class |
KMSInternalException
The request was rejected because an internal exception occurred.
|
class |
KMSInvalidStateException
The request was rejected because the state of the specified resource is not
valid for this request.
|
class |
MalformedPolicyDocumentException
The request was rejected because the specified policy is not syntactically or
semantically correct.
|
class |
NotFoundException
The request was rejected because the specified entity or resource could not
be found.
|
class |
UnsupportedOperationException
The request was rejected because a specified parameter is not supported.
|
Modifier and Type | Class and Description |
---|---|
class |
CodeStorageExceededException
You have exceeded your maximum total code size per account.
|
class |
EC2AccessDeniedException |
class |
EC2ThrottledException
AWS Lambda was throttled by Amazon EC2 during Lambda function initiatization
using the execution role provided for the Lambda function.
|
class |
EC2UnexpectedException
AWS Lambda received an unexpected EC2 client exception while setting up for
the Lambda function.
|
class |
ENILimitReachedException
AWS Lambda was not able to create an Elastic Network Interface (ENI) in the
VPC, specified as part of Lambda function configuration, because the limit
for network interfaces has been reached.
|
class |
InvalidRequestContentException
The request body could not be parsed as JSON.
|
class |
InvalidSecurityGroupIDException
The Security Group ID provided in the Lambda function VPC configuration is
invalid.
|
class |
InvalidSubnetIDException
The Subnet ID provided in the Lambda function VPC configuration is invalid.
|
class |
PolicyLengthExceededException
Lambda function access policy is limited to 20 KB.
|
class |
RequestTooLargeException
The request payload exceeded the
Invoke request body JSON input
limit. |
class |
ServiceException
The AWS Lambda service encountered an internal error.
|
class |
SubnetIPAddressLimitReachedException
AWS Lambda was not able to set up VPC access for the Lambda function because
one or more configured subnets has no available IP addresses.
|
class |
UnsupportedMediaTypeException
The content type of the
Invoke request body is not JSON. |
Modifier and Type | Class and Description |
---|---|
class |
DataAlreadyAcceptedException |
class |
InvalidOperationException
Returned if the operation is not valid on the specified resource
|
class |
InvalidSequenceTokenException |
class |
OperationAbortedException
Returned if multiple requests to update the same resource were in conflict.
|
class |
ResourceAlreadyExistsException
Returned if the specified resource already exists.
|
Modifier and Type | Class and Description |
---|---|
class |
IdempotentParameterMismatchException
A second request to use or change an object was not allowed.
|
class |
PredictorNotMountedException
The exception is thrown when a predict request is made to an unmounted
MLModel . |
Modifier and Type | Class and Description |
---|---|
class |
MarketplaceCommerceAnalyticsException
This exception is thrown when an internal service error occurs.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidEndpointRegionException
The endpoint being called is in a region different from your EC2 instance.
|
class |
InvalidProductCodeException
The product code passed does not match the product code used for publishing
the product.
|
class |
InvalidUsageDimensionException
The usage dimension does not match one of the UsageDimensions associated with
products.
|
class |
TimestampOutOfBoundsException
The timestamp value passed in the meterUsage() is out of allowed range.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonRDSClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationAlreadyExistsException
The specified CIDRIP or EC2 security group is already authorized for the
specified DB security group.
|
class |
AuthorizationNotFoundException
Specified CIDRIP or EC2 security group is not authorized for the specified DB
security group.
|
class |
AuthorizationQuotaExceededException
DB security group authorization quota has been reached.
|
class |
CertificateNotFoundException
CertificateIdentifier does not refer to an existing certificate.
|
class |
DBClusterAlreadyExistsException
User already has a DB cluster with the given identifier.
|
class |
DBClusterNotFoundException
DBClusterIdentifier does not refer to an existing DB cluster.
|
class |
DBClusterParameterGroupNotFoundException
DBClusterParameterGroupName does not refer to an existing DB Cluster
parameter group.
|
class |
DBClusterQuotaExceededException
User attempted to create a new DB cluster and the user has already reached
the maximum allowed DB cluster quota.
|
class |
DBClusterSnapshotAlreadyExistsException
User already has a DB cluster snapshot with the given identifier.
|
class |
DBClusterSnapshotNotFoundException
DBClusterSnapshotIdentifier does not refer to an existing DB cluster
snapshot.
|
class |
DBInstanceAlreadyExistsException
User already has a DB instance with the given identifier.
|
class |
DBInstanceNotFoundException
DBInstanceIdentifier does not refer to an existing DB instance.
|
class |
DBLogFileNotFoundException
LogFileName does not refer to an existing DB log file.
|
class |
DBParameterGroupAlreadyExistsException
A DB parameter group with the same name exists.
|
class |
DBParameterGroupNotFoundException
DBParameterGroupName does not refer to an existing DB parameter group.
|
class |
DBParameterGroupQuotaExceededException
Request would result in user exceeding the allowed number of DB parameter
groups.
|
class |
DBSecurityGroupAlreadyExistsException
A DB security group with the name specified in DBSecurityGroupName
already exists.
|
class |
DBSecurityGroupNotFoundException
DBSecurityGroupName does not refer to an existing DB security group.
|
class |
DBSecurityGroupNotSupportedException
A DB security group is not allowed for this action.
|
class |
DBSecurityGroupQuotaExceededException
Request would result in user exceeding the allowed number of DB security
groups.
|
class |
DBSnapshotAlreadyExistsException
DBSnapshotIdentifier is already used by an existing snapshot.
|
class |
DBSnapshotNotFoundException
DBSnapshotIdentifier does not refer to an existing DB snapshot.
|
class |
DBSubnetGroupAlreadyExistsException
DBSubnetGroupName is already used by an existing DB subnet group.
|
class |
DBSubnetGroupDoesNotCoverEnoughAZsException
Subnets in the DB subnet group should cover at least two Availability Zones
unless there is only one Availability Zone.
|
class |
DBSubnetGroupNotAllowedException
Indicates that the DBSubnetGroup should not be specified while creating read
replicas that lie in the same region as the source instance.
|
class |
DBSubnetGroupNotFoundException
DBSubnetGroupName does not refer to an existing DB subnet group.
|
class |
DBSubnetGroupQuotaExceededException
Request would result in user exceeding the allowed number of DB subnet
groups.
|
class |
DBSubnetQuotaExceededException
Request would result in user exceeding the allowed number of subnets in a DB
subnet groups.
|
class |
DBUpgradeDependencyFailureException
The DB upgrade failed because a resource the DB depends on could not be
modified.
|
class |
DomainNotFoundException |
class |
EventSubscriptionQuotaExceededException
You have reached the maximum number of event subscriptions.
|
class |
InstanceQuotaExceededException
Request would result in user exceeding the allowed number of DB instances.
|
class |
InsufficientDBClusterCapacityException
The DB cluster does not have enough capacity for the current operation.
|
class |
InsufficientDBInstanceCapacityException
Specified DB instance class is not available in the specified Availability
Zone.
|
class |
InsufficientStorageClusterCapacityException
There is insufficient storage available for the current action.
|
class |
InvalidDBClusterSnapshotStateException
The supplied value is not a valid DB cluster snapshot state.
|
class |
InvalidDBClusterStateException
The supplied value is not a valid DB cluster state.
|
class |
InvalidDBInstanceStateException
The specified DB instance is not in the available state.
|
class |
InvalidDBParameterGroupStateException
The DB parameter group cannot be deleted because it is in use.
|
class |
InvalidDBSecurityGroupStateException
The state of the DB security group does not allow deletion.
|
class |
InvalidDBSnapshotStateException
The state of the DB snapshot does not allow deletion.
|
class |
InvalidDBSubnetGroupException
Indicates the DBSubnetGroup does not belong to the same VPC as that of an
existing cross region read replica of the same source instance.
|
class |
InvalidDBSubnetGroupStateException
The DB subnet group cannot be deleted because it is in use.
|
class |
InvalidDBSubnetStateException
The DB subnet is not in the available state.
|
class |
InvalidEventSubscriptionStateException
This error can occur if someone else is modifying a subscription.
|
class |
InvalidOptionGroupStateException
The option group is not in the available state.
|
class |
InvalidRestoreException
Cannot restore from vpc backup to non-vpc DB instance.
|
class |
InvalidSubnetException
The requested subnet is invalid, or multiple subnets were requested that are
not all in a common VPC.
|
class |
InvalidVPCNetworkStateException
DB subnet group does not cover all Availability Zones after it is created
because users' change.
|
class |
KMSKeyNotAccessibleException
Error accessing KMS key.
|
class |
OptionGroupAlreadyExistsException
The option group you are trying to create already exists.
|
class |
OptionGroupNotFoundException
The specified option group could not be found.
|
class |
OptionGroupQuotaExceededException
The quota of 20 option groups was exceeded for this AWS account.
|
class |
PointInTimeRestoreNotEnabledException
SourceDBInstanceIdentifier refers to a DB instance with
BackupRetentionPeriod equal to 0.
|
class |
ProvisionedIopsNotAvailableInAZException
Provisioned IOPS not available in the specified Availability Zone.
|
class |
ReservedDBInstanceAlreadyExistsException
User already has a reservation with the given identifier.
|
class |
ReservedDBInstanceNotFoundException
The specified reserved DB Instance not found.
|
class |
ReservedDBInstanceQuotaExceededException
Request would exceed the user's DB Instance quota.
|
class |
ReservedDBInstancesOfferingNotFoundException
Specified offering does not exist.
|
class |
ResourceNotFoundException
The specified resource ID was not found.
|
class |
SharedSnapshotQuotaExceededException
You have exceeded the maximum number of account ids that you can share a
manual DB snapshot with.
|
class |
SnapshotQuotaExceededException
Request would result in user exceeding the allowed number of DB snapshots.
|
class |
SNSInvalidTopicException
SNS has responded that there is a problem with the SND topic specified.
|
class |
SNSNoAuthorizationException
You do not have permission to publish to the SNS topic ARN.
|
class |
SNSTopicArnNotFoundException
The SNS topic ARN does not exist.
|
class |
SourceNotFoundException
The requested source could not be found.
|
class |
StorageQuotaExceededException
Request would result in user exceeding the allowed amount of storage
available across all DB instances.
|
class |
StorageTypeNotSupportedException
StorageType specified cannot be associated with the DB Instance.
|
class |
SubnetAlreadyInUseException
The DB subnet is already in use in the Availability Zone.
|
class |
SubscriptionAlreadyExistException
The supplied subscription name already exists.
|
class |
SubscriptionCategoryNotFoundException
The supplied category does not exist.
|
class |
SubscriptionNotFoundException
The subscription name does not exist.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonRedshiftClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
AccessToSnapshotDeniedException
The owner of the specified snapshot has not authorized your account to access
the snapshot.
|
class |
BucketNotFoundException
Could not find the specified S3 bucket.
|
class |
ClusterAlreadyExistsException
The account already has a cluster with the given identifier.
|
class |
ClusterNotFoundException
The
ClusterIdentifier parameter does not refer to an existing
cluster. |
class |
ClusterParameterGroupAlreadyExistsException
A cluster parameter group with the same name already exists.
|
class |
ClusterParameterGroupNotFoundException
The parameter group name does not refer to an existing parameter group.
|
class |
ClusterParameterGroupQuotaExceededException
The request would result in the user exceeding the allowed number of cluster
parameter groups.
|
class |
ClusterQuotaExceededException
The request would exceed the allowed number of cluster instances for this
account.
|
class |
ClusterSecurityGroupAlreadyExistsException
A cluster security group with the same name already exists.
|
class |
ClusterSecurityGroupNotFoundException
The cluster security group name does not refer to an existing cluster
security group.
|
class |
ClusterSecurityGroupQuotaExceededException
The request would result in the user exceeding the allowed number of cluster
security groups.
|
class |
ClusterSnapshotAlreadyExistsException
The value specified as a snapshot identifier is already used by an existing
snapshot.
|
class |
ClusterSnapshotNotFoundException
The snapshot identifier does not refer to an existing cluster snapshot.
|
class |
ClusterSnapshotQuotaExceededException
The request would result in the user exceeding the allowed number of cluster
snapshots.
|
class |
ClusterSubnetGroupAlreadyExistsException
A ClusterSubnetGroupName is already used by an existing cluster subnet
group.
|
class |
ClusterSubnetGroupNotFoundException
The cluster subnet group name does not refer to an existing cluster subnet
group.
|
class |
ClusterSubnetGroupQuotaExceededException
The request would result in user exceeding the allowed number of cluster
subnet groups.
|
class |
ClusterSubnetQuotaExceededException
The request would result in user exceeding the allowed number of subnets in a
cluster subnet groups.
|
class |
CopyToRegionDisabledException
Cross-region snapshot copy was temporarily disabled.
|
class |
DependentServiceRequestThrottlingException
The request cannot be completed because a dependent service is throttling
requests made by Amazon Redshift on your behalf.
|
class |
HsmClientCertificateAlreadyExistsException
There is already an existing Amazon Redshift HSM client certificate with the
specified identifier.
|
class |
HsmClientCertificateNotFoundException
There is no Amazon Redshift HSM client certificate with the specified
identifier.
|
class |
HsmClientCertificateQuotaExceededException
The quota for HSM client certificates has been reached.
|
class |
HsmConfigurationAlreadyExistsException
There is already an existing Amazon Redshift HSM configuration with the
specified identifier.
|
class |
HsmConfigurationNotFoundException
There is no Amazon Redshift HSM configuration with the specified identifier.
|
class |
HsmConfigurationQuotaExceededException
The quota for HSM configurations has been reached.
|
class |
IncompatibleOrderableOptionsException
The specified options are incompatible.
|
class |
InProgressTableRestoreQuotaExceededException
You have exceeded the allowed number of table restore requests.
|
class |
InsufficientClusterCapacityException
The number of nodes specified exceeds the allotted capacity of the cluster.
|
class |
InsufficientS3BucketPolicyException
The cluster does not have read bucket or put object permissions on the S3
bucket specified when enabling logging.
|
class |
InvalidClusterParameterGroupStateException
The cluster parameter group action can not be completed because another task
is in progress that involves the parameter group.
|
class |
InvalidClusterSecurityGroupStateException
The state of the cluster security group is not
available . |
class |
InvalidClusterSnapshotStateException
The specified cluster snapshot is not in the
available state, or
other accounts are authorized to access the snapshot. |
class |
InvalidClusterStateException
The specified cluster is not in the
available state. |
class |
InvalidClusterSubnetGroupStateException
The cluster subnet group cannot be deleted because it is in use.
|
class |
InvalidClusterSubnetStateException
The state of the subnet is invalid.
|
class |
InvalidElasticIpException
The Elastic IP (EIP) is invalid or cannot be found.
|
class |
InvalidHsmClientCertificateStateException
The specified HSM client certificate is not in the
available
state, or it is still in use by one or more Amazon Redshift clusters. |
class |
InvalidHsmConfigurationStateException
The specified HSM configuration is not in the
available state,
or it is still in use by one or more Amazon Redshift clusters. |
class |
InvalidS3BucketNameException
The S3 bucket name is invalid.
|
class |
InvalidS3KeyPrefixException
The string specified for the logging S3 key prefix does not comply with the
documented constraints.
|
class |
InvalidSnapshotCopyGrantStateException
The snapshot copy grant can't be deleted because it is used by one or more
clusters.
|
class |
InvalidSubscriptionStateException
The subscription request is invalid because it is a duplicate request.
|
class |
InvalidTableRestoreArgumentException
The value specified for the
sourceDatabaseName ,
sourceSchemaName , or sourceTableName parameter, or
a combination of these, doesn't exist in the snapshot. |
class |
InvalidTagException
The tag is invalid.
|
class |
NumberOfNodesPerClusterLimitExceededException
The operation would exceed the number of nodes allowed for a cluster.
|
class |
NumberOfNodesQuotaExceededException
The operation would exceed the number of nodes allotted to the account.
|
class |
ReservedNodeAlreadyExistsException
User already has a reservation with the given identifier.
|
class |
ReservedNodeNotFoundException
The specified reserved compute node not found.
|
class |
ReservedNodeOfferingNotFoundException
Specified offering does not exist.
|
class |
ReservedNodeQuotaExceededException
Request would exceed the user's compute node quota.
|
class |
ResizeNotFoundException
A resize operation for the specified cluster is not found.
|
class |
SnapshotCopyAlreadyDisabledException
The cluster already has cross-region snapshot copy disabled.
|
class |
SnapshotCopyAlreadyEnabledException
The cluster already has cross-region snapshot copy enabled.
|
class |
SnapshotCopyDisabledException
Cross-region snapshot copy was temporarily disabled.
|
class |
SnapshotCopyGrantAlreadyExistsException
The snapshot copy grant can't be created because a grant with the same name
already exists.
|
class |
SnapshotCopyGrantNotFoundException
The specified snapshot copy grant can't be found.
|
class |
SnapshotCopyGrantQuotaExceededException
The AWS account has exceeded the maximum number of snapshot copy grants in
this region.
|
class |
SubscriptionEventIdNotFoundException
An Amazon Redshift event with the specified event ID does not exist.
|
class |
SubscriptionSeverityNotFoundException
The value specified for the event severity was not one of the allowed values,
or it specified a severity that does not apply to the specified source type.
|
class |
TableRestoreNotFoundException
The specified
TableRestoreRequestId value was not found. |
class |
TagLimitExceededException
The request exceeds the limit of 10 tags for the resource.
|
class |
UnauthorizedOperationException
Your account is not authorized to perform the requested operation.
|
class |
UnknownSnapshotCopyRegionException
The specified region is incorrect or does not exist.
|
class |
UnsupportedOptionException
A request option was specified that is not supported.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonRoute53Client.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentModificationException
Another user submitted a request to update the object at the same time that
you did.
|
class |
ConflictingDomainExistsException |
class |
ConflictingTypesException
You tried to update a traffic policy instance by using a traffic policy
version that has a different DNS type than the current type for the instance.
|
class |
DelegationSetAlreadyCreatedException
A delegation set with the same owner and caller reference combination has
already been created.
|
class |
DelegationSetAlreadyReusableException
The specified delegation set has already been marked as reusable.
|
class |
DelegationSetInUseException
The specified delegation contains associated hosted zones which must be
deleted before the reusable delegation set can be deleted.
|
class |
DelegationSetNotAvailableException
Amazon Route 53 allows some duplicate domain names, but there is a maximum
number of duplicate names.
|
class |
DelegationSetNotReusableException
The specified delegation set has not been marked as reusable.
|
class |
HealthCheckAlreadyExistsException
The health check you are trying to create already exists.
|
class |
HealthCheckInUseException
There are resource records associated with this health check.
|
class |
HealthCheckVersionMismatchException |
class |
HostedZoneAlreadyExistsException
The hosted zone you are trying to create already exists.
|
class |
HostedZoneNotEmptyException
The hosted zone contains resource record sets in addition to the default NS
and SOA resource record sets.
|
class |
HostedZoneNotFoundException
The specified HostedZone cannot be found.
|
class |
IncompatibleVersionException
The resource you are trying to access is unsupported on this Amazon Route 53
endpoint.
|
class |
InvalidArgumentException
At least one of the specified arguments is invalid.
|
class |
InvalidChangeBatchException
This error contains a list of one or more error messages.
|
class |
InvalidDomainNameException
This error indicates that the specified domain name is not valid.
|
class |
InvalidTrafficPolicyDocumentException
The format of the traffic policy document that you specified in the
Document element is invalid. |
class |
InvalidVPCIdException
The hosted zone you are trying to create for your VPC_ID does not belong to
you.
|
class |
LastVPCAssociationException
The VPC you are trying to disassociate from the hosted zone is the last the
VPC that is associated with the hosted zone.
|
class |
LimitsExceededException
The limits specified for a resource have been exceeded.
|
class |
NoSuchChangeException |
class |
NoSuchDelegationSetException
The specified delegation set does not exist.
|
class |
NoSuchGeoLocationException
The geo location you are trying to get does not exist.
|
class |
NoSuchHealthCheckException
The health check you are trying to get or delete does not exist.
|
class |
NoSuchHostedZoneException |
class |
NoSuchTrafficPolicyException
No traffic policy exists with the specified ID.
|
class |
NoSuchTrafficPolicyInstanceException
No traffic policy instance exists with the specified ID.
|
class |
PriorRequestNotCompleteException
The request was rejected because Amazon Route 53 was still processing a prior
request.
|
class |
PublicZoneVPCAssociationException
The hosted zone you are trying to associate VPC with doesn't have any VPC
association.
|
class |
ThrottlingException |
class |
TooManyHealthChecksException |
class |
TooManyHostedZonesException
This error indicates that you've reached the maximum number of hosted zones
that can be created for the current AWS account.
|
class |
TooManyTrafficPoliciesException
You've created the maximum number of traffic policies that can be created for
the current AWS account.
|
class |
TooManyTrafficPolicyInstancesException
You've created the maximum number of traffic policy instances that can be
created for the current AWS account.
|
class |
TrafficPolicyAlreadyExistsException
A traffic policy that has the same value for
Name already
exists. |
class |
TrafficPolicyInstanceAlreadyExistsException
Traffic policy instance with given Id already exists.
|
class |
TrafficPolicyInUseException
One or more traffic policy instances were created by using the specified
traffic policy.
|
class |
VPCAssociationNotFoundException
The VPC you specified is not currently associated with the hosted zone.
|
Modifier and Type | Class and Description |
---|---|
class |
DomainLimitExceededException
The number of domains has exceeded the allowed threshold for the account.
|
class |
DuplicateRequestException
The request is already in progress for the domain.
|
class |
InvalidInputException
The requested item is not acceptable.
|
class |
OperationLimitExceededException
The number of operations or jobs running exceeded the allowed threshold for
the account.
|
class |
TLDRulesViolationException
The top-level domain does not support this operation.
|
class |
UnsupportedTLDException
Amazon Route 53 does not support this top-level domain.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonS3.abortMultipartUpload(AbortMultipartUploadRequest request)
Aborts a multipart upload.
|
void |
AbstractAmazonS3.abortMultipartUpload(AbortMultipartUploadRequest request) |
void |
AmazonS3Client.abortMultipartUpload(AbortMultipartUploadRequest abortMultipartUploadRequest) |
void |
AmazonS3.changeObjectStorageClass(String bucketName,
String key,
StorageClass newStorageClass)
Deprecated.
this operation will not retain the ACL's or SSE parameters
associated with the given Amazon S3 object. Use
AmazonS3.copyObject(CopyObjectRequest)
instead. |
void |
AbstractAmazonS3.changeObjectStorageClass(String bucketName,
String key,
StorageClass newStorageClass) |
void |
AmazonS3Client.changeObjectStorageClass(String bucketName,
String key,
StorageClass newStorageClass) |
CompleteMultipartUploadResult |
AmazonS3.completeMultipartUpload(CompleteMultipartUploadRequest request)
Completes a multipart upload by assembling previously uploaded parts.
|
CompleteMultipartUploadResult |
AbstractAmazonS3.completeMultipartUpload(CompleteMultipartUploadRequest request) |
CompleteMultipartUploadResult |
AmazonS3Client.completeMultipartUpload(CompleteMultipartUploadRequest completeMultipartUploadRequest) |
CopyObjectResult |
AmazonS3.copyObject(CopyObjectRequest copyObjectRequest)
Copies a source object to a new destination in Amazon S3.
|
CopyObjectResult |
AbstractAmazonS3.copyObject(CopyObjectRequest copyObjectRequest) |
CopyObjectResult |
AmazonS3Client.copyObject(CopyObjectRequest copyObjectRequest) |
CopyObjectResult |
AmazonS3.copyObject(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey)
Copies a source object to a new destination in Amazon S3.
|
CopyObjectResult |
AbstractAmazonS3.copyObject(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey) |
CopyObjectResult |
AmazonS3Client.copyObject(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey) |
CopyPartResult |
AmazonS3.copyPart(CopyPartRequest copyPartRequest)
Copies a source object to a part of a multipart upload.
|
CopyPartResult |
AbstractAmazonS3.copyPart(CopyPartRequest copyPartRequest) |
Bucket |
AmazonS3.createBucket(CreateBucketRequest createBucketRequest)
Creates a new Amazon S3 bucket in the default
region,
Region.US_Standard . |
Bucket |
AbstractAmazonS3.createBucket(CreateBucketRequest createBucketRequest) |
Bucket |
AmazonS3Client.createBucket(CreateBucketRequest createBucketRequest) |
Bucket |
AmazonS3.createBucket(String bucketName)
Creates a new Amazon S3 bucket with the specified name in the default
(US) region,
Region.US_Standard . |
Bucket |
AbstractAmazonS3.createBucket(String bucketName) |
Bucket |
AmazonS3Client.createBucket(String bucketName) |
Bucket |
AmazonS3.createBucket(String bucketName,
Region region)
Creates a new Amazon S3 bucket with the specified name in the specified
Amazon S3 region.
|
Bucket |
AbstractAmazonS3.createBucket(String bucketName,
Region region) |
Bucket |
AmazonS3Client.createBucket(String bucketName,
Region region) |
Bucket |
AmazonS3.createBucket(String bucketName,
String region)
Creates a new Amazon S3 bucket with the specified name in the specified
Amazon S3 region.
|
Bucket |
AbstractAmazonS3.createBucket(String bucketName,
String region) |
Bucket |
AmazonS3Client.createBucket(String bucketName,
String region) |
void |
AmazonS3.deleteBucket(DeleteBucketRequest deleteBucketRequest)
Deletes the specified bucket.
|
void |
AbstractAmazonS3.deleteBucket(DeleteBucketRequest deleteBucketRequest) |
void |
AmazonS3Client.deleteBucket(DeleteBucketRequest deleteBucketRequest) |
void |
AmazonS3.deleteBucket(String bucketName)
Deletes the specified bucket.
|
void |
AbstractAmazonS3.deleteBucket(String bucketName) |
void |
AmazonS3Client.deleteBucket(String bucketName) |
void |
AmazonS3.deleteBucketPolicy(DeleteBucketPolicyRequest deleteBucketPolicyRequest)
Deletes the policy associated with the specified bucket.
|
void |
AbstractAmazonS3.deleteBucketPolicy(DeleteBucketPolicyRequest deleteBucketPolicyRequest) |
void |
AmazonS3Client.deleteBucketPolicy(DeleteBucketPolicyRequest deleteBucketPolicyRequest) |
void |
AmazonS3.deleteBucketPolicy(String bucketName)
Deletes the policy associated with the specified bucket.
|
void |
AbstractAmazonS3.deleteBucketPolicy(String bucketName) |
void |
AmazonS3Client.deleteBucketPolicy(String bucketName) |
void |
AmazonS3.deleteBucketReplicationConfiguration(DeleteBucketReplicationConfigurationRequest request)
Deletes the replication configuration for the given Amazon S3 bucket.
|
void |
AbstractAmazonS3.deleteBucketReplicationConfiguration(DeleteBucketReplicationConfigurationRequest request) |
void |
AmazonS3Client.deleteBucketReplicationConfiguration(DeleteBucketReplicationConfigurationRequest deleteBucketReplicationConfigurationRequest) |
void |
AmazonS3.deleteBucketReplicationConfiguration(String bucketName)
Deletes the replication configuration for the given Amazon S3 bucket.
|
void |
AbstractAmazonS3.deleteBucketReplicationConfiguration(String bucketName) |
void |
AmazonS3Client.deleteBucketReplicationConfiguration(String bucketName) |
void |
AmazonS3.deleteBucketWebsiteConfiguration(DeleteBucketWebsiteConfigurationRequest deleteBucketWebsiteConfigurationRequest)
This operation removes the website configuration for a bucket.
|
void |
AbstractAmazonS3.deleteBucketWebsiteConfiguration(DeleteBucketWebsiteConfigurationRequest deleteBucketWebsiteConfigurationRequest) |
void |
AmazonS3Client.deleteBucketWebsiteConfiguration(DeleteBucketWebsiteConfigurationRequest deleteBucketWebsiteConfigurationRequest) |
void |
AmazonS3.deleteBucketWebsiteConfiguration(String bucketName)
This operation removes the website configuration for a bucket.
|
void |
AbstractAmazonS3.deleteBucketWebsiteConfiguration(String bucketName) |
void |
AmazonS3Client.deleteBucketWebsiteConfiguration(String bucketName) |
void |
AmazonS3.deleteObject(DeleteObjectRequest deleteObjectRequest)
Deletes the specified object in the specified bucket.
|
void |
AbstractAmazonS3.deleteObject(DeleteObjectRequest deleteObjectRequest) |
void |
AmazonS3Client.deleteObject(DeleteObjectRequest deleteObjectRequest) |
void |
AmazonS3.deleteObject(String bucketName,
String key)
Deletes the specified object in the specified bucket.
|
void |
AbstractAmazonS3.deleteObject(String bucketName,
String key) |
void |
AmazonS3Client.deleteObject(String bucketName,
String key) |
DeleteObjectsResult |
AmazonS3.deleteObjects(DeleteObjectsRequest deleteObjectsRequest)
Deletes multiple objects in a single bucket from S3.
|
DeleteObjectsResult |
AbstractAmazonS3.deleteObjects(DeleteObjectsRequest deleteObjectsRequest) |
void |
AmazonS3.deleteVersion(DeleteVersionRequest deleteVersionRequest)
Deletes a specific version of an object in the specified bucket.
|
void |
AbstractAmazonS3.deleteVersion(DeleteVersionRequest deleteVersionRequest) |
void |
AmazonS3Client.deleteVersion(DeleteVersionRequest deleteVersionRequest) |
void |
AmazonS3.deleteVersion(String bucketName,
String key,
String versionId)
Deletes a specific version of the specified object in the specified
bucket.
|
void |
AbstractAmazonS3.deleteVersion(String bucketName,
String key,
String versionId) |
void |
AmazonS3Client.deleteVersion(String bucketName,
String key,
String versionId) |
void |
AmazonS3.disableRequesterPays(String bucketName)
Allows Amazon S3 bucket owner to disable the Requester Pays for the
given bucket name.
|
void |
AbstractAmazonS3.disableRequesterPays(String bucketName) |
boolean |
AmazonS3.doesBucketExist(String bucketName)
Checks if the specified bucket exists.
|
boolean |
AbstractAmazonS3.doesBucketExist(String bucketName) |
boolean |
AmazonS3Client.doesBucketExist(String bucketName) |
boolean |
AmazonS3.doesObjectExist(String bucketName,
String objectName) |
boolean |
AbstractAmazonS3.doesObjectExist(String bucketName,
String objectName) |
boolean |
AmazonS3Client.doesObjectExist(String bucketName,
String objectName) |
void |
AmazonS3.enableRequesterPays(String bucketName)
Allows Amazon S3 bucket owner to enable the Requester Pays for the given
bucket name.
|
void |
AbstractAmazonS3.enableRequesterPays(String bucketName) |
BucketAccelerateConfiguration |
AmazonS3.getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest)
Retrieves the accelerate configuration for the given bucket.
|
BucketAccelerateConfiguration |
AbstractAmazonS3.getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest) |
BucketAccelerateConfiguration |
AmazonS3Client.getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest) |
BucketAccelerateConfiguration |
AmazonS3.getBucketAccelerateConfiguration(String bucket)
Retrieves the accelerate configuration for the given bucket.
|
BucketAccelerateConfiguration |
AbstractAmazonS3.getBucketAccelerateConfiguration(String bucketName) |
BucketAccelerateConfiguration |
AmazonS3Client.getBucketAccelerateConfiguration(String bucketName) |
AccessControlList |
AmazonS3.getBucketAcl(GetBucketAclRequest getBucketAclRequest)
Gets the
AccessControlList (ACL) for the specified Amazon S3
bucket. |
AccessControlList |
AbstractAmazonS3.getBucketAcl(GetBucketAclRequest getBucketAclRequest) |
AccessControlList |
AmazonS3Client.getBucketAcl(GetBucketAclRequest getBucketAclRequest) |
AccessControlList |
AmazonS3.getBucketAcl(String bucketName)
Gets the
AccessControlList (ACL) for the specified Amazon S3 bucket. |
AccessControlList |
AbstractAmazonS3.getBucketAcl(String bucketName) |
AccessControlList |
AmazonS3Client.getBucketAcl(String bucketName)
Gets the
AccessControlList (ACL) for the specified Amazon S3 bucket. |
String |
AmazonS3.getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)
Gets the geographical region where Amazon S3 stores the specified
bucket.
|
String |
AbstractAmazonS3.getBucketLocation(GetBucketLocationRequest getBucketLocationRequest) |
String |
AmazonS3Client.getBucketLocation(GetBucketLocationRequest getBucketLocationRequest) |
String |
AmazonS3.getBucketLocation(String bucketName)
Gets the geographical region where Amazon S3 stores the specified
bucket.
|
String |
AbstractAmazonS3.getBucketLocation(String bucketName) |
String |
AmazonS3Client.getBucketLocation(String bucketName) |
BucketLoggingConfiguration |
AmazonS3.getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest)
Gets the logging configuration for the specified bucket.
|
BucketLoggingConfiguration |
AbstractAmazonS3.getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest) |
BucketLoggingConfiguration |
AmazonS3Client.getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest) |
BucketLoggingConfiguration |
AmazonS3.getBucketLoggingConfiguration(String bucketName)
Gets the logging configuration for the specified bucket.
|
BucketLoggingConfiguration |
AbstractAmazonS3.getBucketLoggingConfiguration(String bucketName) |
BucketLoggingConfiguration |
AmazonS3Client.getBucketLoggingConfiguration(String bucketName) |
BucketNotificationConfiguration |
AmazonS3.getBucketNotificationConfiguration(GetBucketNotificationConfigurationRequest getBucketNotificationConfigurationRequest)
Gets the notification configuration for the specified bucket.
|
BucketNotificationConfiguration |
AbstractAmazonS3.getBucketNotificationConfiguration(GetBucketNotificationConfigurationRequest getBucketNotificationConfigurationRequest) |
BucketNotificationConfiguration |
AmazonS3Client.getBucketNotificationConfiguration(GetBucketNotificationConfigurationRequest getBucketNotificationConfigurationRequest) |
BucketNotificationConfiguration |
AmazonS3.getBucketNotificationConfiguration(String bucketName)
Gets the notification configuration for the specified bucket.
|
BucketNotificationConfiguration |
AbstractAmazonS3.getBucketNotificationConfiguration(String bucketName) |
BucketNotificationConfiguration |
AmazonS3Client.getBucketNotificationConfiguration(String bucketName) |
BucketPolicy |
AmazonS3.getBucketPolicy(GetBucketPolicyRequest getBucketPolicyRequest)
Gets the policy for the specified bucket.
|
BucketPolicy |
AbstractAmazonS3.getBucketPolicy(GetBucketPolicyRequest getBucketPolicyRequest) |
BucketPolicy |
AmazonS3Client.getBucketPolicy(GetBucketPolicyRequest getBucketPolicyRequest) |
BucketPolicy |
AmazonS3.getBucketPolicy(String bucketName)
Gets the policy for the specified bucket.
|
BucketPolicy |
AbstractAmazonS3.getBucketPolicy(String bucketName) |
BucketPolicy |
AmazonS3Client.getBucketPolicy(String bucketName) |
BucketReplicationConfiguration |
AmazonS3.getBucketReplicationConfiguration(GetBucketReplicationConfigurationRequest getBucketReplicationConfigurationRequest)
Retrieves the replication configuration for the given Amazon S3 bucket.
|
BucketReplicationConfiguration |
AbstractAmazonS3.getBucketReplicationConfiguration(GetBucketReplicationConfigurationRequest getBucketReplicationConfigurationRequest) |
BucketReplicationConfiguration |
AmazonS3Client.getBucketReplicationConfiguration(GetBucketReplicationConfigurationRequest getBucketReplicationConfigurationRequest) |
BucketReplicationConfiguration |
AmazonS3.getBucketReplicationConfiguration(String bucketName)
Retrieves the replication configuration for the given Amazon S3 bucket.
|
BucketReplicationConfiguration |
AbstractAmazonS3.getBucketReplicationConfiguration(String bucketName) |
BucketReplicationConfiguration |
AmazonS3Client.getBucketReplicationConfiguration(String bucketName) |
BucketVersioningConfiguration |
AmazonS3.getBucketVersioningConfiguration(GetBucketVersioningConfigurationRequest getBucketVersioningConfigurationRequest)
Returns the versioning configuration for the specified bucket.
|
BucketVersioningConfiguration |
AbstractAmazonS3.getBucketVersioningConfiguration(GetBucketVersioningConfigurationRequest getBucketVersioningConfigurationRequest) |
BucketVersioningConfiguration |
AmazonS3Client.getBucketVersioningConfiguration(GetBucketVersioningConfigurationRequest getBucketVersioningConfigurationRequest) |
BucketVersioningConfiguration |
AmazonS3.getBucketVersioningConfiguration(String bucketName)
Returns the versioning configuration for the specified bucket.
|
BucketVersioningConfiguration |
AbstractAmazonS3.getBucketVersioningConfiguration(String bucketName) |
BucketVersioningConfiguration |
AmazonS3Client.getBucketVersioningConfiguration(String bucketName) |
BucketWebsiteConfiguration |
AmazonS3.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest)
Returns the website configuration for the specified bucket.
|
BucketWebsiteConfiguration |
AbstractAmazonS3.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest) |
BucketWebsiteConfiguration |
AmazonS3Client.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest) |
BucketWebsiteConfiguration |
AmazonS3.getBucketWebsiteConfiguration(String bucketName)
Returns the website configuration for the specified bucket.
|
BucketWebsiteConfiguration |
AbstractAmazonS3.getBucketWebsiteConfiguration(String bucketName) |
BucketWebsiteConfiguration |
AmazonS3Client.getBucketWebsiteConfiguration(String bucketName) |
S3Object |
AmazonS3.getObject(GetObjectRequest getObjectRequest)
Gets the object stored in Amazon S3 under the specified bucket and
key.
|
S3Object |
AbstractAmazonS3.getObject(GetObjectRequest getObjectRequest) |
S3Object |
AmazonS3Client.getObject(GetObjectRequest getObjectRequest) |
ObjectMetadata |
AmazonS3.getObject(GetObjectRequest getObjectRequest,
File destinationFile)
Gets the object metadata for the object stored
in Amazon S3 under the specified bucket and key,
and saves the object contents to the
specified file.
|
ObjectMetadata |
AbstractAmazonS3.getObject(GetObjectRequest getObjectRequest,
File destinationFile) |
ObjectMetadata |
AmazonS3Client.getObject(GetObjectRequest getObjectRequest,
File destinationFile) |
S3Object |
AmazonS3.getObject(String bucketName,
String key)
Gets the object stored in Amazon S3 under the specified bucket and key.
|
S3Object |
AbstractAmazonS3.getObject(String bucketName,
String key) |
S3Object |
AmazonS3Client.getObject(String bucketName,
String key) |
AccessControlList |
AmazonS3.getObjectAcl(GetObjectAclRequest getObjectAclRequest)
Gets the
AccessControlList (ACL) for the specified object in Amazon S3. |
AccessControlList |
AbstractAmazonS3.getObjectAcl(GetObjectAclRequest getObjectAclRequest) |
AccessControlList |
AmazonS3.getObjectAcl(String bucketName,
String key)
Gets the
AccessControlList (ACL) for the specified object in Amazon S3. |
AccessControlList |
AbstractAmazonS3.getObjectAcl(String bucketName,
String key) |
AccessControlList |
AmazonS3Client.getObjectAcl(String bucketName,
String key) |
AccessControlList |
AmazonS3.getObjectAcl(String bucketName,
String key,
String versionId)
Gets the
AccessControlList (ACL) for the specified object
with the specified version in Amazon S3. |
AccessControlList |
AbstractAmazonS3.getObjectAcl(String bucketName,
String key,
String versionId) |
AccessControlList |
AmazonS3Client.getObjectAcl(String bucketName,
String key,
String versionId) |
ObjectMetadata |
AmazonS3.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)
Gets the metadata for the specified Amazon S3 object without
actually fetching the object itself.
|
ObjectMetadata |
AbstractAmazonS3.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest) |
ObjectMetadata |
AmazonS3Client.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest) |
ObjectMetadata |
AmazonS3.getObjectMetadata(String bucketName,
String key)
Gets the metadata for the specified Amazon S3 object without
actually fetching the object itself.
|
ObjectMetadata |
AbstractAmazonS3.getObjectMetadata(String bucketName,
String key) |
ObjectMetadata |
AmazonS3Client.getObjectMetadata(String bucketName,
String key) |
Owner |
AmazonS3.getS3AccountOwner()
Gets the current owner of the AWS account
that the authenticated sender of the request is using.
|
Owner |
AbstractAmazonS3.getS3AccountOwner() |
Owner |
AmazonS3Client.getS3AccountOwner() |
Owner |
AmazonS3.getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest)
Gets the current owner of the AWS account
that the authenticated sender of the request is using.
|
Owner |
AbstractAmazonS3.getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest) |
Owner |
AmazonS3Client.getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest) |
HeadBucketResult |
AmazonS3.headBucket(HeadBucketRequest headBucketRequest)
Performs a head bucket operation on the requested bucket name.
|
HeadBucketResult |
AbstractAmazonS3.headBucket(HeadBucketRequest headBucketRequest) |
HeadBucketResult |
AmazonS3Client.headBucket(HeadBucketRequest headBucketRequest) |
InitiateMultipartUploadResult |
AmazonS3.initiateMultipartUpload(InitiateMultipartUploadRequest request)
Initiates a multipart upload and returns an InitiateMultipartUploadResult
which contains an upload ID.
|
InitiateMultipartUploadResult |
AbstractAmazonS3.initiateMultipartUpload(InitiateMultipartUploadRequest request) |
InitiateMultipartUploadResult |
AmazonS3Client.initiateMultipartUpload(InitiateMultipartUploadRequest initiateMultipartUploadRequest) |
boolean |
AmazonS3.isRequesterPaysEnabled(String bucketName)
Retrieves the Requester Pays configuration associated with an Amazon S3
bucket.
|
boolean |
AbstractAmazonS3.isRequesterPaysEnabled(String bucketName) |
List<Bucket> |
AmazonS3.listBuckets()
Returns a list of all Amazon S3 buckets that the
authenticated sender of the request owns.
|
List<Bucket> |
AbstractAmazonS3.listBuckets() |
List<Bucket> |
AmazonS3Client.listBuckets() |
List<Bucket> |
AmazonS3.listBuckets(ListBucketsRequest listBucketsRequest)
Returns a list of all Amazon S3 buckets that the
authenticated sender of the request owns.
|
List<Bucket> |
AbstractAmazonS3.listBuckets(ListBucketsRequest listBucketsRequest) |
List<Bucket> |
AmazonS3Client.listBuckets(ListBucketsRequest listBucketsRequest) |
MultipartUploadListing |
AmazonS3.listMultipartUploads(ListMultipartUploadsRequest request)
Lists in-progress multipart uploads.
|
MultipartUploadListing |
AbstractAmazonS3.listMultipartUploads(ListMultipartUploadsRequest request) |
MultipartUploadListing |
AmazonS3Client.listMultipartUploads(ListMultipartUploadsRequest listMultipartUploadsRequest) |
ObjectListing |
AmazonS3.listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest)
Provides an easy way to continue a truncated object listing and retrieve
the next page of results.
|
ObjectListing |
AbstractAmazonS3.listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest) |
ObjectListing |
AmazonS3Client.listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest) |
ObjectListing |
AmazonS3.listNextBatchOfObjects(ObjectListing previousObjectListing)
Provides an easy way to continue a truncated object listing and retrieve
the next page of results.
|
ObjectListing |
AbstractAmazonS3.listNextBatchOfObjects(ObjectListing previousObjectListing) |
ObjectListing |
AmazonS3Client.listNextBatchOfObjects(ObjectListing previousObjectListing) |
VersionListing |
AmazonS3.listNextBatchOfVersions(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest)
Provides an easy way to continue a truncated
VersionListing and retrieve
the next page of results. |
VersionListing |
AbstractAmazonS3.listNextBatchOfVersions(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest) |
VersionListing |
AmazonS3.listNextBatchOfVersions(VersionListing previousVersionListing)
Provides an easy way to continue a truncated
VersionListing and retrieve
the next page of results. |
VersionListing |
AbstractAmazonS3.listNextBatchOfVersions(VersionListing previousVersionListing) |
VersionListing |
AmazonS3Client.listNextBatchOfVersions(VersionListing previousVersionListing) |
ObjectListing |
AmazonS3.listObjects(ListObjectsRequest listObjectsRequest)
Returns a list of summary information about the objects in the specified
bucket.
|
ObjectListing |
AbstractAmazonS3.listObjects(ListObjectsRequest listObjectsRequest) |
ObjectListing |
AmazonS3Client.listObjects(ListObjectsRequest listObjectsRequest) |
ObjectListing |
AmazonS3.listObjects(String bucketName)
Returns a list of summary information about the objects in the specified
buckets.
|
ObjectListing |
AbstractAmazonS3.listObjects(String bucketName) |
ObjectListing |
AmazonS3Client.listObjects(String bucketName) |
ObjectListing |
AmazonS3.listObjects(String bucketName,
String prefix)
Returns a list of summary information about the objects in the specified
bucket.
|
ObjectListing |
AbstractAmazonS3.listObjects(String bucketName,
String prefix) |
ObjectListing |
AmazonS3Client.listObjects(String bucketName,
String prefix) |
ListObjectsV2Result |
AmazonS3.listObjectsV2(ListObjectsV2Request listObjectsV2Request) |
ListObjectsV2Result |
AbstractAmazonS3.listObjectsV2(ListObjectsV2Request listObjectsV2Request) |
ListObjectsV2Result |
AmazonS3Client.listObjectsV2(ListObjectsV2Request listObjectsV2Request) |
ListObjectsV2Result |
AmazonS3.listObjectsV2(String bucketName) |
ListObjectsV2Result |
AbstractAmazonS3.listObjectsV2(String bucketName) |
ListObjectsV2Result |
AmazonS3Client.listObjectsV2(String bucketName) |
ListObjectsV2Result |
AmazonS3.listObjectsV2(String bucketName,
String prefix) |
ListObjectsV2Result |
AbstractAmazonS3.listObjectsV2(String bucketName,
String prefix) |
ListObjectsV2Result |
AmazonS3Client.listObjectsV2(String bucketName,
String prefix) |
PartListing |
AmazonS3.listParts(ListPartsRequest request)
Lists the parts that have been uploaded for a specific multipart upload.
|
PartListing |
AbstractAmazonS3.listParts(ListPartsRequest request) |
PartListing |
AmazonS3Client.listParts(ListPartsRequest listPartsRequest) |
VersionListing |
AmazonS3.listVersions(ListVersionsRequest listVersionsRequest)
Returns a list of summary information about the versions in the specified
bucket.
|
VersionListing |
AbstractAmazonS3.listVersions(ListVersionsRequest listVersionsRequest) |
VersionListing |
AmazonS3Client.listVersions(ListVersionsRequest listVersionsRequest) |
VersionListing |
AmazonS3.listVersions(String bucketName,
String prefix)
Returns a list of summary information about the versions in the specified
bucket.
|
VersionListing |
AbstractAmazonS3.listVersions(String bucketName,
String prefix) |
VersionListing |
AmazonS3Client.listVersions(String bucketName,
String prefix) |
VersionListing |
AmazonS3.listVersions(String bucketName,
String prefix,
String keyMarker,
String versionIdMarker,
String delimiter,
Integer maxResults)
Returns a list of summary information about the versions in the specified
bucket.
|
VersionListing |
AbstractAmazonS3.listVersions(String bucketName,
String prefix,
String keyMarker,
String versionIdMarker,
String delimiter,
Integer maxResults) |
VersionListing |
AmazonS3Client.listVersions(String bucketName,
String prefix,
String keyMarker,
String versionIdMarker,
String delimiter,
Integer maxKeys) |
PutObjectResult |
AmazonS3.putObject(PutObjectRequest putObjectRequest)
Uploads a new object to the specified Amazon S3 bucket.
|
PutObjectResult |
AbstractAmazonS3.putObject(PutObjectRequest putObjectRequest) |
PutObjectResult |
AmazonS3Client.putObject(PutObjectRequest putObjectRequest) |
PutObjectResult |
AmazonS3.putObject(String bucketName,
String key,
File file)
Uploads the specified file to Amazon S3 under the specified bucket and
key name.
|
PutObjectResult |
AbstractAmazonS3.putObject(String bucketName,
String key,
File file) |
PutObjectResult |
AmazonS3Client.putObject(String bucketName,
String key,
File file) |
PutObjectResult |
AmazonS3.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata)
Uploads the specified input stream and object metadata to Amazon S3 under
the specified bucket and key name.
|
PutObjectResult |
AbstractAmazonS3.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata) |
PutObjectResult |
AmazonS3Client.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata) |
void |
AmazonS3.restoreObject(RestoreObjectRequest request)
Restore an object, which was transitioned to Amazon Glacier from Amazon
S3 when it was expired, into Amazon S3 again.
|
void |
AbstractAmazonS3.restoreObject(RestoreObjectRequest request) |
void |
AmazonS3Client.restoreObject(RestoreObjectRequest restoreObjectRequest) |
void |
AmazonS3.restoreObject(String bucketName,
String key,
int expirationInDays)
Restore an object, which was transitioned to Amazon Glacier from Amazon
S3 when it was expired, into Amazon S3 again.
|
void |
AbstractAmazonS3.restoreObject(String bucketName,
String key,
int expirationInDays) |
void |
AmazonS3Client.restoreObject(String bucketName,
String key,
int expirationInDays) |
void |
AmazonS3.setBucketAccelerateConfiguration(SetBucketAccelerateConfigurationRequest setBucketAccelerateConfigurationRequest)
Sets the accelerate configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketAccelerateConfiguration(SetBucketAccelerateConfigurationRequest setBucketAccelerateConfigurationRequest) |
void |
AmazonS3Client.setBucketAccelerateConfiguration(SetBucketAccelerateConfigurationRequest setBucketAccelerateConfigurationRequest) |
void |
AmazonS3.setBucketAccelerateConfiguration(String bucketName,
BucketAccelerateConfiguration accelerateConfiguration)
Sets the accelerate configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketAccelerateConfiguration(String bucketName,
BucketAccelerateConfiguration accelerateConfiguration) |
void |
AmazonS3Client.setBucketAccelerateConfiguration(String bucketName,
BucketAccelerateConfiguration accelerateConfiguration) |
void |
AmazonS3.setBucketAcl(SetBucketAclRequest setBucketAclRequest)
Sets the
AccessControlList for the specified Amazon S3 bucket. |
void |
AbstractAmazonS3.setBucketAcl(SetBucketAclRequest setBucketAclRequest) |
void |
AmazonS3Client.setBucketAcl(SetBucketAclRequest setBucketAclRequest) |
void |
AmazonS3.setBucketAcl(String bucketName,
AccessControlList acl)
Sets the
AccessControlList for the specified Amazon S3 bucket. |
void |
AbstractAmazonS3.setBucketAcl(String bucketName,
AccessControlList acl) |
void |
AmazonS3Client.setBucketAcl(String bucketName,
AccessControlList acl) |
void |
AmazonS3.setBucketAcl(String bucketName,
CannedAccessControlList acl)
Sets the
CannedAccessControlList for the specified Amazon S3 bucket using one of
the pre-configured CannedAccessControlLists . |
void |
AbstractAmazonS3.setBucketAcl(String bucketName,
CannedAccessControlList cannedAcl) |
void |
AmazonS3Client.setBucketAcl(String bucketName,
CannedAccessControlList cannedAcl) |
void |
AmazonS3Client.setBucketAcl(String bucketName,
CannedAccessControlList cannedAcl,
RequestMetricCollector requestMetricCollector)
Same as
AmazonS3Client.setBucketAcl(String, CannedAccessControlList)
but allows specifying a request metric collector. |
void |
AmazonS3.setBucketLoggingConfiguration(SetBucketLoggingConfigurationRequest setBucketLoggingConfigurationRequest)
Sets the logging configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketLoggingConfiguration(SetBucketLoggingConfigurationRequest setBucketLoggingConfigurationRequest) |
void |
AmazonS3Client.setBucketLoggingConfiguration(SetBucketLoggingConfigurationRequest setBucketLoggingConfigurationRequest) |
void |
AmazonS3.setBucketNotificationConfiguration(SetBucketNotificationConfigurationRequest setBucketNotificationConfigurationRequest)
Sets the notification configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketNotificationConfiguration(SetBucketNotificationConfigurationRequest setBucketNotificationConfigurationRequest) |
void |
AmazonS3Client.setBucketNotificationConfiguration(SetBucketNotificationConfigurationRequest setBucketNotificationConfigurationRequest) |
void |
AmazonS3.setBucketNotificationConfiguration(String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration)
Sets the notification configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketNotificationConfiguration(String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration) |
void |
AmazonS3Client.setBucketNotificationConfiguration(String bucketName,
BucketNotificationConfiguration bucketNotificationConfiguration) |
void |
AmazonS3.setBucketPolicy(SetBucketPolicyRequest setBucketPolicyRequest)
Sets the policy associated with the specified bucket.
|
void |
AbstractAmazonS3.setBucketPolicy(SetBucketPolicyRequest setBucketPolicyRequest) |
void |
AmazonS3Client.setBucketPolicy(SetBucketPolicyRequest setBucketPolicyRequest) |
void |
AmazonS3.setBucketPolicy(String bucketName,
String policyText)
Sets the policy associated with the specified bucket.
|
void |
AbstractAmazonS3.setBucketPolicy(String bucketName,
String policyText) |
void |
AmazonS3Client.setBucketPolicy(String bucketName,
String policyText) |
void |
AmazonS3.setBucketReplicationConfiguration(SetBucketReplicationConfigurationRequest setBucketReplicationConfigurationRequest)
Sets a replication configuration for the Amazon S3 bucket.
|
void |
AbstractAmazonS3.setBucketReplicationConfiguration(SetBucketReplicationConfigurationRequest setBucketReplicationConfigurationRequest) |
void |
AmazonS3Client.setBucketReplicationConfiguration(SetBucketReplicationConfigurationRequest setBucketReplicationConfigurationRequest) |
void |
AmazonS3.setBucketReplicationConfiguration(String bucketName,
BucketReplicationConfiguration configuration)
Sets a replication configuration for the Amazon S3 bucket.
|
void |
AbstractAmazonS3.setBucketReplicationConfiguration(String bucketName,
BucketReplicationConfiguration configuration) |
void |
AmazonS3Client.setBucketReplicationConfiguration(String bucketName,
BucketReplicationConfiguration configuration) |
void |
AmazonS3.setBucketVersioningConfiguration(SetBucketVersioningConfigurationRequest setBucketVersioningConfigurationRequest)
Sets the versioning configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketVersioningConfiguration(SetBucketVersioningConfigurationRequest setBucketVersioningConfigurationRequest) |
void |
AmazonS3Client.setBucketVersioningConfiguration(SetBucketVersioningConfigurationRequest setBucketVersioningConfigurationRequest) |
void |
AmazonS3.setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest setBucketWebsiteConfigurationRequest)
Sets the website configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest setBucketWebsiteConfigurationRequest) |
void |
AmazonS3Client.setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest setBucketWebsiteConfigurationRequest) |
void |
AmazonS3.setBucketWebsiteConfiguration(String bucketName,
BucketWebsiteConfiguration configuration)
Sets the website configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketWebsiteConfiguration(String bucketName,
BucketWebsiteConfiguration configuration) |
void |
AmazonS3Client.setBucketWebsiteConfiguration(String bucketName,
BucketWebsiteConfiguration configuration) |
void |
AmazonS3.setObjectAcl(SetObjectAclRequest setObjectAclRequest)
Sets the
AccessControlList for the specified Amazon S3 object
with an optional version ID. |
void |
AbstractAmazonS3.setObjectAcl(SetObjectAclRequest setObjectAclRequest) |
void |
AmazonS3Client.setObjectAcl(SetObjectAclRequest setObjectAclRequest) |
void |
AmazonS3.setObjectAcl(String bucketName,
String key,
AccessControlList acl)
Sets the
AccessControlList for the specified object in Amazon S3. |
void |
AbstractAmazonS3.setObjectAcl(String bucketName,
String key,
AccessControlList acl) |
void |
AmazonS3Client.setObjectAcl(String bucketName,
String key,
AccessControlList acl) |
void |
AmazonS3.setObjectAcl(String bucketName,
String key,
CannedAccessControlList acl)
Sets the
CannedAccessControlList for the specified object in
Amazon S3 using one
of the pre-configured CannedAccessControlLists . |
void |
AbstractAmazonS3.setObjectAcl(String bucketName,
String key,
CannedAccessControlList acl) |
void |
AmazonS3Client.setObjectAcl(String bucketName,
String key,
CannedAccessControlList acl) |
void |
AmazonS3.setObjectAcl(String bucketName,
String key,
String versionId,
AccessControlList acl)
Sets the
CannedAccessControlList for the specified object
with the specified version in Amazon S3. |
void |
AbstractAmazonS3.setObjectAcl(String bucketName,
String key,
String versionId,
AccessControlList acl) |
void |
AmazonS3Client.setObjectAcl(String bucketName,
String key,
String versionId,
AccessControlList acl) |
void |
AmazonS3Client.setObjectAcl(String bucketName,
String key,
String versionId,
AccessControlList acl,
RequestMetricCollector requestMetricCollector)
Same as
AmazonS3Client.setObjectAcl(String, String, String, AccessControlList)
but allows specifying a request metric collector. |
void |
AmazonS3.setObjectAcl(String bucketName,
String key,
String versionId,
CannedAccessControlList acl)
Sets the
CannedAccessControlList for the specified object with the specified
version ID in Amazon S3 using one of the pre-configured
CannedAccessControlLists . |
void |
AbstractAmazonS3.setObjectAcl(String bucketName,
String key,
String versionId,
CannedAccessControlList acl) |
void |
AmazonS3Client.setObjectAcl(String bucketName,
String key,
String versionId,
CannedAccessControlList acl) |
void |
AmazonS3.setObjectRedirectLocation(String bucketName,
String key,
String newRedirectLocation)
Deprecated.
this operation will not retain the ACL's or SSE parameters
associated with the given Amazon S3 object. Use
AmazonS3.copyObject(CopyObjectRequest)
instead. |
void |
AbstractAmazonS3.setObjectRedirectLocation(String bucketName,
String key,
String newRedirectLocation) |
void |
AmazonS3Client.setObjectRedirectLocation(String bucketName,
String key,
String newRedirectLocation) |
UploadPartResult |
AmazonS3EncryptionClient.uploadPart(UploadPartRequest uploadPartRequest)
Uploads a part in a multipart upload.
|
UploadPartResult |
AmazonS3.uploadPart(UploadPartRequest request)
Uploads a part in a multipart upload.
|
UploadPartResult |
AbstractAmazonS3.uploadPart(UploadPartRequest request) |
UploadPartResult |
AmazonS3Client.uploadPart(UploadPartRequest uploadPartRequest) |
Modifier and Type | Class and Description |
---|---|
class |
AmazonS3Exception
Provides an extension of the AmazonServiceException
for errors reported by Amazon S3 while
processing a request.
|
class |
MultiObjectDeleteException
Exception for partial or total failure of the multi-object delete API,
including the errors that occurred.
|
Modifier and Type | Method and Description |
---|---|
void |
TransferManager.abortMultipartUploads(String bucketName,
Date date)
Aborts any multipart uploads that were initiated before the specified date.
|
Copy |
TransferManager.copy(CopyObjectRequest copyObjectRequest,
com.amazonaws.services.s3.transfer.internal.TransferStateChangeListener stateChangeListener)
Schedules a new transfer to copy data from one Amazon S3 location to
another Amazon S3 location.
|
Copy |
TransferManager.copy(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey)
Schedules a new transfer to copy data from one Amazon S3 location to
another Amazon S3 location.
|
Upload |
TransferManager.upload(PutObjectRequest putObjectRequest)
Schedules a new transfer to upload data to Amazon S3.
|
Upload |
TransferManager.upload(PutObjectRequest putObjectRequest,
com.amazonaws.services.s3.transfer.internal.S3ProgressListener progressListener)
Schedules a new transfer to upload data to Amazon S3.
|
Upload |
TransferManager.upload(String bucketName,
String key,
File file)
Schedules a new transfer to upload data to Amazon S3.
|
Upload |
TransferManager.upload(String bucketName,
String key,
InputStream input,
ObjectMetadata objectMetadata)
Schedules a new transfer to upload data to Amazon S3.
|
void |
Transfer.waitForCompletion()
Waits for this transfer to complete.
|
CopyResult |
Copy.waitForCopyResult()
Waits for the copy request to complete and returns the result of this
request.
|
UploadResult |
Upload.waitForUploadResult()
Waits for this upload to complete and returns the result of this upload.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AWSSecurityTokenServiceClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
ExpiredTokenException
The web identity token that was passed is expired or is not valid.
|
class |
IDPCommunicationErrorException
The request could not be fulfilled because the non-AWS identity provider
(IDP) that was asked to verify the incoming identity token could not be
reached.
|
class |
IDPRejectedClaimException
The identity provider (IdP) reported that authentication failed.
|
class |
InvalidAuthorizationMessageException
The error returned if the message passed to
DecodeAuthorizationMessage was invalid. |
class |
InvalidIdentityTokenException
The web identity token that was passed could not be validated by AWS.
|
class |
PackedPolicyTooLargeException
The request was rejected because the policy document was too large.
|
class |
RegionDisabledException
STS is not activated in the requested region for the account that is being
asked to generate credentials.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonSimpleDBClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeDoesNotExistException
The specified attribute does not exist.
|
class |
DuplicateItemNameException
The item name was specified more than once.
|
class |
InvalidNextTokenException
The specified NextToken is not valid.
|
class |
InvalidNumberPredicatesException
Too many predicates exist in the query expression.
|
class |
InvalidNumberValueTestsException
Too many predicates exist in the query expression.
|
class |
InvalidParameterValueException
The value for a parameter is invalid.
|
class |
InvalidQueryExpressionException
The specified query expression syntax is not valid.
|
class |
MissingParameterException
The request must contain the specified missing parameter.
|
class |
NoSuchDomainException
The specified domain does not exist.
|
class |
NumberDomainAttributesExceededException
Too many attributes in this domain.
|
class |
NumberDomainBytesExceededException
Too many bytes in this domain.
|
class |
NumberDomainsExceededException
Too many domains exist per this account.
|
class |
NumberItemAttributesExceededException
Too many attributes in this item.
|
class |
NumberSubmittedAttributesExceededException
Too many attributes exist in a single call.
|
class |
NumberSubmittedItemsExceededException
Too many items exist in a single call.
|
class |
RequestTimeoutException
A timeout occurred when attempting to query the specified domain with
specified query expression.
|
class |
TooManyRequestedAttributesException
Too many attributes requested.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonSimpleEmailServiceClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
CannotDeleteException
Indicates that the delete operation could not be completed.
|
class |
InvalidLambdaFunctionException
Indicates that the provided AWS Lambda function is invalid, or that Amazon
SES could not execute the provided function, possibly due to permissions
issues.
|
class |
InvalidPolicyException
Indicates that the provided policy is invalid.
|
class |
InvalidS3ConfigurationException
Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is
invalid, or that Amazon SES could not publish to the bucket, possibly due to
permissions issues.
|
class |
InvalidSnsTopicException
Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES
could not publish to the topic, possibly due to permissions issues.
|
class |
MailFromDomainNotVerifiedException
Indicates that the message could not be sent because Amazon SES could not
read the MX record required to use the specified MAIL FROM domain.
|
class |
MessageRejectedException
Indicates that the action failed, and the message could not be sent.
|
class |
RuleDoesNotExistException
Indicates that the provided receipt rule does not exist.
|
class |
RuleSetDoesNotExistException
Indicates that the provided receipt rule set does not exist.
|
Modifier and Type | Class and Description |
---|---|
class |
AssociatedInstancesException
You must disassociate an SSM document from all instances before you can
delete it.
|
class |
AssociationAlreadyExistsException
The specified association already exists.
|
class |
AssociationDoesNotExistException
The specified association does not exist.
|
class |
AssociationLimitExceededException
You can have at most 2,000 active associations.
|
class |
DocumentAlreadyExistsException
The specified SSM document already exists.
|
class |
DocumentLimitExceededException
You can have at most 100 active SSM documents.
|
class |
DocumentPermissionLimitException
The document cannot be shared with more AWS user accounts.
|
class |
DuplicateInstanceIdException
You cannot specify an instance ID in more than one association.
|
class |
InvalidCommandIdException |
class |
InvalidDocumentContentException
The content for the SSM document is not valid.
|
class |
InvalidDocumentException
The specified document does not exist.
|
class |
InvalidDocumentOperationException
You attempted to delete a document while it is still shared.
|
class |
InvalidFilterKeyException
The specified key is not valid.
|
class |
InvalidInstanceIdException
The instance is not in valid state.
|
class |
InvalidInstanceInformationFilterValueException
The specified filter value is not valid.
|
class |
InvalidOutputFolderException
The S3 bucket does not exist.
|
class |
InvalidParametersException
You must specify values for all required parameters in the SSM document.
|
class |
InvalidPermissionTypeException
The permission type is not supported.
|
class |
MaxDocumentSizeExceededException
The size limit of an SSM document is 64 KB.
|
class |
StatusUnchangedException
The updated status is the same as the current status.
|
class |
TooManyUpdatesException
There are concurrent updates for a resource that supports one update at a
time.
|
class |
UnsupportedPlatformTypeException
The document does not support the platform type of the given instance ID(s).
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUndefinedException |
class |
DomainAlreadyExistsException
Returned if the specified domain already exists.
|
class |
DomainDeprecatedException
Returned when the specified domain has been deprecated.
|
class |
LimitExceededException
Returned by any operation if a system imposed limitation has been reached.
|
class |
OperationNotPermittedException
Returned when the caller does not have sufficient permissions to invoke the
action.
|
class |
TypeAlreadyExistsException
Returned if the type already exists in the specified domain.
|
class |
TypeDeprecatedException
Returned when the specified activity or workflow type was already deprecated.
|
class |
UnknownResourceException
Returned when the named resource cannot be found with in the scope of this
operation (region or domain).
|
class |
WorkflowExecutionAlreadyStartedException
Returned by StartWorkflowExecution when an open execution with the
same workflowId is already running in the specified domain.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonSNSClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationErrorException
Indicates that the user has been denied access to the requested resource.
|
class |
EndpointDisabledException
Exception error indicating endpoint disabled.
|
class |
InternalErrorException
Indicates an internal service error.
|
class |
PlatformApplicationDisabledException
Exception error indicating platform application disabled.
|
class |
SubscriptionLimitExceededException
Indicates that the customer already owns the maximum allowed number of
subscriptions.
|
class |
TopicLimitExceededException
Indicates that the customer already owns the maximum allowed number of
topics.
|
Modifier and Type | Method and Description |
---|---|
static String |
Topics.subscribeQueue(AmazonSNS sns,
AmazonSQS sqs,
String snsTopicArn,
String sqsQueueUrl)
Subscribes an existing Amazon SQS queue to an existing Amazon SNS topic.
|
static String |
Topics.subscribeQueue(AmazonSNS sns,
AmazonSQS sqs,
String snsTopicArn,
String sqsQueueUrl,
boolean extendPolicy)
Subscribes an existing Amazon SQS queue to an existing Amazon SNS topic.
|
Modifier and Type | Field and Description |
---|---|
protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> |
AmazonSQSClient.exceptionUnmarshallers
List of exception unmarshallers for all modeled exceptions
|
Modifier and Type | Class and Description |
---|---|
class |
BatchEntryIdsNotDistinctException
Two or more batch entries have the same
Id in the request. |
class |
BatchRequestTooLongException
The length of all the messages put together is more than the limit.
|
class |
EmptyBatchRequestException
Batch request does not contain an entry.
|
class |
InvalidAttributeNameException
The attribute referred to does not exist.
|
class |
InvalidBatchEntryIdException
The
Id of a batch entry in a batch request does not abide by the
specification. |
class |
InvalidIdFormatException
The receipt handle is not valid for the current version.
|
class |
InvalidMessageContentsException
The message contains characters outside the allowed set.
|
class |
MessageNotInflightException
The message referred to is not in flight.
|
class |
OverLimitException
The action that you requested would violate a limit.
|
class |
PurgeQueueInProgressException
Indicates that the specified queue previously received a
PurgeQueue request within the last 60 seconds, the time it can
take to delete the messages in the queue. |
class |
QueueDeletedRecentlyException
You must wait 60 seconds after deleting a queue before you can create another
with the same name.
|
class |
QueueDoesNotExistException
The queue referred to does not exist.
|
class |
QueueNameExistsException
A queue already exists with this name.
|
class |
ReceiptHandleIsInvalidException
The receipt handle provided is not valid.
|
class |
TooManyEntriesInBatchRequestException
Batch request contains more number of entries than permissible.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidGatewayRequestException
An exception occurred because an invalid gateway request was issued to the
service.
|
Modifier and Type | Class and Description |
---|---|
class |
AttachmentIdNotFoundException
An attachment with the specified ID could not be found.
|
class |
AttachmentLimitExceededException
The limit for the number of attachment sets created in a short period of time
has been exceeded.
|
class |
AttachmentSetExpiredException
The expiration time of the attachment set has passed.
|
class |
AttachmentSetIdNotFoundException
An attachment set with the specified ID could not be found.
|
class |
AttachmentSetSizeLimitExceededException
A limit for the size of an attachment set has been exceeded.
|
class |
CaseCreationLimitExceededException
The case creation limit for the account has been exceeded.
|
class |
CaseIdNotFoundException
The requested
CaseId could not be located. |
class |
DescribeAttachmentLimitExceededException
The limit for the number of DescribeAttachment requests in a short
period of time has been exceeded.
|
class |
InternalServerErrorException
An internal server error occurred.
|
Modifier and Type | Class and Description |
---|---|
class |
WAFDisallowedNameException
The name specified is invalid.
|
class |
WAFInternalErrorException
The operation failed because of a system problem, even though the request was
valid.
|
class |
WAFInvalidAccountException
The operation failed because you tried to create, update, or delete an object
by using an invalid account identifier.
|
class |
WAFInvalidOperationException
The operation failed because there was nothing to do.
|
class |
WAFInvalidParameterException
The operation failed because AWS WAF didn't recognize a parameter in the
request.
|
class |
WAFLimitsExceededException
The operation exceeds a resource limit, for example, the maximum number of
WebACL objects that you can create for an AWS account. |
class |
WAFNonEmptyEntityException
The operation failed because you tried to delete an object that isn't empty.
|
class |
WAFNonexistentContainerException
The operation failed because you tried to add an object to or delete an
object from another object that doesn't exist.
|
class |
WAFNonexistentItemException
The operation failed because the referenced object doesn't exist.
|
class |
WAFReferencedItemException
The operation failed because you tried to delete an object that is still in
use.
|
class |
WAFStaleDataException
The operation failed because you tried to create, update, or delete an object
by using a change token that has already been used.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidParameterValuesException
One or more parameter values are not valid.
|
class |
ResourceLimitExceededException
Your resource limits have been exceeded.
|
class |
ResourceUnavailableException
The specified resource is not available.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AWSTestBase.assertValidException(AmazonServiceException e)
Deprecated.
Use static imports for custom asserts in
SdkAsserts instead |
Modifier and Type | Method and Description |
---|---|
static void |
SdkAsserts.assertValidException(AmazonServiceException e)
Asserts that the specified AmazonServiceException is valid, meaning it has a non-empty,
non-null value for its message, requestId, etc.
|
Copyright © 2018. All rights reserved.