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

A

AbstractAmazonSimpleDB - Class in com.amazonaws.services.simpledb
Abstract implementation of AmazonSimpleDB.
AbstractAmazonSimpleDB() - Constructor for class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
AbstractAmazonSimpleDBAsync - Class in com.amazonaws.services.simpledb
Abstract implementation of AmazonSimpleDBAsync.
AbstractAmazonSimpleDBAsync() - Constructor for class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
AmazonSimpleDB - Interface in com.amazonaws.services.simpledb
Interface for accessing Amazon SimpleDB.
AmazonSimpleDBAsync - Interface in com.amazonaws.services.simpledb
Interface for accessing Amazon SimpleDB asynchronously.
AmazonSimpleDBAsyncClient - Class in com.amazonaws.services.simpledb
Client for accessing Amazon SimpleDB asynchronously.
AmazonSimpleDBAsyncClient() - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
AmazonSimpleDBAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
AmazonSimpleDBAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
AmazonSimpleDBAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
AmazonSimpleDBAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
AmazonSimpleDBAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
AmazonSimpleDBAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
AmazonSimpleDBAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
AmazonSimpleDBAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
AmazonSimpleDBAsyncClientBuilder - Class in com.amazonaws.services.simpledb
Fluent builder for AmazonSimpleDBAsync.
AmazonSimpleDBClient - Class in com.amazonaws.services.simpledb
Client for accessing Amazon SimpleDB.
AmazonSimpleDBClient() - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
AmazonSimpleDBClient(ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
AmazonSimpleDBClient(AWSCredentials) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AmazonSimpleDBClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AmazonSimpleDBClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
AmazonSimpleDBClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
AmazonSimpleDBClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
AmazonSimpleDBClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
AmazonSimpleDBClientBuilder - Class in com.amazonaws.services.simpledb
Fluent builder for AmazonSimpleDB.
AmazonSimpleDBException - Exception in com.amazonaws.services.simpledb.model
Base exception for all service exceptions thrown by Amazon SimpleDB
AmazonSimpleDBException(String) - Constructor for exception com.amazonaws.services.simpledb.model.AmazonSimpleDBException
Constructs a new AmazonSimpleDBException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
Attribute - Class in com.amazonaws.services.simpledb.model
Attribute() - Constructor for class com.amazonaws.services.simpledb.model.Attribute
Default constructor for Attribute object.
Attribute(String, String) - Constructor for class com.amazonaws.services.simpledb.model.Attribute
Constructs a new Attribute object.
AttributeDoesNotExistException - Exception in com.amazonaws.services.simpledb.model
The specified attribute does not exist.
AttributeDoesNotExistException(String) - Constructor for exception com.amazonaws.services.simpledb.model.AttributeDoesNotExistException
Constructs a new AttributeDoesNotExistException with the specified error message.

B

batchDeleteAttributes(BatchDeleteAttributesRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
batchDeleteAttributes(BatchDeleteAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
batchDeleteAttributes(BatchDeleteAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
batchDeleteAttributesAsync(BatchDeleteAttributesRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
batchDeleteAttributesAsync(BatchDeleteAttributesRequest, AsyncHandler<BatchDeleteAttributesRequest, BatchDeleteAttributesResult>) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
batchDeleteAttributesAsync(BatchDeleteAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
batchDeleteAttributesAsync(BatchDeleteAttributesRequest, AsyncHandler<BatchDeleteAttributesRequest, BatchDeleteAttributesResult>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
batchDeleteAttributesAsync(BatchDeleteAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
batchDeleteAttributesAsync(BatchDeleteAttributesRequest, AsyncHandler<BatchDeleteAttributesRequest, BatchDeleteAttributesResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
BatchDeleteAttributesRequest - Class in com.amazonaws.services.simpledb.model
 
BatchDeleteAttributesRequest() - Constructor for class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
Default constructor for BatchDeleteAttributesRequest object.
BatchDeleteAttributesRequest(String, List<DeletableItem>) - Constructor for class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
Constructs a new BatchDeleteAttributesRequest object.
BatchDeleteAttributesResult - Class in com.amazonaws.services.simpledb.model
 
BatchDeleteAttributesResult() - Constructor for class com.amazonaws.services.simpledb.model.BatchDeleteAttributesResult
 
batchPutAttributes(BatchPutAttributesRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
batchPutAttributes(BatchPutAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
The BatchPutAttributes operation creates or replaces attributes within one or more items.
batchPutAttributes(BatchPutAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
The BatchPutAttributes operation creates or replaces attributes within one or more items.
batchPutAttributesAsync(BatchPutAttributesRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
batchPutAttributesAsync(BatchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest, BatchPutAttributesResult>) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
batchPutAttributesAsync(BatchPutAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The BatchPutAttributes operation creates or replaces attributes within one or more items.
batchPutAttributesAsync(BatchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest, BatchPutAttributesResult>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The BatchPutAttributes operation creates or replaces attributes within one or more items.
batchPutAttributesAsync(BatchPutAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
batchPutAttributesAsync(BatchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest, BatchPutAttributesResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
BatchPutAttributesRequest - Class in com.amazonaws.services.simpledb.model
 
BatchPutAttributesRequest() - Constructor for class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
Default constructor for BatchPutAttributesRequest object.
BatchPutAttributesRequest(String, List<ReplaceableItem>) - Constructor for class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
Constructs a new BatchPutAttributesRequest object.
BatchPutAttributesResult - Class in com.amazonaws.services.simpledb.model
 
BatchPutAttributesResult() - Constructor for class com.amazonaws.services.simpledb.model.BatchPutAttributesResult
 
BOX_USAGE - Static variable in class com.amazonaws.services.simpledb.SimpleDBResponseMetadata
 
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClientBuilder
Construct an asynchronous implementation of AmazonSimpleDBAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClientBuilder
Construct a synchronous implementation of AmazonSimpleDB using the current builder configuration.
builder() - Static method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
 

C

clone() - Method in class com.amazonaws.services.simpledb.model.Attribute
 
clone() - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
 
clone() - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesResult
 
clone() - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
 
clone() - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesResult
 
clone() - Method in class com.amazonaws.services.simpledb.model.CreateDomainRequest
 
clone() - Method in class com.amazonaws.services.simpledb.model.CreateDomainResult
 
clone() - Method in class com.amazonaws.services.simpledb.model.DeletableItem
 
clone() - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
 
clone() - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesResult
 
clone() - Method in class com.amazonaws.services.simpledb.model.DeleteDomainRequest
 
clone() - Method in class com.amazonaws.services.simpledb.model.DeleteDomainResult
 
clone() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataRequest
 
clone() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
 
clone() - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
 
clone() - Method in class com.amazonaws.services.simpledb.model.GetAttributesResult
 
clone() - Method in class com.amazonaws.services.simpledb.model.Item
 
clone() - Method in class com.amazonaws.services.simpledb.model.ListDomainsRequest
 
clone() - Method in class com.amazonaws.services.simpledb.model.ListDomainsResult
 
clone() - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
 
clone() - Method in class com.amazonaws.services.simpledb.model.PutAttributesResult
 
clone() - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
 
clone() - Method in class com.amazonaws.services.simpledb.model.ReplaceableItem
 
clone() - Method in class com.amazonaws.services.simpledb.model.SelectRequest
 
clone() - Method in class com.amazonaws.services.simpledb.model.SelectResult
 
clone() - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
 
com.amazonaws.auth.policy.actions - package com.amazonaws.auth.policy.actions
 
com.amazonaws.services.simpledb - package com.amazonaws.services.simpledb
Amazon SimpleDB is a web service providing the core database functions of data indexing and querying in the cloud.
com.amazonaws.services.simpledb.internal - package com.amazonaws.services.simpledb.internal
 
com.amazonaws.services.simpledb.model - package com.amazonaws.services.simpledb.model
 
com.amazonaws.services.simpledb.util - package com.amazonaws.services.simpledb.util
Common utilities for working with Amazon SimpleDB, such as padding numeric datatypes so they can be compared as strings.
configFactory - Static variable in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Client configuration factory providing ClientConfigurations tailored to this client
createDomain(CreateDomainRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
createDomain(CreateDomainRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
The CreateDomain operation creates a new domain.
createDomain(CreateDomainRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
The CreateDomain operation creates a new domain.
createDomainAsync(CreateDomainRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
createDomainAsync(CreateDomainRequest, AsyncHandler<CreateDomainRequest, CreateDomainResult>) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
createDomainAsync(CreateDomainRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The CreateDomain operation creates a new domain.
createDomainAsync(CreateDomainRequest, AsyncHandler<CreateDomainRequest, CreateDomainResult>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The CreateDomain operation creates a new domain.
createDomainAsync(CreateDomainRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
createDomainAsync(CreateDomainRequest, AsyncHandler<CreateDomainRequest, CreateDomainResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
CreateDomainRequest - Class in com.amazonaws.services.simpledb.model
 
CreateDomainRequest() - Constructor for class com.amazonaws.services.simpledb.model.CreateDomainRequest
Default constructor for CreateDomainRequest object.
CreateDomainRequest(String) - Constructor for class com.amazonaws.services.simpledb.model.CreateDomainRequest
Constructs a new CreateDomainRequest object.
CreateDomainResult - Class in com.amazonaws.services.simpledb.model
 
CreateDomainResult() - Constructor for class com.amazonaws.services.simpledb.model.CreateDomainResult
 

D

decodeDate(String) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes date value from the string representation created using encodeDate(..) function.
decodeRealNumberRangeFloat(String, int, int) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes float value from the string representation that was created by using encodeRealNumberRange(..) function.
decodeRealNumberRangeInt(String, int) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes integer value from the string representation that was created by using encodeRealNumberRange(..) function.
decodeRealNumberRangeLong(String, long) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes a long value from the string representation that was created by using encodeRealNumberRange(..) function.
decodeZeroPaddingFloat(String) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes zero-padded positive float value from the string representation
decodeZeroPaddingInt(String) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes zero-padded positive integer value from the string representation
decodeZeroPaddingLong(String) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes a zero-padded positive long value from the string representation
defaultClient() - Static method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.simpledb.AmazonSimpleDBClientBuilder
 
defaultUnmarshaller - Variable in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
 
DeletableItem - Class in com.amazonaws.services.simpledb.model
 
DeletableItem() - Constructor for class com.amazonaws.services.simpledb.model.DeletableItem
Default constructor for DeletableItem object.
DeletableItem(String, List<Attribute>) - Constructor for class com.amazonaws.services.simpledb.model.DeletableItem
Constructs a new DeletableItem object.
deleteAttributes(DeleteAttributesRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
deleteAttributes(DeleteAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
Deletes one or more attributes associated with an item.
deleteAttributes(DeleteAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Deletes one or more attributes associated with an item.
deleteAttributesAsync(DeleteAttributesRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
deleteAttributesAsync(DeleteAttributesRequest, AsyncHandler<DeleteAttributesRequest, DeleteAttributesResult>) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
deleteAttributesAsync(DeleteAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Deletes one or more attributes associated with an item.
deleteAttributesAsync(DeleteAttributesRequest, AsyncHandler<DeleteAttributesRequest, DeleteAttributesResult>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Deletes one or more attributes associated with an item.
deleteAttributesAsync(DeleteAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
deleteAttributesAsync(DeleteAttributesRequest, AsyncHandler<DeleteAttributesRequest, DeleteAttributesResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
DeleteAttributesRequest - Class in com.amazonaws.services.simpledb.model
 
DeleteAttributesRequest() - Constructor for class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
Default constructor for DeleteAttributesRequest object.
DeleteAttributesRequest(String, String) - Constructor for class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
Constructs a new DeleteAttributesRequest object.
DeleteAttributesRequest(String, String, List<Attribute>) - Constructor for class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
Constructs a new DeleteAttributesRequest object.
DeleteAttributesRequest(String, String, List<Attribute>, UpdateCondition) - Constructor for class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
Constructs a new DeleteAttributesRequest object.
DeleteAttributesResult - Class in com.amazonaws.services.simpledb.model
 
DeleteAttributesResult() - Constructor for class com.amazonaws.services.simpledb.model.DeleteAttributesResult
 
deleteDomain(DeleteDomainRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
deleteDomain(DeleteDomainRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
The DeleteDomain operation deletes a domain.
deleteDomain(DeleteDomainRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
The DeleteDomain operation deletes a domain.
deleteDomainAsync(DeleteDomainRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
deleteDomainAsync(DeleteDomainRequest, AsyncHandler<DeleteDomainRequest, DeleteDomainResult>) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
deleteDomainAsync(DeleteDomainRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The DeleteDomain operation deletes a domain.
deleteDomainAsync(DeleteDomainRequest, AsyncHandler<DeleteDomainRequest, DeleteDomainResult>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The DeleteDomain operation deletes a domain.
deleteDomainAsync(DeleteDomainRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
deleteDomainAsync(DeleteDomainRequest, AsyncHandler<DeleteDomainRequest, DeleteDomainResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
DeleteDomainRequest - Class in com.amazonaws.services.simpledb.model
 
DeleteDomainRequest() - Constructor for class com.amazonaws.services.simpledb.model.DeleteDomainRequest
Default constructor for DeleteDomainRequest object.
DeleteDomainRequest(String) - Constructor for class com.amazonaws.services.simpledb.model.DeleteDomainRequest
Constructs a new DeleteDomainRequest object.
DeleteDomainResult - Class in com.amazonaws.services.simpledb.model
 
DeleteDomainResult() - Constructor for class com.amazonaws.services.simpledb.model.DeleteDomainResult
 
domainMetadata(DomainMetadataRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
domainMetadata(DomainMetadataRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values.
domainMetadata(DomainMetadataRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values.
domainMetadataAsync(DomainMetadataRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
domainMetadataAsync(DomainMetadataRequest, AsyncHandler<DomainMetadataRequest, DomainMetadataResult>) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
domainMetadataAsync(DomainMetadataRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values.
domainMetadataAsync(DomainMetadataRequest, AsyncHandler<DomainMetadataRequest, DomainMetadataResult>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values.
domainMetadataAsync(DomainMetadataRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
domainMetadataAsync(DomainMetadataRequest, AsyncHandler<DomainMetadataRequest, DomainMetadataResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
DomainMetadataRequest - Class in com.amazonaws.services.simpledb.model
 
DomainMetadataRequest() - Constructor for class com.amazonaws.services.simpledb.model.DomainMetadataRequest
Default constructor for DomainMetadataRequest object.
DomainMetadataRequest(String) - Constructor for class com.amazonaws.services.simpledb.model.DomainMetadataRequest
Constructs a new DomainMetadataRequest object.
DomainMetadataResult - Class in com.amazonaws.services.simpledb.model
 
DomainMetadataResult() - Constructor for class com.amazonaws.services.simpledb.model.DomainMetadataResult
 
DuplicateItemNameException - Exception in com.amazonaws.services.simpledb.model
The item name was specified more than once.
DuplicateItemNameException(String) - Constructor for exception com.amazonaws.services.simpledb.model.DuplicateItemNameException
Constructs a new DuplicateItemNameException with the specified error message.

E

encodeDate(Date) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Encodes date value into string format that can be compared lexicographically
encodeRealNumberRange(int, int, int) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Encodes real integer value into a string by offsetting and zero-padding number up to the specified number of digits.
encodeRealNumberRange(long, int, long) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Encodes a positive or negative long value into a string by offsetting and zero-padding the number up to the specified number of digits.
encodeRealNumberRange(float, int, int, int) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Encodes real float value into a string by offsetting and zero-padding number up to the specified number of digits.
encodeZeroPadding(int, int) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Encodes positive integer value into a string by zero-padding number up to the specified number of digits.
encodeZeroPadding(long, int) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Encodes positive long value into a string by zero-padding the value up to the specified number of digits.
encodeZeroPadding(float, int) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Encodes positive float value into a string by zero-padding number up to the specified number of digits
ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.simpledb.AmazonSimpleDB
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.simpledb.model.Attribute
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.CreateDomainRequest
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.CreateDomainResult
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.DeletableItem
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.DeleteDomainRequest
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.DeleteDomainResult
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataRequest
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.GetAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.Item
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.ListDomainsRequest
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.ListDomainsResult
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.PutAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.ReplaceableItem
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.SelectRequest
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.SelectResult
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
 
exceptionUnmarshallers - Variable in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
List of exception unmarshallers for all modeled exceptions Even though this exceptionUnmarshallers is not used in Clients, this is not removed since this was directly used by Client extended classes.

G

getActionName() - Method in enum com.amazonaws.auth.policy.actions.SimpleDBActions
 
getAlternateNameEncoding() - Method in class com.amazonaws.services.simpledb.model.Attribute
getAlternateNameEncoding() - Method in class com.amazonaws.services.simpledb.model.Item
getAlternateValueEncoding() - Method in class com.amazonaws.services.simpledb.model.Attribute
getAttributeNameCount() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The number of unique attribute names in the domain.
getAttributeNames() - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
The names of the attributes.
getAttributeNamesSizeBytes() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The total size of all unique attribute names in the domain, in bytes.
getAttributes(GetAttributesRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
getAttributes(GetAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
Returns all of the attributes associated with the specified item.
getAttributes(GetAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Returns all of the attributes associated with the specified item.
getAttributes() - Method in class com.amazonaws.services.simpledb.model.DeletableItem
 
getAttributes() - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
A list of Attributes.
getAttributes() - Method in class com.amazonaws.services.simpledb.model.GetAttributesResult
The list of attributes returned by the operation.
getAttributes() - Method in class com.amazonaws.services.simpledb.model.Item
A list of attributes.
getAttributes() - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
The list of attributes.
getAttributes() - Method in class com.amazonaws.services.simpledb.model.ReplaceableItem
The list of attributes for a replaceable item.
getAttributesAsync(GetAttributesRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
getAttributesAsync(GetAttributesRequest, AsyncHandler<GetAttributesRequest, GetAttributesResult>) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
getAttributesAsync(GetAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Returns all of the attributes associated with the specified item.
getAttributesAsync(GetAttributesRequest, AsyncHandler<GetAttributesRequest, GetAttributesResult>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Returns all of the attributes associated with the specified item.
getAttributesAsync(GetAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
getAttributesAsync(GetAttributesRequest, AsyncHandler<GetAttributesRequest, GetAttributesResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
GetAttributesRequest - Class in com.amazonaws.services.simpledb.model
 
GetAttributesRequest() - Constructor for class com.amazonaws.services.simpledb.model.GetAttributesRequest
Default constructor for GetAttributesRequest object.
GetAttributesRequest(String, String) - Constructor for class com.amazonaws.services.simpledb.model.GetAttributesRequest
Constructs a new GetAttributesRequest object.
GetAttributesResult - Class in com.amazonaws.services.simpledb.model
 
GetAttributesResult() - Constructor for class com.amazonaws.services.simpledb.model.GetAttributesResult
 
getAttributeValueCount() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The number of all attribute name/value pairs in the domain.
getAttributeValuesSizeBytes() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The total size of all attribute values in the domain, in bytes.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.AttributeDoesNotExistException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.DuplicateItemNameException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.InvalidNextTokenException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.InvalidNumberPredicatesException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.InvalidNumberValueTestsException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.InvalidParameterValueException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.InvalidQueryExpressionException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.MissingParameterException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NoSuchDomainException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NumberDomainAttributesExceededException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NumberDomainBytesExceededException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NumberDomainsExceededException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NumberItemAttributesExceededException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NumberSubmittedAttributesExceededException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NumberSubmittedItemsExceededException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.RequestTimeoutException
 
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.TooManyRequestedAttributesException
 
getBoxUsage() - Method in class com.amazonaws.services.simpledb.SimpleDBResponseMetadata
Returns the SimpleDB box usage reported in a response's metadata.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getConsistentRead() - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.
getConsistentRead() - Method in class com.amazonaws.services.simpledb.model.SelectRequest
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.
getDomainName() - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
The name of the domain in which the attributes are being deleted.
getDomainName() - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
The name of the domain in which the attributes are being stored.
getDomainName() - Method in class com.amazonaws.services.simpledb.model.CreateDomainRequest
The name of the domain to create.
getDomainName() - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
The name of the domain in which to perform the operation.
getDomainName() - Method in class com.amazonaws.services.simpledb.model.DeleteDomainRequest
The name of the domain to delete.
getDomainName() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataRequest
The name of the domain for which to display the metadata of.
getDomainName() - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
The name of the domain in which to perform the operation.
getDomainName() - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
The name of the domain in which to perform the operation.
getDomainNames() - Method in class com.amazonaws.services.simpledb.model.ListDomainsResult
A list of domain names that match the expression.
getExecutorService() - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Returns the executor service used by this client to execute async requests.
getExists() - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied.
getExpected() - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
The update condition which, if specified, determines whether the specified attributes will be deleted or not.
getExpected() - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
The update condition which, if specified, determines whether the specified attributes will be updated or not.
getItemCount() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The number of all items in the domain.
getItemName() - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
The name of the item.
getItemName() - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
The name of the item.
getItemName() - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
The name of the item.
getItemNamesSizeBytes() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The total size of all item names in the domain, in bytes.
getItems() - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
A list of items on which to perform the operation.
getItems() - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
A list of items on which to perform the operation.
getItems() - Method in class com.amazonaws.services.simpledb.model.SelectResult
A list of items that match the select expression.
getMaxNumberOfDomains() - Method in class com.amazonaws.services.simpledb.model.ListDomainsRequest
The maximum number of domain names you want returned.
getName() - Method in class com.amazonaws.services.simpledb.model.Attribute
The name of the attribute.
getName() - Method in class com.amazonaws.services.simpledb.model.DeletableItem
 
getName() - Method in class com.amazonaws.services.simpledb.model.Item
The name of the item.
getName() - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
The name of the replaceable attribute.
getName() - Method in class com.amazonaws.services.simpledb.model.ReplaceableItem
The name of the replaceable item.
getName() - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
The name of the attribute involved in the condition.
getNextToken() - Method in class com.amazonaws.services.simpledb.model.ListDomainsRequest
A string informing Amazon SimpleDB where to start the next list of domain names.
getNextToken() - Method in class com.amazonaws.services.simpledb.model.ListDomainsResult
An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.
getNextToken() - Method in class com.amazonaws.services.simpledb.model.SelectRequest
A string informing Amazon SimpleDB where to start the next list of ItemNames.
getNextToken() - Method in class com.amazonaws.services.simpledb.model.SelectResult
An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.
getReplace() - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair.
getResponseMetadata(Map<String, String>) - Method in class com.amazonaws.services.simpledb.internal.SimpleDBStaxResponseHandler
 
getSelectExpression() - Method in class com.amazonaws.services.simpledb.model.SelectRequest
The expression used to query the domain.
getTimestamp() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The data and time when metadata was calculated, in Epoch (UNIX) seconds.
getValue() - Method in class com.amazonaws.services.simpledb.model.Attribute
The value of the attribute.
getValue() - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
The value of the replaceable attribute.
getValue() - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
The value of an attribute.

H

hashCode() - Method in class com.amazonaws.services.simpledb.model.Attribute
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesResult
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesResult
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.CreateDomainRequest
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.CreateDomainResult
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.DeletableItem
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesResult
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.DeleteDomainRequest
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.DeleteDomainResult
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataRequest
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.GetAttributesResult
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.Item
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.ListDomainsRequest
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.ListDomainsResult
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.PutAttributesResult
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.ReplaceableItem
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.SelectRequest
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.SelectResult
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
 

I

InvalidNextTokenException - Exception in com.amazonaws.services.simpledb.model
The specified NextToken is not valid.
InvalidNextTokenException(String) - Constructor for exception com.amazonaws.services.simpledb.model.InvalidNextTokenException
Constructs a new InvalidNextTokenException with the specified error message.
InvalidNumberPredicatesException - Exception in com.amazonaws.services.simpledb.model
Too many predicates exist in the query expression.
InvalidNumberPredicatesException(String) - Constructor for exception com.amazonaws.services.simpledb.model.InvalidNumberPredicatesException
Constructs a new InvalidNumberPredicatesException with the specified error message.
InvalidNumberValueTestsException - Exception in com.amazonaws.services.simpledb.model
Too many predicates exist in the query expression.
InvalidNumberValueTestsException(String) - Constructor for exception com.amazonaws.services.simpledb.model.InvalidNumberValueTestsException
Constructs a new InvalidNumberValueTestsException with the specified error message.
InvalidParameterValueException - Exception in com.amazonaws.services.simpledb.model
The value for a parameter is invalid.
InvalidParameterValueException(String) - Constructor for exception com.amazonaws.services.simpledb.model.InvalidParameterValueException
Constructs a new InvalidParameterValueException with the specified error message.
InvalidQueryExpressionException - Exception in com.amazonaws.services.simpledb.model
The specified query expression syntax is not valid.
InvalidQueryExpressionException(String) - Constructor for exception com.amazonaws.services.simpledb.model.InvalidQueryExpressionException
Constructs a new InvalidQueryExpressionException with the specified error message.
isConsistentRead() - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.
isConsistentRead() - Method in class com.amazonaws.services.simpledb.model.SelectRequest
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.
isExists() - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied.
isNotType() - Method in enum com.amazonaws.auth.policy.actions.SimpleDBActions
 
isReplace() - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair.
Item - Class in com.amazonaws.services.simpledb.model
Item() - Constructor for class com.amazonaws.services.simpledb.model.Item
Default constructor for Item object.
Item(String, List<Attribute>) - Constructor for class com.amazonaws.services.simpledb.model.Item
Constructs a new Item object.

L

listDomains(ListDomainsRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
listDomains() - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
listDomains(ListDomainsRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
The ListDomains operation lists all domains associated with the Access Key ID.
listDomains() - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
Simplified method form for invoking the ListDomains operation.
listDomains(ListDomainsRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
The ListDomains operation lists all domains associated with the Access Key ID.
listDomains() - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
 
listDomainsAsync(ListDomainsRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
listDomainsAsync(ListDomainsRequest, AsyncHandler<ListDomainsRequest, ListDomainsResult>) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
listDomainsAsync() - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
Simplified method form for invoking the ListDomains operation.
listDomainsAsync(AsyncHandler<ListDomainsRequest, ListDomainsResult>) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
Simplified method form for invoking the ListDomains operation with an AsyncHandler.
listDomainsAsync(ListDomainsRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The ListDomains operation lists all domains associated with the Access Key ID.
listDomainsAsync(ListDomainsRequest, AsyncHandler<ListDomainsRequest, ListDomainsResult>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The ListDomains operation lists all domains associated with the Access Key ID.
listDomainsAsync() - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Simplified method form for invoking the ListDomains operation.
listDomainsAsync(AsyncHandler<ListDomainsRequest, ListDomainsResult>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Simplified method form for invoking the ListDomains operation with an AsyncHandler.
listDomainsAsync(ListDomainsRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
listDomainsAsync(ListDomainsRequest, AsyncHandler<ListDomainsRequest, ListDomainsResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
listDomainsAsync() - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Simplified method form for invoking the ListDomains operation.
listDomainsAsync(AsyncHandler<ListDomainsRequest, ListDomainsResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Simplified method form for invoking the ListDomains operation with an AsyncHandler.
ListDomainsRequest - Class in com.amazonaws.services.simpledb.model
 
ListDomainsRequest() - Constructor for class com.amazonaws.services.simpledb.model.ListDomainsRequest
 
ListDomainsResult - Class in com.amazonaws.services.simpledb.model
 
ListDomainsResult() - Constructor for class com.amazonaws.services.simpledb.model.ListDomainsResult
 

M

MissingParameterException - Exception in com.amazonaws.services.simpledb.model
The request must contain the specified missing parameter.
MissingParameterException(String) - Constructor for exception com.amazonaws.services.simpledb.model.MissingParameterException
Constructs a new MissingParameterException with the specified error message.

N

NoSuchDomainException - Exception in com.amazonaws.services.simpledb.model
The specified domain does not exist.
NoSuchDomainException(String) - Constructor for exception com.amazonaws.services.simpledb.model.NoSuchDomainException
Constructs a new NoSuchDomainException with the specified error message.
NumberDomainAttributesExceededException - Exception in com.amazonaws.services.simpledb.model
Too many attributes in this domain.
NumberDomainAttributesExceededException(String) - Constructor for exception com.amazonaws.services.simpledb.model.NumberDomainAttributesExceededException
Constructs a new NumberDomainAttributesExceededException with the specified error message.
NumberDomainBytesExceededException - Exception in com.amazonaws.services.simpledb.model
Too many bytes in this domain.
NumberDomainBytesExceededException(String) - Constructor for exception com.amazonaws.services.simpledb.model.NumberDomainBytesExceededException
Constructs a new NumberDomainBytesExceededException with the specified error message.
NumberDomainsExceededException - Exception in com.amazonaws.services.simpledb.model
Too many domains exist per this account.
NumberDomainsExceededException(String) - Constructor for exception com.amazonaws.services.simpledb.model.NumberDomainsExceededException
Constructs a new NumberDomainsExceededException with the specified error message.
NumberItemAttributesExceededException - Exception in com.amazonaws.services.simpledb.model
Too many attributes in this item.
NumberItemAttributesExceededException(String) - Constructor for exception com.amazonaws.services.simpledb.model.NumberItemAttributesExceededException
Constructs a new NumberItemAttributesExceededException with the specified error message.
NumberSubmittedAttributesExceededException - Exception in com.amazonaws.services.simpledb.model
Too many attributes exist in a single call.
NumberSubmittedAttributesExceededException(String) - Constructor for exception com.amazonaws.services.simpledb.model.NumberSubmittedAttributesExceededException
Constructs a new NumberSubmittedAttributesExceededException with the specified error message.
NumberSubmittedItemsExceededException - Exception in com.amazonaws.services.simpledb.model
Too many items exist in a single call.
NumberSubmittedItemsExceededException(String) - Constructor for exception com.amazonaws.services.simpledb.model.NumberSubmittedItemsExceededException
Constructs a new NumberSubmittedItemsExceededException with the specified error message.

P

putAttributes(PutAttributesRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
putAttributes(PutAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
The PutAttributes operation creates or replaces attributes in an item.
putAttributes(PutAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
The PutAttributes operation creates or replaces attributes in an item.
putAttributesAsync(PutAttributesRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
putAttributesAsync(PutAttributesRequest, AsyncHandler<PutAttributesRequest, PutAttributesResult>) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
putAttributesAsync(PutAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The PutAttributes operation creates or replaces attributes in an item.
putAttributesAsync(PutAttributesRequest, AsyncHandler<PutAttributesRequest, PutAttributesResult>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The PutAttributes operation creates or replaces attributes in an item.
putAttributesAsync(PutAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
putAttributesAsync(PutAttributesRequest, AsyncHandler<PutAttributesRequest, PutAttributesResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
PutAttributesRequest - Class in com.amazonaws.services.simpledb.model
 
PutAttributesRequest() - Constructor for class com.amazonaws.services.simpledb.model.PutAttributesRequest
Default constructor for PutAttributesRequest object.
PutAttributesRequest(String, String, List<ReplaceableAttribute>) - Constructor for class com.amazonaws.services.simpledb.model.PutAttributesRequest
Constructs a new PutAttributesRequest object.
PutAttributesRequest(String, String, List<ReplaceableAttribute>, UpdateCondition) - Constructor for class com.amazonaws.services.simpledb.model.PutAttributesRequest
Constructs a new PutAttributesRequest object.
PutAttributesResult - Class in com.amazonaws.services.simpledb.model
 
PutAttributesResult() - Constructor for class com.amazonaws.services.simpledb.model.PutAttributesResult
 

Q

quoteName(String) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Quotes and escapes an attribute name or domain name by wrapping it with backticks and escaping any backticks inside the name.
quoteValue(String) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Quotes and escapes an attribute value by wrapping it with single quotes and escaping any single quotes inside the value.
quoteValues(Collection<String>) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Quotes and escapes a list of values so that they can be used in a SimpleDB query.

R

registerAdditionalMetadataExpressions(StaxUnmarshallerContext) - Method in class com.amazonaws.services.simpledb.internal.SimpleDBStaxResponseHandler
 
ReplaceableAttribute - Class in com.amazonaws.services.simpledb.model
ReplaceableAttribute() - Constructor for class com.amazonaws.services.simpledb.model.ReplaceableAttribute
Default constructor for ReplaceableAttribute object.
ReplaceableAttribute(String, String, Boolean) - Constructor for class com.amazonaws.services.simpledb.model.ReplaceableAttribute
Constructs a new ReplaceableAttribute object.
ReplaceableItem - Class in com.amazonaws.services.simpledb.model
ReplaceableItem() - Constructor for class com.amazonaws.services.simpledb.model.ReplaceableItem
Default constructor for ReplaceableItem object.
ReplaceableItem(String) - Constructor for class com.amazonaws.services.simpledb.model.ReplaceableItem
Constructs a new ReplaceableItem object.
ReplaceableItem(String, List<ReplaceableAttribute>) - Constructor for class com.amazonaws.services.simpledb.model.ReplaceableItem
Constructs a new ReplaceableItem object.
replaceChar(String, String, String) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
 
RequestTimeoutException - Exception in com.amazonaws.services.simpledb.model
A timeout occurred when attempting to query the specified domain with specified query expression.
RequestTimeoutException(String) - Constructor for exception com.amazonaws.services.simpledb.model.RequestTimeoutException
Constructs a new RequestTimeoutException with the specified error message.

S

select(SelectRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
select(SelectRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
The Select operation returns a set of attributes for ItemNames that match the select expression.
select(SelectRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
The Select operation returns a set of attributes for ItemNames that match the select expression.
selectAsync(SelectRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
selectAsync(SelectRequest, AsyncHandler<SelectRequest, SelectResult>) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDBAsync
 
selectAsync(SelectRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The Select operation returns a set of attributes for ItemNames that match the select expression.
selectAsync(SelectRequest, AsyncHandler<SelectRequest, SelectResult>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The Select operation returns a set of attributes for ItemNames that match the select expression.
selectAsync(SelectRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
selectAsync(SelectRequest, AsyncHandler<SelectRequest, SelectResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
 
SelectRequest - Class in com.amazonaws.services.simpledb.model
 
SelectRequest() - Constructor for class com.amazonaws.services.simpledb.model.SelectRequest
Default constructor for SelectRequest object.
SelectRequest(String) - Constructor for class com.amazonaws.services.simpledb.model.SelectRequest
Constructs a new SelectRequest object.
SelectRequest(String, Boolean) - Constructor for class com.amazonaws.services.simpledb.model.SelectRequest
Constructs a new SelectRequest object.
SelectResult - Class in com.amazonaws.services.simpledb.model
 
SelectResult() - Constructor for class com.amazonaws.services.simpledb.model.SelectResult
 
setAlternateNameEncoding(String) - Method in class com.amazonaws.services.simpledb.model.Attribute
setAlternateNameEncoding(String) - Method in class com.amazonaws.services.simpledb.model.Item
setAlternateValueEncoding(String) - Method in class com.amazonaws.services.simpledb.model.Attribute
setAttributeNameCount(Integer) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The number of unique attribute names in the domain.
setAttributeNames(Collection<String>) - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
The names of the attributes.
setAttributeNamesSizeBytes(Long) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The total size of all unique attribute names in the domain, in bytes.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.simpledb.model.DeletableItem
 
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
A list of Attributes.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.simpledb.model.GetAttributesResult
The list of attributes returned by the operation.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.simpledb.model.Item
A list of attributes.
setAttributes(Collection<ReplaceableAttribute>) - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
The list of attributes.
setAttributes(Collection<ReplaceableAttribute>) - Method in class com.amazonaws.services.simpledb.model.ReplaceableItem
The list of attributes for a replaceable item.
setAttributeValueCount(Integer) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The number of all attribute name/value pairs in the domain.
setAttributeValuesSizeBytes(Long) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The total size of all attribute values in the domain, in bytes.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.AttributeDoesNotExistException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.DuplicateItemNameException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidNextTokenException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidNumberPredicatesException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidNumberValueTestsException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidParameterValueException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidQueryExpressionException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.MissingParameterException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NoSuchDomainException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberDomainAttributesExceededException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberDomainBytesExceededException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberDomainsExceededException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberItemAttributesExceededException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberSubmittedAttributesExceededException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberSubmittedItemsExceededException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.RequestTimeoutException
 
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.TooManyRequestedAttributesException
 
setConsistentRead(Boolean) - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.
setConsistentRead(Boolean) - Method in class com.amazonaws.services.simpledb.model.SelectRequest
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.
setDomainName(String) - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
The name of the domain in which the attributes are being deleted.
setDomainName(String) - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
The name of the domain in which the attributes are being stored.
setDomainName(String) - Method in class com.amazonaws.services.simpledb.model.CreateDomainRequest
The name of the domain to create.
setDomainName(String) - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
The name of the domain in which to perform the operation.
setDomainName(String) - Method in class com.amazonaws.services.simpledb.model.DeleteDomainRequest
The name of the domain to delete.
setDomainName(String) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataRequest
The name of the domain for which to display the metadata of.
setDomainName(String) - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
The name of the domain in which to perform the operation.
setDomainName(String) - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
The name of the domain in which to perform the operation.
setDomainNames(Collection<String>) - Method in class com.amazonaws.services.simpledb.model.ListDomainsResult
A list of domain names that match the expression.
setEndpoint(String) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
setEndpoint(String) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setExists(Boolean) - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied.
setExpected(UpdateCondition) - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
The update condition which, if specified, determines whether the specified attributes will be deleted or not.
setExpected(UpdateCondition) - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
The update condition which, if specified, determines whether the specified attributes will be updated or not.
setItemCount(Integer) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The number of all items in the domain.
setItemName(String) - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
The name of the item.
setItemName(String) - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
The name of the item.
setItemName(String) - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
The name of the item.
setItemNamesSizeBytes(Long) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The total size of all item names in the domain, in bytes.
setItems(Collection<DeletableItem>) - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
A list of items on which to perform the operation.
setItems(Collection<ReplaceableItem>) - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
A list of items on which to perform the operation.
setItems(Collection<Item>) - Method in class com.amazonaws.services.simpledb.model.SelectResult
A list of items that match the select expression.
setMaxNumberOfDomains(Integer) - Method in class com.amazonaws.services.simpledb.model.ListDomainsRequest
The maximum number of domain names you want returned.
setName(String) - Method in class com.amazonaws.services.simpledb.model.Attribute
The name of the attribute.
setName(String) - Method in class com.amazonaws.services.simpledb.model.DeletableItem
 
setName(String) - Method in class com.amazonaws.services.simpledb.model.Item
The name of the item.
setName(String) - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
The name of the replaceable attribute.
setName(String) - Method in class com.amazonaws.services.simpledb.model.ReplaceableItem
The name of the replaceable item.
setName(String) - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
The name of the attribute involved in the condition.
setNextToken(String) - Method in class com.amazonaws.services.simpledb.model.ListDomainsRequest
A string informing Amazon SimpleDB where to start the next list of domain names.
setNextToken(String) - Method in class com.amazonaws.services.simpledb.model.ListDomainsResult
An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.
setNextToken(String) - Method in class com.amazonaws.services.simpledb.model.SelectRequest
A string informing Amazon SimpleDB where to start the next list of ItemNames.
setNextToken(String) - Method in class com.amazonaws.services.simpledb.model.SelectResult
An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.
setRegion(Region) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
 
setRegion(Region) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
Deprecated.
use AwsClientBuilder#setRegion(String)
setReplace(Boolean) - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair.
setSelectExpression(String) - Method in class com.amazonaws.services.simpledb.model.SelectRequest
The expression used to query the domain.
setTimestamp(Integer) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The data and time when metadata was calculated, in Epoch (UNIX) seconds.
setValue(String) - Method in class com.amazonaws.services.simpledb.model.Attribute
The value of the attribute.
setValue(String) - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
The value of the replaceable attribute.
setValue(String) - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
The value of an attribute.
shutdown() - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
 
SimpleDBActions - Enum in com.amazonaws.auth.policy.actions
The available AWS access control policy actions for Amazon SimpleDB.
SimpleDBResponseMetadata - Class in com.amazonaws.services.simpledb
Extension of ResponseMetadata with Amazon SimpleDB specific data.
SimpleDBResponseMetadata(Map<String, String>) - Constructor for class com.amazonaws.services.simpledb.SimpleDBResponseMetadata
Creates a new SimpleDBResponseMetadata object from a specified map of metadata information.
SimpleDBResponseMetadata(ResponseMetadata) - Constructor for class com.amazonaws.services.simpledb.SimpleDBResponseMetadata
Creates a new SimpleDBResponseMetadata object from an existing ResponseMetadata object.
SimpleDBStaxResponseHandler<T> - Class in com.amazonaws.services.simpledb.internal
 
SimpleDBStaxResponseHandler(Unmarshaller<T, StaxUnmarshallerContext>) - Constructor for class com.amazonaws.services.simpledb.internal.SimpleDBStaxResponseHandler
 
SimpleDBUtils - Class in com.amazonaws.services.simpledb.util
Provides collection of static functions for conversion of various values into strings that may be compared lexicographically.
SimpleDBUtils() - Constructor for class com.amazonaws.services.simpledb.util.SimpleDBUtils
 
standard() - Static method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.simpledb.AmazonSimpleDBClientBuilder
 

T

TooManyRequestedAttributesException - Exception in com.amazonaws.services.simpledb.model
Too many attributes requested.
TooManyRequestedAttributesException(String) - Constructor for exception com.amazonaws.services.simpledb.model.TooManyRequestedAttributesException
Constructs a new TooManyRequestedAttributesException with the specified error message.
toString() - Method in class com.amazonaws.services.simpledb.model.Attribute
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.CreateDomainRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.CreateDomainResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.DeletableItem
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.DeleteDomainRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.DeleteDomainResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.GetAttributesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.Item
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.ListDomainsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.ListDomainsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.PutAttributesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.ReplaceableItem
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.SelectRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.SelectResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
Returns a string representation of this object.

U

UpdateCondition - Class in com.amazonaws.services.simpledb.model
Specifies the conditions under which data should be updated.
UpdateCondition() - Constructor for class com.amazonaws.services.simpledb.model.UpdateCondition
Default constructor for UpdateCondition object.
UpdateCondition(String, String, Boolean) - Constructor for class com.amazonaws.services.simpledb.model.UpdateCondition
Constructs a new UpdateCondition object.

V

valueOf(String) - Static method in enum com.amazonaws.auth.policy.actions.SimpleDBActions
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.auth.policy.actions.SimpleDBActions
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAlternateNameEncoding(String) - Method in class com.amazonaws.services.simpledb.model.Attribute
withAlternateNameEncoding(String) - Method in class com.amazonaws.services.simpledb.model.Item
withAlternateValueEncoding(String) - Method in class com.amazonaws.services.simpledb.model.Attribute
withAttributeNameCount(Integer) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The number of unique attribute names in the domain.
withAttributeNames(String...) - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
The names of the attributes.
withAttributeNames(Collection<String>) - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
The names of the attributes.
withAttributeNamesSizeBytes(Long) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The total size of all unique attribute names in the domain, in bytes.
withAttributes(Attribute...) - Method in class com.amazonaws.services.simpledb.model.DeletableItem
NOTE: This method appends the values to the existing list (if any).
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.simpledb.model.DeletableItem
 
withAttributes(Attribute...) - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
A list of Attributes.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
A list of Attributes.
withAttributes(Attribute...) - Method in class com.amazonaws.services.simpledb.model.GetAttributesResult
The list of attributes returned by the operation.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.simpledb.model.GetAttributesResult
The list of attributes returned by the operation.
withAttributes(Attribute...) - Method in class com.amazonaws.services.simpledb.model.Item
A list of attributes.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.simpledb.model.Item
A list of attributes.
withAttributes(ReplaceableAttribute...) - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
The list of attributes.
withAttributes(Collection<ReplaceableAttribute>) - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
The list of attributes.
withAttributes(ReplaceableAttribute...) - Method in class com.amazonaws.services.simpledb.model.ReplaceableItem
The list of attributes for a replaceable item.
withAttributes(Collection<ReplaceableAttribute>) - Method in class com.amazonaws.services.simpledb.model.ReplaceableItem
The list of attributes for a replaceable item.
withAttributeValueCount(Integer) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The number of all attribute name/value pairs in the domain.
withAttributeValuesSizeBytes(Long) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The total size of all attribute values in the domain, in bytes.
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.AttributeDoesNotExistException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.DuplicateItemNameException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidNextTokenException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidNumberPredicatesException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidNumberValueTestsException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidParameterValueException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidQueryExpressionException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.MissingParameterException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NoSuchDomainException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberDomainAttributesExceededException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberDomainBytesExceededException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberDomainsExceededException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberItemAttributesExceededException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberSubmittedAttributesExceededException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberSubmittedItemsExceededException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.RequestTimeoutException
 
withBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.TooManyRequestedAttributesException
 
withConsistentRead(Boolean) - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.
withConsistentRead(Boolean) - Method in class com.amazonaws.services.simpledb.model.SelectRequest
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.
withDomainName(String) - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
The name of the domain in which the attributes are being deleted.
withDomainName(String) - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
The name of the domain in which the attributes are being stored.
withDomainName(String) - Method in class com.amazonaws.services.simpledb.model.CreateDomainRequest
The name of the domain to create.
withDomainName(String) - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
The name of the domain in which to perform the operation.
withDomainName(String) - Method in class com.amazonaws.services.simpledb.model.DeleteDomainRequest
The name of the domain to delete.
withDomainName(String) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataRequest
The name of the domain for which to display the metadata of.
withDomainName(String) - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
The name of the domain in which to perform the operation.
withDomainName(String) - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
The name of the domain in which to perform the operation.
withDomainNames(String...) - Method in class com.amazonaws.services.simpledb.model.ListDomainsResult
A list of domain names that match the expression.
withDomainNames(Collection<String>) - Method in class com.amazonaws.services.simpledb.model.ListDomainsResult
A list of domain names that match the expression.
withExists(Boolean) - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied.
withExpected(UpdateCondition) - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
The update condition which, if specified, determines whether the specified attributes will be deleted or not.
withExpected(UpdateCondition) - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
The update condition which, if specified, determines whether the specified attributes will be updated or not.
withItemCount(Integer) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The number of all items in the domain.
withItemName(String) - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
The name of the item.
withItemName(String) - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
The name of the item.
withItemName(String) - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
The name of the item.
withItemNamesSizeBytes(Long) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The total size of all item names in the domain, in bytes.
withItems(DeletableItem...) - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
A list of items on which to perform the operation.
withItems(Collection<DeletableItem>) - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
A list of items on which to perform the operation.
withItems(ReplaceableItem...) - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
A list of items on which to perform the operation.
withItems(Collection<ReplaceableItem>) - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
A list of items on which to perform the operation.
withItems(Item...) - Method in class com.amazonaws.services.simpledb.model.SelectResult
A list of items that match the select expression.
withItems(Collection<Item>) - Method in class com.amazonaws.services.simpledb.model.SelectResult
A list of items that match the select expression.
withMaxNumberOfDomains(Integer) - Method in class com.amazonaws.services.simpledb.model.ListDomainsRequest
The maximum number of domain names you want returned.
withName(String) - Method in class com.amazonaws.services.simpledb.model.Attribute
The name of the attribute.
withName(String) - Method in class com.amazonaws.services.simpledb.model.DeletableItem
 
withName(String) - Method in class com.amazonaws.services.simpledb.model.Item
The name of the item.
withName(String) - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
The name of the replaceable attribute.
withName(String) - Method in class com.amazonaws.services.simpledb.model.ReplaceableItem
The name of the replaceable item.
withName(String) - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
The name of the attribute involved in the condition.
withNextToken(String) - Method in class com.amazonaws.services.simpledb.model.ListDomainsRequest
A string informing Amazon SimpleDB where to start the next list of domain names.
withNextToken(String) - Method in class com.amazonaws.services.simpledb.model.ListDomainsResult
An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.
withNextToken(String) - Method in class com.amazonaws.services.simpledb.model.SelectRequest
A string informing Amazon SimpleDB where to start the next list of ItemNames.
withNextToken(String) - Method in class com.amazonaws.services.simpledb.model.SelectResult
An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.
withReplace(Boolean) - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair.
withSelectExpression(String) - Method in class com.amazonaws.services.simpledb.model.SelectRequest
The expression used to query the domain.
withTimestamp(Integer) - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
The data and time when metadata was calculated, in Epoch (UNIX) seconds.
withValue(String) - Method in class com.amazonaws.services.simpledb.model.Attribute
The value of the attribute.
withValue(String) - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
The value of the replaceable attribute.
withValue(String) - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
The value of an attribute.
A B C D E G H I L M N P Q R S T U V W 
Skip navigation links

Copyright © 2023. All rights reserved.