Package | Description |
---|---|
com.amazonaws.services.simpledb |
Amazon SimpleDB is a web service providing the core database functions of data indexing and querying in the cloud.
|
com.amazonaws.services.simpledb.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteAttributesResult> |
AmazonSimpleDBAsync.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest,
AsyncHandler<DeleteAttributesRequest,DeleteAttributesResult> asyncHandler)
Deletes one or more attributes associated with an item.
|
Future<DeleteAttributesResult> |
AbstractAmazonSimpleDBAsync.deleteAttributesAsync(DeleteAttributesRequest request,
AsyncHandler<DeleteAttributesRequest,DeleteAttributesResult> asyncHandler) |
Future<DeleteAttributesResult> |
AmazonSimpleDBAsyncClient.deleteAttributesAsync(DeleteAttributesRequest request,
AsyncHandler<DeleteAttributesRequest,DeleteAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteAttributesRequest |
DeleteAttributesRequest.clone() |
DeleteAttributesRequest |
DeleteAttributesRequest.withAttributes(Attribute... attributes)
A list of Attributes.
|
DeleteAttributesRequest |
DeleteAttributesRequest.withAttributes(Collection<Attribute> attributes)
A list of Attributes.
|
DeleteAttributesRequest |
DeleteAttributesRequest.withDomainName(String domainName)
The name of the domain in which to perform the operation.
|
DeleteAttributesRequest |
DeleteAttributesRequest.withExpected(UpdateCondition expected)
The update condition which, if specified, determines whether the specified attributes will be deleted or not.
|
DeleteAttributesRequest |
DeleteAttributesRequest.withItemName(String itemName)
The name of the item.
|
Copyright © 2017. All rights reserved.