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 RoleInfoRoleInfo. clone()RoleInfoRoleInfo. withExternalId(String externalId)A unique identifier that is used by third parties when assuming roles in their customers' accounts.RoleInfoRoleInfo. withLongLivedCredentials(AWSCredentials longLivedCredentials)Provides the credentials that are used to assume the role.RoleInfoRoleInfo. withLongLivedCredentialsProvider(AWSCredentialsProvider longLivedCredentialsProvider)Provides the credentials that are used to assume the role.RoleInfoRoleInfo. withRoleArn(String roleArn)The Amazon Resource Name (ARN) of the role to assume.RoleInfoRoleInfo. 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 AWSCredentialsProviderProfileCredentialsService. getAssumeRoleCredentialsProvider(RoleInfo targetRoleInfo)AWSCredentialsProviderSTSProfileCredentialsServiceLoader. getAssumeRoleCredentialsProvider(RoleInfo targetRoleInfo)Constructors in com.amazonaws.auth.profile.internal.securitytoken with parameters of type RoleInfo Constructor Description STSProfileCredentialsServiceProvider(RoleInfo roleInfo)
-