- configurationFileLocation() - Static method in class software.amazon.awssdk.profiles.ProfileFileLocation
-
Load the location for the configuration file, usually ~/.aws/config unless it's overridden using an environment variable
or system property.
- configurationFilePath() - Static method in class software.amazon.awssdk.profiles.ProfileFileLocation
-
Resolve the path for the configuration file, regardless of whether it exists or not.
- content(InputStream) - Method in interface software.amazon.awssdk.profiles.ProfileFile.Builder
-
Configure the content of the profile file.
- content(Path) - Method in interface software.amazon.awssdk.profiles.ProfileFile.Builder
-
Configure the location from which the profile file should be loaded.
- CREDENTIAL_PROCESS - Static variable in class software.amazon.awssdk.profiles.ProfileProperty
-
An external process that should be invoked to load credentials.
- CREDENTIAL_SOURCE - Static variable in class software.amazon.awssdk.profiles.ProfileProperty
-
Property name for specifying the credential source to use when assuming a role
- credentialsFileLocation() - Static method in class software.amazon.awssdk.profiles.ProfileFileLocation
-
Load the location for the credentials file, usually ~/.aws/credentials unless it's overridden using an environment variable
or system property.
- credentialsFilePath() - Static method in class software.amazon.awssdk.profiles.ProfileFileLocation
-
Resolve the location for the credentials file, regardless of whether it exists or not.