public enum ProfileFileSystemSetting extends Enum<ProfileFileSystemSetting>
Enum Constant and Description |
---|
AWS_CONFIG_FILE
Configure the default configuration file used in the ProfileFile.
|
AWS_PROFILE
Configure the default profile that should be loaded from the
AWS_CONFIG_FILE |
AWS_SHARED_CREDENTIALS_FILE
Configure the default credentials file used in the ProfileFile.
|
Modifier and Type | Method and Description |
---|---|
String |
defaultValue() |
String |
environmentVariable() |
String |
property() |
static ProfileFileSystemSetting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileFileSystemSetting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileFileSystemSetting AWS_CONFIG_FILE
public static final ProfileFileSystemSetting AWS_SHARED_CREDENTIALS_FILE
public static final ProfileFileSystemSetting AWS_PROFILE
AWS_CONFIG_FILE
AWS_CONFIG_FILE
public static ProfileFileSystemSetting[] values()
for (ProfileFileSystemSetting c : ProfileFileSystemSetting.values()) System.out.println(c);
public static ProfileFileSystemSetting valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String property()
public String environmentVariable()
public String defaultValue()
Copyright © 2022. All rights reserved.