Package | Description |
---|---|
com.amazonaws.services.simpledb.model | |
com.amazonaws.services.simpledb.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ReplaceableItem> |
BatchPutAttributesRequest.items
A list of items on which to perform the operation.
|
Modifier and Type | Method and Description |
---|---|
ReplaceableItem |
ReplaceableItem.clone() |
ReplaceableItem |
ReplaceableItem.withAttributes(java.util.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(java.lang.String name)
The name of the replaceable item.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ReplaceableItem> items)
A list of items on which to perform the operation.
|
BatchPutAttributesRequest |
BatchPutAttributesRequest.withItems(java.util.Collection<ReplaceableItem> items)
A list of items on which to perform the operation.
|
Constructor and Description |
---|
BatchPutAttributesRequest(java.lang.String domainName,
java.util.List<ReplaceableItem> items)
Constructs a new BatchPutAttributesRequest object.
|
Modifier and Type | Method and Description |
---|---|
ReplaceableItem |
ReplaceableItemStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |