Package | Description |
---|---|
com.amazonaws.services.simpledb.model | |
com.amazonaws.services.simpledb.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DeletableItem> |
BatchDeleteAttributesRequest.items
A list of items on which to perform the operation.
|
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(java.util.Collection<Attribute> attributes) |
DeletableItem |
DeletableItem.withName(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<DeletableItem> items)
A list of items on which to perform the operation.
|
BatchDeleteAttributesRequest |
BatchDeleteAttributesRequest.withItems(java.util.Collection<DeletableItem> items)
A list of items on which to perform the operation.
|
Constructor and Description |
---|
BatchDeleteAttributesRequest(java.lang.String domainName,
java.util.List<DeletableItem> items)
Constructs a new BatchDeleteAttributesRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeletableItem |
DeletableItemStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |