| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
FacetAttributeUpdate |
FacetAttributeUpdate.clone() |
FacetAttributeUpdate |
FacetAttributeUpdate.withAction(String action)
The action to perform when updating the attribute.
|
FacetAttributeUpdate |
FacetAttributeUpdate.withAction(UpdateActionType action)
The action to perform when updating the attribute.
|
FacetAttributeUpdate |
FacetAttributeUpdate.withAttribute(FacetAttribute attribute)
The attribute to update.
|
| Modifier and Type | Method and Description |
|---|---|
List<FacetAttributeUpdate> |
UpdateFacetRequest.getAttributeUpdates()
List of attributes that need to be updated in a given schema Facet.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFacetRequest |
UpdateFacetRequest.withAttributeUpdates(FacetAttributeUpdate... attributeUpdates)
List of attributes that need to be updated in a given schema Facet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFacetRequest.setAttributeUpdates(Collection<FacetAttributeUpdate> attributeUpdates)
List of attributes that need to be updated in a given schema Facet.
|
UpdateFacetRequest |
UpdateFacetRequest.withAttributeUpdates(Collection<FacetAttributeUpdate> attributeUpdates)
List of attributes that need to be updated in a given schema Facet.
|
Copyright © 2025. All rights reserved.