Package | Description |
---|---|
com.amazonaws.services.simpledb |
Synchronous and asynchronous client classes for accessing AmazonSimpleDB.
|
com.amazonaws.services.simpledb.model |
Classes modeling the various types represented by AmazonSimpleDB.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonSimpleDB.deleteAttributes(DeleteAttributesRequest deleteAttributesRequest)
Deletes one or more attributes associated with an item.
|
void |
AmazonSimpleDBClient.deleteAttributes(DeleteAttributesRequest deleteAttributesRequest)
Deletes one or more attributes associated with an item.
|
Future<Void> |
AmazonSimpleDBAsync.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest)
Deletes one or more attributes associated with an item.
|
Future<Void> |
AmazonSimpleDBAsyncClient.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest)
Deletes one or more attributes associated with an item.
|
Future<Void> |
AmazonSimpleDBAsync.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest,
AsyncHandler<DeleteAttributesRequest,Void> asyncHandler)
Deletes one or more attributes associated with an item.
|
Future<Void> |
AmazonSimpleDBAsyncClient.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest,
AsyncHandler<DeleteAttributesRequest,Void> asyncHandler)
Deletes one or more attributes associated with an item.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSimpleDBAsync.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest,
AsyncHandler<DeleteAttributesRequest,Void> asyncHandler)
Deletes one or more attributes associated with an item.
|
Future<Void> |
AmazonSimpleDBAsyncClient.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest,
AsyncHandler<DeleteAttributesRequest,Void> asyncHandler)
Deletes one or more attributes associated with an item.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.