Uses of Class
software.amazon.awssdk.services.clouddirectory.model.FacetAttributeType
-
Packages that use FacetAttributeType Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of FacetAttributeType in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return FacetAttributeType Modifier and Type Method Description static FacetAttributeTypeFacetAttributeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FacetAttributeTypeFacetAttributeDefinition. type()The type of the attribute.FacetAttributeTypeTypedLinkAttributeDefinition. type()The type of the attribute.static FacetAttributeTypeFacetAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static FacetAttributeType[]FacetAttributeType. 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 FacetAttributeType Modifier and Type Method Description static Set<FacetAttributeType>FacetAttributeType. knownValues()Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type FacetAttributeType Modifier and Type Method Description FacetAttributeDefinition.BuilderFacetAttributeDefinition.Builder. type(FacetAttributeType type)The type of the attribute.TypedLinkAttributeDefinition.BuilderTypedLinkAttributeDefinition.Builder. type(FacetAttributeType type)The type of the attribute.
-