| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
FacetAttribute |
FacetAttribute.clone() |
FacetAttribute |
FacetAttributeUpdate.getAttribute()
The attribute to update.
|
FacetAttribute |
FacetAttribute.withAttributeDefinition(FacetAttributeDefinition attributeDefinition)
A facet attribute consists of either a definition or a reference.
|
FacetAttribute |
FacetAttribute.withAttributeReference(FacetAttributeReference attributeReference)
An attribute reference that is associated with the attribute.
|
FacetAttribute |
FacetAttribute.withName(String name)
The name of the facet attribute.
|
FacetAttribute |
FacetAttribute.withRequiredBehavior(RequiredAttributeBehavior requiredBehavior)
The required behavior of the
FacetAttribute. |
FacetAttribute |
FacetAttribute.withRequiredBehavior(String requiredBehavior)
The required behavior of the
FacetAttribute. |
| Modifier and Type | Method and Description |
|---|---|
List<FacetAttribute> |
ListFacetAttributesResult.getAttributes()
The attributes attached to the facet.
|
List<FacetAttribute> |
CreateFacetRequest.getAttributes()
The attributes that are associated with the Facet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FacetAttributeUpdate.setAttribute(FacetAttribute attribute)
The attribute to update.
|
FacetAttributeUpdate |
FacetAttributeUpdate.withAttribute(FacetAttribute attribute)
The attribute to update.
|
ListFacetAttributesResult |
ListFacetAttributesResult.withAttributes(FacetAttribute... attributes)
The attributes attached to the facet.
|
CreateFacetRequest |
CreateFacetRequest.withAttributes(FacetAttribute... attributes)
The attributes that are associated with the Facet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFacetAttributesResult.setAttributes(Collection<FacetAttribute> attributes)
The attributes attached to the facet.
|
void |
CreateFacetRequest.setAttributes(Collection<FacetAttribute> attributes)
The attributes that are associated with the Facet.
|
ListFacetAttributesResult |
ListFacetAttributesResult.withAttributes(Collection<FacetAttribute> attributes)
The attributes attached to the facet.
|
CreateFacetRequest |
CreateFacetRequest.withAttributes(Collection<FacetAttribute> attributes)
The attributes that are associated with the Facet.
|
Copyright © 2020. All rights reserved.