public static class AwsProfile.Companion
| Modifier and Type | Method and Description |
|---|---|
AwsProfile |
default()
Returns a profile that gets the credentials and region using the default AWS mechanism.
|
AwsProfile |
named(java.lang.String profileName)
Returns a profile that takes the credentials and region from a named profile in the AWS credentials and
config files.
|
@NotNull public AwsProfile default()
Returns a profile that gets the credentials and region using the default AWS mechanism.
See here for details.
@NotNull public AwsProfile named(@NotNull java.lang.String profileName)
Returns a profile that takes the credentials and region from a named profile in the AWS credentials and config files.