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