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