|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
com.amazonaws.services.simpledb.model | Classes modeling the various types represented by AmazonSimpleDB. |
Uses of Attribute in com.amazonaws.services.simpledb.model |
---|
Methods in com.amazonaws.services.simpledb.model that return Attribute | |
---|---|
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. |
Methods in com.amazonaws.services.simpledb.model that return types with arguments of type Attribute | |
---|---|
List<Attribute> |
GetAttributesResult.getAttributes()
The list of attributes returned by the operation. |
List<Attribute> |
DeleteAttributesRequest.getAttributes()
A list of Attributes. |
List<Attribute> |
Item.getAttributes()
A list of attributes. |
Methods in com.amazonaws.services.simpledb.model with parameters of type Attribute | |
---|---|
GetAttributesResult |
GetAttributesResult.withAttributes(Attribute... attributes)
The list of attributes returned by the operation. |
DeleteAttributesRequest |
DeleteAttributesRequest.withAttributes(Attribute... attributes)
A list of Attributes. |
Item |
Item.withAttributes(Attribute... attributes)
A list of attributes. |
Method parameters in com.amazonaws.services.simpledb.model with type arguments of type Attribute | |
---|---|
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 |
Item.setAttributes(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. |
Item |
Item.withAttributes(Collection<Attribute> attributes)
A list of attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |