Package | Description |
---|---|
com.amazonaws.services.simpledb.model |
Modifier and Type | Method and Description |
---|---|
ReplaceableAttribute |
ReplaceableAttribute.clone() |
ReplaceableAttribute |
ReplaceableAttribute.withName(String name)
The name of the replaceable attribute.
|
ReplaceableAttribute |
ReplaceableAttribute.withReplace(Boolean replace)
A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair.
|
ReplaceableAttribute |
ReplaceableAttribute.withValue(String value)
The value of the replaceable attribute.
|
Modifier and Type | Method and Description |
---|---|
List<ReplaceableAttribute> |
PutAttributesRequest.getAttributes()
The list of attributes.
|
List<ReplaceableAttribute> |
ReplaceableItem.getAttributes()
The list of attributes for a replaceable item.
|
Modifier and Type | Method and Description |
---|---|
PutAttributesRequest |
PutAttributesRequest.withAttributes(ReplaceableAttribute... attributes)
The list of attributes.
|
ReplaceableItem |
ReplaceableItem.withAttributes(ReplaceableAttribute... attributes)
The list of attributes for a replaceable item.
|
Modifier and Type | Method and Description |
---|---|
void |
PutAttributesRequest.setAttributes(Collection<ReplaceableAttribute> attributes)
The list of attributes.
|
void |
ReplaceableItem.setAttributes(Collection<ReplaceableAttribute> attributes)
The list of attributes for a replaceable item.
|
PutAttributesRequest |
PutAttributesRequest.withAttributes(Collection<ReplaceableAttribute> attributes)
The list of attributes.
|
ReplaceableItem |
ReplaceableItem.withAttributes(Collection<ReplaceableAttribute> attributes)
The list of attributes for a replaceable item.
|
Constructor and Description |
---|
PutAttributesRequest(String domainName,
String itemName,
List<ReplaceableAttribute> attributes)
Constructs a new PutAttributesRequest object.
|
PutAttributesRequest(String domainName,
String itemName,
List<ReplaceableAttribute> attributes,
UpdateCondition expected)
Constructs a new PutAttributesRequest object.
|
ReplaceableItem(String name,
List<ReplaceableAttribute> attributes)
Constructs a new ReplaceableItem object.
|
Copyright © 2017. All rights reserved.