- 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
-  
- 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 DeleteDomainoperation deletes a domain.
 
- deleteDomain(DeleteDomainRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
- 
 The DeleteDomainoperation 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 DeleteDomainoperation deletes a domain.
 
- deleteDomainAsync(DeleteDomainRequest, AsyncHandler<DeleteDomainRequest, DeleteDomainResult>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
- 
 The DeleteDomainoperation 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. 
- 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 MaxNumberOfDomainsstill
 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 MaxNumberOfItemswere 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. 
- 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. 
- select(SelectRequest) - Method in class com.amazonaws.services.simpledb.AbstractAmazonSimpleDB
-  
- select(SelectRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
- 
 The Selectoperation returns a set of attributes forItemNamesthat match the select
 expression.
 
- select(SelectRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
- 
 The Selectoperation returns a set of attributes forItemNamesthat 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 Selectoperation returns a set of attributes forItemNamesthat match the select
 expression.
 
- selectAsync(SelectRequest, AsyncHandler<SelectRequest, SelectResult>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
- 
 The Selectoperation returns a set of attributes forItemNamesthat 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
- 
- 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 MaxNumberOfDomainsstill
 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 MaxNumberOfItemswere 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
- 
- 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
- 
- 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
-  
- 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. 
- 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 MaxNumberOfDomainsstill
 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 MaxNumberOfItemswere 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.