Uses of Class
software.amazon.awssdk.services.clouddirectory.model.FacetAttribute
-
Packages that use FacetAttribute Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of FacetAttribute in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return FacetAttribute Modifier and Type Method Description FacetAttributeFacetAttributeUpdate. attribute()The attribute to update.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type FacetAttribute Modifier and Type Method Description List<FacetAttribute>CreateFacetRequest. attributes()The attributes that are associated with the Facet.List<FacetAttribute>ListFacetAttributesResponse. attributes()The attributes attached to the facet.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type FacetAttribute Modifier and Type Method Description FacetAttributeUpdate.BuilderFacetAttributeUpdate.Builder. attribute(FacetAttribute attribute)The attribute to update.CreateFacetRequest.BuilderCreateFacetRequest.Builder. attributes(FacetAttribute... attributes)The attributes that are associated with the Facet.ListFacetAttributesResponse.BuilderListFacetAttributesResponse.Builder. attributes(FacetAttribute... attributes)The attributes attached to the facet.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type FacetAttribute Modifier and Type Method Description CreateFacetRequest.BuilderCreateFacetRequest.Builder. attributes(Collection<FacetAttribute> attributes)The attributes that are associated with the Facet.ListFacetAttributesResponse.BuilderListFacetAttributesResponse.Builder. attributes(Collection<FacetAttribute> attributes)The attributes attached to the facet.
-