Uses of Class
software.amazon.awssdk.auth.credentials.internal.CredentialSourceType
-
Packages that use CredentialSourceType Package Description software.amazon.awssdk.auth.credentials.internal -
-
Uses of CredentialSourceType in software.amazon.awssdk.auth.credentials.internal
Methods in software.amazon.awssdk.auth.credentials.internal that return CredentialSourceType Modifier and Type Method Description static CredentialSourceTypeCredentialSourceType. parse(String value)static CredentialSourceTypeCredentialSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static CredentialSourceType[]CredentialSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-