Uses of Class
software.amazon.awssdk.services.clouddirectory.model.FacetStyle
-
Packages that use FacetStyle Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of FacetStyle in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return FacetStyle Modifier and Type Method Description FacetStyleCreateFacetRequest. facetStyle()There are two different styles that you can define on any given facet,StaticandDynamic.FacetStyleFacet. facetStyle()There are two different styles that you can define on any given facet,StaticandDynamic.static FacetStyleFacetStyle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FacetStyleFacetStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static FacetStyle[]FacetStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type FacetStyle Modifier and Type Method Description static Set<FacetStyle>FacetStyle. knownValues()Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type FacetStyle Modifier and Type Method Description CreateFacetRequest.BuilderCreateFacetRequest.Builder. facetStyle(FacetStyle facetStyle)There are two different styles that you can define on any given facet,StaticandDynamic.Facet.BuilderFacet.Builder. facetStyle(FacetStyle facetStyle)There are two different styles that you can define on any given facet,StaticandDynamic.
-