- 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.
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.