Uses of Class
software.amazon.awssdk.services.clouddirectory.model.TypedAttributeValue.Type
-
Packages that use TypedAttributeValue.Type Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of TypedAttributeValue.Type in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return TypedAttributeValue.Type Modifier and Type Method Description TypedAttributeValue.TypeTypedAttributeValue. type()Retrieve an enum value representing which member of this object is populated.static TypedAttributeValue.TypeTypedAttributeValue.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static TypedAttributeValue.Type[]TypedAttributeValue.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-