| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeKeyAndValue> |
ListObjectAttributesResponse.attributes()
Attributes map that is associated with the object.
|
List<AttributeKeyAndValue> |
GetLinkAttributesResponse.attributes()
The attributes that are associated with the typed link.
|
List<AttributeKeyAndValue> |
GetObjectAttributesResponse.attributes()
The attributes that are associated with the object.
|
List<AttributeKeyAndValue> |
BatchGetObjectAttributesResponse.attributes()
The attribute values that are associated with an object.
|
List<AttributeKeyAndValue> |
BatchListObjectAttributesResponse.attributes()
The attributes map that is associated with the object.
|
List<AttributeKeyAndValue> |
BatchGetLinkAttributesResponse.attributes()
The attributes that are associated with the typed link.
|
List<AttributeKeyAndValue> |
IndexAttachment.indexedAttributes()
The indexed attribute values.
|
List<AttributeKeyAndValue> |
AddFacetToObjectRequest.objectAttributeList()
Attributes on the facet that you are adding to the object.
|
List<AttributeKeyAndValue> |
CreateObjectRequest.objectAttributeList()
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
List<AttributeKeyAndValue> |
BatchCreateObject.objectAttributeList()
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
List<AttributeKeyAndValue> |
BatchAddFacetToObject.objectAttributeList()
The attributes to set on the object.
|
| Modifier and Type | Method and Description |
|---|---|
ListObjectAttributesResponse.Builder |
ListObjectAttributesResponse.Builder.attributes(AttributeKeyAndValue... attributes)
Attributes map that is associated with the object.
|
GetLinkAttributesResponse.Builder |
GetLinkAttributesResponse.Builder.attributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the typed link.
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.attributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the object.
|
BatchGetObjectAttributesResponse.Builder |
BatchGetObjectAttributesResponse.Builder.attributes(AttributeKeyAndValue... attributes)
The attribute values that are associated with an object.
|
BatchListObjectAttributesResponse.Builder |
BatchListObjectAttributesResponse.Builder.attributes(AttributeKeyAndValue... attributes)
The attributes map that is associated with the object.
|
BatchGetLinkAttributesResponse.Builder |
BatchGetLinkAttributesResponse.Builder.attributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the typed link.
|
IndexAttachment.Builder |
IndexAttachment.Builder.indexedAttributes(AttributeKeyAndValue... indexedAttributes)
The indexed attribute values.
|
AddFacetToObjectRequest.Builder |
AddFacetToObjectRequest.Builder.objectAttributeList(AttributeKeyAndValue... objectAttributeList)
Attributes on the facet that you are adding to the object.
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.objectAttributeList(AttributeKeyAndValue... objectAttributeList)
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
BatchCreateObject.Builder |
BatchCreateObject.Builder.objectAttributeList(AttributeKeyAndValue... objectAttributeList)
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
BatchAddFacetToObject.Builder |
BatchAddFacetToObject.Builder.objectAttributeList(AttributeKeyAndValue... objectAttributeList)
The attributes to set on the object.
|
| Modifier and Type | Method and Description |
|---|---|
ListObjectAttributesResponse.Builder |
ListObjectAttributesResponse.Builder.attributes(Collection<AttributeKeyAndValue> attributes)
Attributes map that is associated with the object.
|
GetLinkAttributesResponse.Builder |
GetLinkAttributesResponse.Builder.attributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.attributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the object.
|
BatchGetObjectAttributesResponse.Builder |
BatchGetObjectAttributesResponse.Builder.attributes(Collection<AttributeKeyAndValue> attributes)
The attribute values that are associated with an object.
|
BatchListObjectAttributesResponse.Builder |
BatchListObjectAttributesResponse.Builder.attributes(Collection<AttributeKeyAndValue> attributes)
The attributes map that is associated with the object.
|
BatchGetLinkAttributesResponse.Builder |
BatchGetLinkAttributesResponse.Builder.attributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
|
IndexAttachment.Builder |
IndexAttachment.Builder.indexedAttributes(Collection<AttributeKeyAndValue> indexedAttributes)
The indexed attribute values.
|
AddFacetToObjectRequest.Builder |
AddFacetToObjectRequest.Builder.objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attributes on the facet that you are adding to the object.
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
BatchCreateObject.Builder |
BatchCreateObject.Builder.objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
BatchAddFacetToObject.Builder |
BatchAddFacetToObject.Builder.objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attributes to set on the object.
|
Copyright © 2022. All rights reserved.