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