| Package | Description |
|---|---|
| com.amazonaws.services.simpledb.model |
Classes modeling the various types represented by AmazonSimpleDB.
|
| Modifier and Type | Method and Description |
|---|---|
DeletableItem |
DeletableItem.withAttributes(Attribute... attributes)
Sets the value of the Attributes property for this object.
|
DeletableItem |
DeletableItem.withAttributes(Collection<Attribute> attributes)
Sets the value of the Attributes property for this object.
|
DeletableItem |
DeletableItem.withName(String name)
Sets the value of the Name property for this object.
|
| 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 © 2018. All rights reserved.