| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model | |
| com.amazonaws.services.clouddirectory.model.transform |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
FacetAttributeUpdate |
FacetAttributeUpdateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetAttributeUpdateMarshaller.marshall(FacetAttributeUpdate facetAttributeUpdate,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.