| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model | |
| com.amazonaws.services.clouddirectory.model.transform |
| Modifier and Type | Method and Description |
|---|---|
AttributeKeyAndValue |
AttributeKeyAndValue.clone() |
AttributeKeyAndValue |
AttributeKeyAndValue.withKey(AttributeKey key)
The key of the attribute.
|
AttributeKeyAndValue |
AttributeKeyAndValue.withValue(TypedAttributeValue value)
The value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeKeyAndValue> |
BatchListObjectAttributesResponse.getAttributes()
Attributes map associated with the object.
|
List<AttributeKeyAndValue> |
ListObjectAttributesResult.getAttributes()
Attributes map associated with the object.
|
List<AttributeKeyAndValue> |
IndexAttachment.getIndexedAttributes()
The indexed attribute values.
|
List<AttributeKeyAndValue> |
BatchCreateObject.getObjectAttributeList()
Attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
List<AttributeKeyAndValue> |
AddFacetToObjectRequest.getObjectAttributeList()
Attributes on the facet you are adding to the object.
|
List<AttributeKeyAndValue> |
BatchAddFacetToObject.getObjectAttributeList()
The attributes to set on the object.
|
List<AttributeKeyAndValue> |
CreateObjectRequest.getObjectAttributeList()
Attribute map whose attribute ARN contains the key and attribute value as the map value.
|
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectAttributesResponse |
BatchListObjectAttributesResponse.withAttributes(AttributeKeyAndValue... attributes)
Attributes map associated with the object.
|
ListObjectAttributesResult |
ListObjectAttributesResult.withAttributes(AttributeKeyAndValue... attributes)
Attributes map associated with the object.
|
IndexAttachment |
IndexAttachment.withIndexedAttributes(AttributeKeyAndValue... indexedAttributes)
The indexed attribute values.
|
BatchCreateObject |
BatchCreateObject.withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
Attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
AddFacetToObjectRequest |
AddFacetToObjectRequest.withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
Attributes on the facet you are adding to the object.
|
BatchAddFacetToObject |
BatchAddFacetToObject.withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
The attributes to set on the object.
|
CreateObjectRequest |
CreateObjectRequest.withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
Attribute map whose attribute ARN contains the key and attribute value as the map value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchListObjectAttributesResponse.setAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map associated with the object.
|
void |
ListObjectAttributesResult.setAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map associated with the object.
|
void |
IndexAttachment.setIndexedAttributes(Collection<AttributeKeyAndValue> indexedAttributes)
The indexed attribute values.
|
void |
BatchCreateObject.setObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
void |
AddFacetToObjectRequest.setObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attributes on the facet you are adding to the object.
|
void |
BatchAddFacetToObject.setObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attributes to set on the object.
|
void |
CreateObjectRequest.setObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attribute map whose attribute ARN contains the key and attribute value as the map value.
|
BatchListObjectAttributesResponse |
BatchListObjectAttributesResponse.withAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map associated with the object.
|
ListObjectAttributesResult |
ListObjectAttributesResult.withAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map associated with the object.
|
IndexAttachment |
IndexAttachment.withIndexedAttributes(Collection<AttributeKeyAndValue> indexedAttributes)
The indexed attribute values.
|
BatchCreateObject |
BatchCreateObject.withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
AddFacetToObjectRequest |
AddFacetToObjectRequest.withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attributes on the facet you are adding to the object.
|
BatchAddFacetToObject |
BatchAddFacetToObject.withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attributes to set on the object.
|
CreateObjectRequest |
CreateObjectRequest.withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attribute map whose attribute ARN contains the key and attribute value as the map value.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeKeyAndValue |
AttributeKeyAndValueJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeKeyAndValueMarshaller.marshall(AttributeKeyAndValue attributeKeyAndValue,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.