Uses of Class
software.amazon.awssdk.services.clouddirectory.model.FacetAttributeUpdate
-
Packages that use FacetAttributeUpdate Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of FacetAttributeUpdate in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type FacetAttributeUpdate Modifier and Type Method Description List<FacetAttributeUpdate>UpdateFacetRequest. attributeUpdates()List of attributes that need to be updated in a given schema Facet.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type FacetAttributeUpdate Modifier and Type Method Description UpdateFacetRequest.BuilderUpdateFacetRequest.Builder. attributeUpdates(FacetAttributeUpdate... attributeUpdates)List of attributes that need to be updated in a given schema Facet.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type FacetAttributeUpdate Modifier and Type Method Description UpdateFacetRequest.BuilderUpdateFacetRequest.Builder. attributeUpdates(Collection<FacetAttributeUpdate> attributeUpdates)List of attributes that need to be updated in a given schema Facet.
-