Package | Description |
---|---|
com.amazonaws.services.simpledb.model |
Modifier and Type | Method and Description |
---|---|
Attribute |
Attribute.clone() |
Attribute |
Attribute.withAlternateNameEncoding(String alternateNameEncoding) |
Attribute |
Attribute.withAlternateValueEncoding(String alternateValueEncoding) |
Attribute |
Attribute.withName(String name)
The name of the attribute.
|
Attribute |
Attribute.withValue(String value)
The value of the attribute.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
Item.getAttributes()
A list of attributes.
|
List<Attribute> |
GetAttributesResult.getAttributes()
The list of attributes returned by the operation.
|
List<Attribute> |
DeleteAttributesRequest.getAttributes()
A list of Attributes.
|
List<Attribute> |
DeletableItem.getAttributes() |
Modifier and Type | Method and Description |
---|---|
Item |
Item.withAttributes(Attribute... attributes)
A list of attributes.
|
GetAttributesResult |
GetAttributesResult.withAttributes(Attribute... attributes)
The list of attributes returned by the operation.
|
DeleteAttributesRequest |
DeleteAttributesRequest.withAttributes(Attribute... attributes)
A list of Attributes.
|
DeletableItem |
DeletableItem.withAttributes(Attribute... attributes)
NOTE: This method appends the values to the existing list (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
Item.setAttributes(Collection<Attribute> attributes)
A list of attributes.
|
void |
GetAttributesResult.setAttributes(Collection<Attribute> attributes)
The list of attributes returned by the operation.
|
void |
DeleteAttributesRequest.setAttributes(Collection<Attribute> attributes)
A list of Attributes.
|
void |
DeletableItem.setAttributes(Collection<Attribute> attributes) |
Item |
Item.withAttributes(Collection<Attribute> attributes)
A list of attributes.
|
GetAttributesResult |
GetAttributesResult.withAttributes(Collection<Attribute> attributes)
The list of attributes returned by the operation.
|
DeleteAttributesRequest |
DeleteAttributesRequest.withAttributes(Collection<Attribute> attributes)
A list of Attributes.
|
DeletableItem |
DeletableItem.withAttributes(Collection<Attribute> attributes) |
Constructor and Description |
---|
DeletableItem(String name,
List<Attribute> attributes)
Constructs a new DeletableItem object.
|
DeleteAttributesRequest(String domainName,
String itemName,
List<Attribute> attributes)
Constructs a new DeleteAttributesRequest object.
|
DeleteAttributesRequest(String domainName,
String itemName,
List<Attribute> attributes,
UpdateCondition expected)
Constructs a new DeleteAttributesRequest object.
|
Item(String name,
List<Attribute> attributes)
Constructs a new Item object.
|
Copyright © 2023. All rights reserved.