Package | Description |
---|---|
com.amazonaws.services.simpledb.model | |
com.amazonaws.services.simpledb.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Attribute> |
Item.attributes
A list of attributes.
|
private SdkInternalList<Attribute> |
GetAttributesResult.attributes
The list of attributes returned by the operation.
|
private SdkInternalList<Attribute> |
DeleteAttributesRequest.attributes
A list of Attributes.
|
private SdkInternalList<Attribute> |
DeletableItem.attributes |
Modifier and Type | Method and Description |
---|---|
Attribute |
Attribute.clone() |
Attribute |
Attribute.withAlternateNameEncoding(java.lang.String alternateNameEncoding) |
Attribute |
Attribute.withAlternateValueEncoding(java.lang.String alternateValueEncoding) |
Attribute |
Attribute.withName(java.lang.String name)
The name of the attribute.
|
Attribute |
Attribute.withValue(java.lang.String value)
The value of the attribute.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
Item.getAttributes()
A list of attributes.
|
java.util.List<Attribute> |
GetAttributesResult.getAttributes()
The list of attributes returned by the operation.
|
java.util.List<Attribute> |
DeleteAttributesRequest.getAttributes()
A list of Attributes.
|
java.util.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(java.util.Collection<Attribute> attributes)
A list of attributes.
|
void |
GetAttributesResult.setAttributes(java.util.Collection<Attribute> attributes)
The list of attributes returned by the operation.
|
void |
DeleteAttributesRequest.setAttributes(java.util.Collection<Attribute> attributes)
A list of Attributes.
|
void |
DeletableItem.setAttributes(java.util.Collection<Attribute> attributes) |
Item |
Item.withAttributes(java.util.Collection<Attribute> attributes)
A list of attributes.
|
GetAttributesResult |
GetAttributesResult.withAttributes(java.util.Collection<Attribute> attributes)
The list of attributes returned by the operation.
|
DeleteAttributesRequest |
DeleteAttributesRequest.withAttributes(java.util.Collection<Attribute> attributes)
A list of Attributes.
|
DeletableItem |
DeletableItem.withAttributes(java.util.Collection<Attribute> attributes) |
Constructor and Description |
---|
DeletableItem(java.lang.String name,
java.util.List<Attribute> attributes)
Constructs a new DeletableItem object.
|
DeleteAttributesRequest(java.lang.String domainName,
java.lang.String itemName,
java.util.List<Attribute> attributes)
Constructs a new DeleteAttributesRequest object.
|
DeleteAttributesRequest(java.lang.String domainName,
java.lang.String itemName,
java.util.List<Attribute> attributes,
UpdateCondition expected)
Constructs a new DeleteAttributesRequest object.
|
Item(java.lang.String name,
java.util.List<Attribute> attributes)
Constructs a new Item object.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |