| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
FacetAttribute |
FacetAttributeUpdate.attribute()
The attribute to update.
|
| Modifier and Type | Method and Description |
|---|---|
List<FacetAttribute> |
ListFacetAttributesResponse.attributes()
The attributes attached to the facet.
|
List<FacetAttribute> |
CreateFacetRequest.attributes()
The attributes that are associated with the Facet.
|
| Modifier and Type | Method and Description |
|---|---|
FacetAttributeUpdate.Builder |
FacetAttributeUpdate.Builder.attribute(FacetAttribute attribute)
The attribute to update.
|
ListFacetAttributesResponse.Builder |
ListFacetAttributesResponse.Builder.attributes(FacetAttribute... attributes)
The attributes attached to the facet.
|
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.attributes(FacetAttribute... attributes)
The attributes that are associated with the Facet.
|
| Modifier and Type | Method and Description |
|---|---|
ListFacetAttributesResponse.Builder |
ListFacetAttributesResponse.Builder.attributes(Collection<FacetAttribute> attributes)
The attributes attached to the facet.
|
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.attributes(Collection<FacetAttribute> attributes)
The attributes that are associated with the Facet.
|
Copyright © 2022. All rights reserved.