Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ObjectType
-
Packages that use ObjectType Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of ObjectType in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return ObjectType Modifier and Type Method Description static ObjectTypeObjectType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ObjectTypeCreateFacetRequest. objectType()Specifies whether a given object created from this facet is of type node, leaf node, policy or index.ObjectTypeFacet. objectType()The object type that is associated with the facet.ObjectTypeUpdateFacetRequest. objectType()The object type that is associated with the facet.static ObjectTypeObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectType[]ObjectType. 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 ObjectType Modifier and Type Method Description static Set<ObjectType>ObjectType. knownValues()Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type ObjectType Modifier and Type Method Description CreateFacetRequest.BuilderCreateFacetRequest.Builder. objectType(ObjectType objectType)Specifies whether a given object created from this facet is of type node, leaf node, policy or index.Facet.BuilderFacet.Builder. objectType(ObjectType objectType)The object type that is associated with the facet.UpdateFacetRequest.BuilderUpdateFacetRequest.Builder. objectType(ObjectType objectType)The object type that is associated with the facet.
-