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

A

AmazonSimpleDB - Interface in com.amazonaws.services.simpledb
Interface for accessing AmazonSimpleDB.
AmazonSimpleDBAsync - Interface in com.amazonaws.services.simpledb
Interface for accessing AmazonSimpleDB asynchronously.
AmazonSimpleDBAsyncClient - Class in com.amazonaws.services.simpledb
Asynchronous client for accessing AmazonSimpleDB.
AmazonSimpleDBAsyncClient() - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB.
AmazonSimpleDBAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB.
AmazonSimpleDBAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials.
AmazonSimpleDBAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials and executor service.
AmazonSimpleDBAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials, executor service, and client configuration options.
AmazonSimpleDBAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials provider.
AmazonSimpleDBAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials provider and executor service.
AmazonSimpleDBAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials provider and client configuration options.
AmazonSimpleDBAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonSimpleDBClient - Class in com.amazonaws.services.simpledb
Client for accessing AmazonSimpleDB.
AmazonSimpleDBClient() - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Constructs a new client to invoke service methods on AmazonSimpleDB.
AmazonSimpleDBClient(ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Constructs a new client to invoke service methods on AmazonSimpleDB.
AmazonSimpleDBClient(AWSCredentials) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Constructs a new client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials.
AmazonSimpleDBClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Constructs a new client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials and client configuration options.
AmazonSimpleDBClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Constructs a new client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials provider.
AmazonSimpleDBClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Constructs a new client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials provider and client configuration options.
AmazonSimpleDBClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Constructs a new client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials provider, client configuration options, and request metric collector.
Attribute - Class in com.amazonaws.services.simpledb.model
Attribute() - Constructor for class com.amazonaws.services.simpledb.model.Attribute
Default constructor for a new 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 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 interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
batchDeleteAttributesAsync(BatchDeleteAttributesRequest, AsyncHandler<BatchDeleteAttributesRequest, Void>) - 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
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
batchDeleteAttributesAsync(BatchDeleteAttributesRequest, AsyncHandler<BatchDeleteAttributesRequest, Void>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
BatchDeleteAttributesRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the BatchDeleteAttributes operation.
BatchDeleteAttributesRequest() - Constructor for class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
Default constructor for a new BatchDeleteAttributesRequest object.
BatchDeleteAttributesRequest(String, List<DeletableItem>) - Constructor for class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
Constructs a new BatchDeleteAttributesRequest object.
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 interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The BatchPutAttributes operation creates or replaces attributes within one or more items.
batchPutAttributesAsync(BatchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest, Void>) - 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
The BatchPutAttributes operation creates or replaces attributes within one or more items.
batchPutAttributesAsync(BatchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest, Void>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The BatchPutAttributes operation creates or replaces attributes within one or more items.
BatchPutAttributesRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the BatchPutAttributes operation.
BatchPutAttributesRequest() - Constructor for class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
Default constructor for a new BatchPutAttributesRequest object.
BatchPutAttributesRequest(String, List<ReplaceableItem>) - Constructor for class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
Constructs a new BatchPutAttributesRequest object.
BOX_USAGE - Static variable in class com.amazonaws.services.simpledb.SimpleDBResponseMetadata
 

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.BatchPutAttributesRequest
 
clone() - Method in class com.amazonaws.services.simpledb.model.CreateDomainRequest
 
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.DeleteDomainRequest
 
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.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
Synchronous and asynchronous client classes for accessing AmazonSimpleDB.
com.amazonaws.services.simpledb.model - package com.amazonaws.services.simpledb.model
Classes modeling the various types represented by AmazonSimpleDB.
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.
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 interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The CreateDomain operation creates a new domain.
createDomainAsync(CreateDomainRequest, AsyncHandler<CreateDomainRequest, Void>) - 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
The CreateDomain operation creates a new domain.
createDomainAsync(CreateDomainRequest, AsyncHandler<CreateDomainRequest, Void>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The CreateDomain operation creates a new domain.
CreateDomainRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the CreateDomain operation.
CreateDomainRequest() - Constructor for class com.amazonaws.services.simpledb.model.CreateDomainRequest
Default constructor for a new CreateDomainRequest object.
CreateDomainRequest(String) - Constructor for class com.amazonaws.services.simpledb.model.CreateDomainRequest
Constructs a new CreateDomainRequest object.

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
DeletableItem - Class in com.amazonaws.services.simpledb.model
Deletable Item
DeletableItem() - Constructor for class com.amazonaws.services.simpledb.model.DeletableItem
Default constructor for a new DeletableItem object.
DeletableItem(String, List<Attribute>) - Constructor for class com.amazonaws.services.simpledb.model.DeletableItem
Constructs a new DeletableItem object.
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 interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Deletes one or more attributes associated with an item.
deleteAttributesAsync(DeleteAttributesRequest, AsyncHandler<DeleteAttributesRequest, Void>) - 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
Deletes one or more attributes associated with an item.
deleteAttributesAsync(DeleteAttributesRequest, AsyncHandler<DeleteAttributesRequest, Void>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Deletes one or more attributes associated with an item.
DeleteAttributesRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the DeleteAttributes operation.
DeleteAttributesRequest() - Constructor for class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
Default constructor for a new 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.
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 interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The DeleteDomain operation deletes a domain.
deleteDomainAsync(DeleteDomainRequest, AsyncHandler<DeleteDomainRequest, Void>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The DeleteDomain operation deletes a domain.
deleteDomainAsync(DeleteDomainRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The DeleteDomain operation deletes a domain.
deleteDomainAsync(DeleteDomainRequest, AsyncHandler<DeleteDomainRequest, Void>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The DeleteDomain operation deletes a domain.
DeleteDomainRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the DeleteDomain operation.
DeleteDomainRequest() - Constructor for class com.amazonaws.services.simpledb.model.DeleteDomainRequest
Default constructor for a new DeleteDomainRequest object.
DeleteDomainRequest(String) - Constructor for class com.amazonaws.services.simpledb.model.DeleteDomainRequest
Constructs a new DeleteDomainRequest object.
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 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
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 class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
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.
DomainMetadataRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the DomainMetadata operation.
DomainMetadataRequest() - Constructor for class com.amazonaws.services.simpledb.model.DomainMetadataRequest
Default constructor for a new 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
Domain Metadata Result
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
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.BatchPutAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.simpledb.model.CreateDomainRequest
 
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.DeleteDomainRequest
 
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.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 AmazonSimpleDB exceptions.

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 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
Returns the value of the Attributes property for this object.
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 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
Returns all of the attributes associated with the specified item.
getAttributesAsync(GetAttributesRequest, AsyncHandler<GetAttributesRequest, GetAttributesResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Returns all of the attributes associated with the specified item.
GetAttributesRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the GetAttributes operation.
GetAttributesRequest() - Constructor for class com.amazonaws.services.simpledb.model.GetAttributesRequest
Default constructor for a new 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
Get Attributes Result
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
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.DuplicateItemNameException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.InvalidNextTokenException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.InvalidNumberPredicatesException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.InvalidNumberValueTestsException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.InvalidParameterValueException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.InvalidQueryExpressionException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.MissingParameterException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NoSuchDomainException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NumberDomainAttributesExceededException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NumberDomainBytesExceededException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NumberDomainsExceededException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NumberItemAttributesExceededException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NumberSubmittedAttributesExceededException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.NumberSubmittedItemsExceededException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.RequestTimeoutException
Returns the value of the BoxUsage property for this object.
getBoxUsage() - Method in exception com.amazonaws.services.simpledb.model.TooManyRequestedAttributesException
Returns the value of the BoxUsage property for this object.
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 async client to execute 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
Returns the value of the Name property for this object.
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.
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.BatchPutAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.simpledb.model.CreateDomainRequest
 
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.DeleteDomainRequest
 
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.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.
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 a new 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 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
The ListDomains operation lists all domains associated with the Access Key ID.
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
The ListDomains operation lists all domains associated with the Access Key ID.
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(ListDomainsRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The ListDomains operation lists all domains associated with the Access Key ID.
listDomainsAsync(ListDomainsRequest, AsyncHandler<ListDomainsRequest, ListDomainsResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The ListDomains operation lists all domains associated with the Access Key ID.
ListDomainsRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the ListDomains operation.
ListDomainsRequest() - Constructor for class com.amazonaws.services.simpledb.model.ListDomainsRequest
Default constructor for a new ListDomainsRequest object.
ListDomainsResult - Class in com.amazonaws.services.simpledb.model
List Domains Result
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 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 interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The PutAttributes operation creates or replaces attributes in an item.
putAttributesAsync(PutAttributesRequest, AsyncHandler<PutAttributesRequest, Void>) - 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
The PutAttributes operation creates or replaces attributes in an item.
putAttributesAsync(PutAttributesRequest, AsyncHandler<PutAttributesRequest, Void>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The PutAttributes operation creates or replaces attributes in an item.
PutAttributesRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the PutAttributes operation.
PutAttributesRequest() - Constructor for class com.amazonaws.services.simpledb.model.PutAttributesRequest
Default constructor for a new 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.

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

ReplaceableAttribute - Class in com.amazonaws.services.simpledb.model
ReplaceableAttribute() - Constructor for class com.amazonaws.services.simpledb.model.ReplaceableAttribute
Default constructor for a new 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 a new 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 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 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
The Select operation returns a set of attributes for ItemNames that match the select expression.
selectAsync(SelectRequest, AsyncHandler<SelectRequest, SelectResult>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The Select operation returns a set of attributes for ItemNames that match the select expression.
SelectRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the Select operation.
SelectRequest() - Constructor for class com.amazonaws.services.simpledb.model.SelectRequest
Default constructor for a new 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
Select Result
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
Sets the value of the Attributes property for this object.
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
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.DuplicateItemNameException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidNextTokenException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidNumberPredicatesException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidNumberValueTestsException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidParameterValueException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.InvalidQueryExpressionException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.MissingParameterException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NoSuchDomainException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberDomainAttributesExceededException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberDomainBytesExceededException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberDomainsExceededException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberItemAttributesExceededException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberSubmittedAttributesExceededException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.NumberSubmittedItemsExceededException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.RequestTimeoutException
Sets the value of the BoxUsage property for this object.
setBoxUsage(Float) - Method in exception com.amazonaws.services.simpledb.model.TooManyRequestedAttributesException
Sets the value of the BoxUsage property for this object.
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 interface com.amazonaws.services.simpledb.AmazonSimpleDB
Overrides the default endpoint for this client ("http://sdb.amazonaws.com").
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
Sets the value of the Name property for this object.
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 interface com.amazonaws.services.simpledb.AmazonSimpleDB
An alternative to AmazonSimpleDB.setEndpoint(String), sets the regional endpoint for this client's service calls.
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.
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.
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
 

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; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.CreateDomainRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.DeletableItem
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.DeleteDomainRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.DomainMetadataResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.GetAttributesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.GetAttributesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.Item
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.ListDomainsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.ListDomainsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.PutAttributesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.ReplaceableAttribute
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.ReplaceableItem
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.SelectRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.SelectResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.simpledb.model.UpdateCondition
Returns a string representation of this object; useful for testing and debugging.

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 a new 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
Sets the value of the Attributes property for this object.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.simpledb.model.DeletableItem
Sets the value of the Attributes property for this object.
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.
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
Sets the value of the Name property for this object.
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 

Copyright © 2015. All rights reserved.