public static enum AwsCredentialInfo.CredentialCase extends java.lang.Enum<AwsCredentialInfo.CredentialCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ASSUME_ROLE_CREDENTIAL |
CREDENTIAL_NOT_SET |
DEFAULT_CREDENTIAL |
PROFILE_CREDENTIAL |
SIMPLE_CREDENTIAL |
| Modifier and Type | Method and Description |
|---|---|
static AwsCredentialInfo.CredentialCase |
forNumber(int value) |
int |
getNumber() |
static AwsCredentialInfo.CredentialCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AwsCredentialInfo.CredentialCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AwsCredentialInfo.CredentialCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwsCredentialInfo.CredentialCase DEFAULT_CREDENTIAL
public static final AwsCredentialInfo.CredentialCase SIMPLE_CREDENTIAL
public static final AwsCredentialInfo.CredentialCase PROFILE_CREDENTIAL
public static final AwsCredentialInfo.CredentialCase ASSUME_ROLE_CREDENTIAL
public static final AwsCredentialInfo.CredentialCase CREDENTIAL_NOT_SET
public static AwsCredentialInfo.CredentialCase[] values()
for (AwsCredentialInfo.CredentialCase c : AwsCredentialInfo.CredentialCase.values()) System.out.println(c);
public static AwsCredentialInfo.CredentialCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static AwsCredentialInfo.CredentialCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static AwsCredentialInfo.CredentialCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024. All rights reserved.