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