Uses of Class
com.amazonaws.auth.profile.internal.securitytoken.RoleInfo
Packages that use RoleInfo
-
Uses of RoleInfo in com.amazonaws.auth.profile.internal.securitytoken
Methods in com.amazonaws.auth.profile.internal.securitytoken that return RoleInfoModifier and TypeMethodDescriptionRoleInfo.clone()
RoleInfo.withExternalId
(String externalId) A unique identifier that is used by third parties when assuming roles in their customers' accounts.RoleInfo.withLongLivedCredentials
(AWSCredentials longLivedCredentials) Provides the credentials that are used to assume the role.RoleInfo.withLongLivedCredentialsProvider
(AWSCredentialsProvider longLivedCredentialsProvider) Provides the credentials that are used to assume the role.RoleInfo.withRoleArn
(String roleArn) The Amazon Resource Name (ARN) of the role to assume.RoleInfo.withRoleSessionName
(String roleSessionName) An identifier for the assumed role session.Methods in com.amazonaws.auth.profile.internal.securitytoken with parameters of type RoleInfoModifier and TypeMethodDescriptionProfileCredentialsService.getAssumeRoleCredentialsProvider
(RoleInfo targetRoleInfo) STSProfileCredentialsServiceLoader.getAssumeRoleCredentialsProvider
(RoleInfo targetRoleInfo) Constructors in com.amazonaws.auth.profile.internal.securitytoken with parameters of type RoleInfo