Skip navigation links
A B C D E H M N P R S T V 

A

addFile(ProfileFile) - Method in class software.amazon.awssdk.profiles.ProfileFile.Aggregator
Add a file to be aggregated.
aggregator() - Static method in class software.amazon.awssdk.profiles.ProfileFile
Create a builder that can merge multiple ProfileFiles together.
Aggregator() - Constructor for class software.amazon.awssdk.profiles.ProfileFile.Aggregator
 
AWS_ACCESS_KEY_ID - Static variable in class software.amazon.awssdk.profiles.ProfileProperty
Property name for specifying the Amazon AWS Access Key
AWS_SECRET_ACCESS_KEY - Static variable in class software.amazon.awssdk.profiles.ProfileProperty
Property name for specifying the Amazon AWS Secret Access Key
AWS_SESSION_TOKEN - Static variable in class software.amazon.awssdk.profiles.ProfileProperty
Property name for specifying the Amazon AWS Session Token

B

build() - Method in interface software.amazon.awssdk.profiles.Profile.Builder
Create a profile using the current state of this builder.
build() - Method in class software.amazon.awssdk.profiles.ProfileFile.Aggregator
 
build() - Method in interface software.amazon.awssdk.profiles.ProfileFile.Builder
 
builder() - Static method in class software.amazon.awssdk.profiles.Profile
Create a builder for defining a profile with specific attributes.
builder() - Static method in class software.amazon.awssdk.profiles.ProfileFile
Create a builder for a ProfileFile.

C

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.

D

defaultProfileFile() - Static method in class software.amazon.awssdk.profiles.ProfileFile
Get the default profile file, using the credentials file from "~/.aws/credentials", the config file from "~/.aws/config" and the "default" profile.
defaultValue() - Method in enum software.amazon.awssdk.profiles.ProfileFileSystemSetting
 

E

ENDPOINT_DISCOVERY_ENABLED - Static variable in class software.amazon.awssdk.profiles.ProfileProperty
Property name for specifying whether or not endpoint discovery is enabled.
environmentVariable() - Method in enum software.amazon.awssdk.profiles.ProfileFileSystemSetting
 
equals(Object) - Method in class software.amazon.awssdk.profiles.Profile
 
equals(Object) - Method in class software.amazon.awssdk.profiles.ProfileFile
 
EXTERNAL_ID - Static variable in class software.amazon.awssdk.profiles.ProfileProperty
Property name for specifying the IAM role external id

H

hashCode() - Method in class software.amazon.awssdk.profiles.Profile
 
hashCode() - Method in class software.amazon.awssdk.profiles.ProfileFile
 

M

MFA_SERIAL - Static variable in class software.amazon.awssdk.profiles.ProfileProperty
Property name for specifying the identification number of the MFA device

N

name(String) - Method in interface software.amazon.awssdk.profiles.Profile.Builder
Define the name of this profile, without the legacy "profile" prefix.
name() - Method in class software.amazon.awssdk.profiles.Profile
Retrieve the name of this profile.

P

parseFile(InputStream, ProfileFile.Type) - Static method in class software.amazon.awssdk.profiles.internal.ProfileFileReader
Parses the input and returns a mutable map from profile name to a map of properties.
Profile - Class in software.amazon.awssdk.profiles
A named collection of configuration stored in a ProfileFile.
profile(String) - Method in class software.amazon.awssdk.profiles.ProfileFile
Retrieve the profile from this file with the given name.
Profile.Builder - Interface in software.amazon.awssdk.profiles
A builder for a Profile.
ProfileFile - Class in software.amazon.awssdk.profiles
Provides programmatic access to the contents of an AWS configuration profile file.
ProfileFile.Aggregator - Class in software.amazon.awssdk.profiles
A mechanism for merging multiple ProfileFiles together into a single file.
ProfileFile.Builder - Interface in software.amazon.awssdk.profiles
A builder for a ProfileFile.
ProfileFile.Type - Enum in software.amazon.awssdk.profiles
The supported types of profile files.
ProfileFileLocation - Class in software.amazon.awssdk.profiles
A collection of static methods for loading the location for configuration and credentials files.
ProfileFileReader - Class in software.amazon.awssdk.profiles.internal
Converts an InputStream to a configuration or credentials file into a map of profiles and their properties.
ProfileFileSystemSetting - Enum in software.amazon.awssdk.profiles
System settings for loading configuration from profile files.
ProfileProperty - Class in software.amazon.awssdk.profiles
The properties used by the Java SDK from the credentials and config files.
profiles() - Method in class software.amazon.awssdk.profiles.ProfileFile
Retrieve an unmodifiable collection including all of the profiles in this file.
properties(Map<String, String>) - Method in interface software.amazon.awssdk.profiles.Profile.Builder
Define the properties configured in this profile.
properties() - Method in class software.amazon.awssdk.profiles.Profile
Retrieve an unmodifiable view of all of the properties currently in this profile.
property(String) - Method in class software.amazon.awssdk.profiles.Profile
Retrieve a specific raw property from this profile.
property() - Method in enum software.amazon.awssdk.profiles.ProfileFileSystemSetting
 

R

REGION - Static variable in class software.amazon.awssdk.profiles.ProfileProperty
AWS Region to use when creating clients.
ROLE_ARN - Static variable in class software.amazon.awssdk.profiles.ProfileProperty
Property name for specifying the IAM role to assume
ROLE_SESSION_NAME - Static variable in class software.amazon.awssdk.profiles.ProfileProperty
Property name for specifying the IAM role session name

S

software.amazon.awssdk.profiles - package software.amazon.awssdk.profiles
 
software.amazon.awssdk.profiles.internal - package software.amazon.awssdk.profiles.internal
 
SOURCE_PROFILE - Static variable in class software.amazon.awssdk.profiles.ProfileProperty
Property name for specifying the profile credentials to use when assuming a role

T

toBuilder() - Method in class software.amazon.awssdk.profiles.Profile
 
toString() - Method in class software.amazon.awssdk.profiles.Profile
 
toString() - Method in class software.amazon.awssdk.profiles.ProfileFile
 
type(ProfileFile.Type) - Method in interface software.amazon.awssdk.profiles.ProfileFile.Builder
Configure the ProfileFile.Type of file that should be loaded.

V

valueOf(String) - Static method in enum software.amazon.awssdk.profiles.ProfileFile.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.profiles.ProfileFileSystemSetting
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.profiles.ProfileFile.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.profiles.ProfileFileSystemSetting
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E H M N P R S T V 
Skip navigation links

Copyright © 2019. All rights reserved.