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 |
---|---|
GetAttributesResult |
AmazonSimpleDBClient.getAttributes(GetAttributesRequest request)
Returns all of the attributes associated with the specified item.
|
GetAttributesResult |
AmazonSimpleDB.getAttributes(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the specified item.
|
GetAttributesResult |
AbstractAmazonSimpleDB.getAttributes(GetAttributesRequest request) |
Future<GetAttributesResult> |
AmazonSimpleDBAsyncClient.getAttributesAsync(GetAttributesRequest request) |
Future<GetAttributesResult> |
AmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the specified item.
|
Future<GetAttributesResult> |
AbstractAmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest request) |
Future<GetAttributesResult> |
AmazonSimpleDBAsyncClient.getAttributesAsync(GetAttributesRequest request,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler) |
Future<GetAttributesResult> |
AmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest getAttributesRequest,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler)
Returns all of the attributes associated with the specified item.
|
Future<GetAttributesResult> |
AbstractAmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest request,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetAttributesResult> |
AmazonSimpleDBAsyncClient.getAttributesAsync(GetAttributesRequest request,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler) |
Future<GetAttributesResult> |
AmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest getAttributesRequest,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler)
Returns all of the attributes associated with the specified item.
|
Future<GetAttributesResult> |
AbstractAmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest request,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetAttributesRequest |
GetAttributesRequest.clone() |
GetAttributesRequest |
GetAttributesRequest.withAttributeNames(Collection<String> attributeNames)
The names of the attributes.
|
GetAttributesRequest |
GetAttributesRequest.withAttributeNames(String... attributeNames)
The names of the attributes.
|
GetAttributesRequest |
GetAttributesRequest.withConsistentRead(Boolean consistentRead)
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.
|
GetAttributesRequest |
GetAttributesRequest.withDomainName(String domainName)
The name of the domain in which to perform the operation.
|
GetAttributesRequest |
GetAttributesRequest.withItemName(String itemName)
The name of the item.
|
Copyright © 2023. All rights reserved.