|
||||||||||
| 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)
Sets the value of the AlternateNameEncoding property for this object. |
Attribute |
Attribute.withAlternateValueEncoding(String alternateValueEncoding)
Sets the value of the AlternateValueEncoding property for this object. |
Attribute |
Attribute.withName(String name)
Attribute Name. |
Attribute |
Attribute.withValue(String value)
Attribute Value. |
| Methods in com.amazonaws.services.simpledb.model that return types with arguments of type Attribute | |
|---|---|
List<Attribute> |
GetAttributesResult.getAttributes()
Attributes list. |
List<Attribute> |
DeleteAttributesRequest.getAttributes()
Attributes. |
List<Attribute> |
Item.getAttributes()
List of Attributes. |
| Methods in com.amazonaws.services.simpledb.model with parameters of type Attribute | |
|---|---|
GetAttributesResult |
GetAttributesResult.withAttributes(Attribute... attributes)
Attributes list. |
DeleteAttributesRequest |
DeleteAttributesRequest.withAttributes(Attribute... attributes)
Attributes. |
Item |
Item.withAttributes(Attribute... attributes)
List of Attributes. |
| Method parameters in com.amazonaws.services.simpledb.model with type arguments of type Attribute | |
|---|---|
void |
GetAttributesResult.setAttributes(Collection<Attribute> attributes)
Attributes list. |
void |
DeleteAttributesRequest.setAttributes(Collection<Attribute> attributes)
Attributes. |
void |
Item.setAttributes(Collection<Attribute> attributes)
List of Attributes. |
GetAttributesResult |
GetAttributesResult.withAttributes(Collection<Attribute> attributes)
Attributes list. |
DeleteAttributesRequest |
DeleteAttributesRequest.withAttributes(Collection<Attribute> attributes)
Attributes. |
Item |
Item.withAttributes(Collection<Attribute> attributes)
List of Attributes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||