Package | Description |
---|---|
com.amazonaws.services.simpledb.model |
Modifier and Type | Method and Description |
---|---|
DeletableItem |
DeletableItem.clone() |
DeletableItem |
DeletableItem.withAttributes(Attribute... attributes)
NOTE: This method appends the values to the existing list (if any).
|
DeletableItem |
DeletableItem.withAttributes(Collection<Attribute> attributes) |
DeletableItem |
DeletableItem.withName(String name) |
Modifier and Type | Method and Description |
---|---|
List<DeletableItem> |
BatchDeleteAttributesRequest.getItems()
A list of items on which to perform the operation.
|
Modifier and Type | Method and Description |
---|---|
BatchDeleteAttributesRequest |
BatchDeleteAttributesRequest.withItems(DeletableItem... items)
A list of items on which to perform the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchDeleteAttributesRequest.setItems(Collection<DeletableItem> items)
A list of items on which to perform the operation.
|
BatchDeleteAttributesRequest |
BatchDeleteAttributesRequest.withItems(Collection<DeletableItem> items)
A list of items on which to perform the operation.
|
Constructor and Description |
---|
BatchDeleteAttributesRequest(String domainName,
List<DeletableItem> items)
Constructs a new BatchDeleteAttributesRequest object.
|
Copyright © 2017. All rights reserved.