| Package | Description |
|---|---|
| com.amazonaws.services.simpledb.model |
Classes modeling the various types represented by AmazonSimpleDB.
|
| Modifier and Type | Method and Description |
|---|---|
ReplaceableItem |
ReplaceableItem.withAttributes(Collection<ReplaceableAttribute> attributes)
The list of attributes for a replaceable item.
|
ReplaceableItem |
ReplaceableItem.withAttributes(ReplaceableAttribute... attributes)
The list of attributes for a replaceable item.
|
ReplaceableItem |
ReplaceableItem.withName(String name)
The name of the replaceable item.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplaceableItem> |
BatchPutAttributesRequest.getItems()
A list of items on which to perform the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutAttributesRequest |
BatchPutAttributesRequest.withItems(ReplaceableItem... items)
A list of items on which to perform the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutAttributesRequest.setItems(Collection<ReplaceableItem> items)
A list of items on which to perform the operation.
|
BatchPutAttributesRequest |
BatchPutAttributesRequest.withItems(Collection<ReplaceableItem> items)
A list of items on which to perform the operation.
|
| Constructor and Description |
|---|
BatchPutAttributesRequest(String domainName,
List<ReplaceableItem> items)
Constructs a new BatchPutAttributesRequest object.
|
Copyright © 2019. All rights reserved.