Uses of Class
software.amazon.awssdk.services.sts.model.AssumedRoleUser
Packages that use AssumedRoleUser
Package
Description
-
Uses of AssumedRoleUser in software.amazon.awssdk.services.sts.internal
Methods in software.amazon.awssdk.services.sts.internal with parameters of type AssumedRoleUserModifier and TypeMethodDescriptionstatic StringStsAuthUtils.accountIdFromArn(AssumedRoleUser assumedRoleUser) -
Uses of AssumedRoleUser in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return AssumedRoleUserModifier and TypeMethodDescriptionfinal AssumedRoleUserAssumeRoleResponse.assumedRoleUser()The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.final AssumedRoleUserAssumeRoleWithSamlResponse.assumedRoleUser()The identifiers for the temporary security credentials that the operation returns.final AssumedRoleUserAssumeRoleWithWebIdentityResponse.assumedRoleUser()The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.Methods in software.amazon.awssdk.services.sts.model with parameters of type AssumedRoleUserModifier and TypeMethodDescriptionAssumeRoleResponse.Builder.assumedRoleUser(AssumedRoleUser assumedRoleUser) The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.AssumeRoleWithSamlResponse.Builder.assumedRoleUser(AssumedRoleUser assumedRoleUser) The identifiers for the temporary security credentials that the operation returns.AssumeRoleWithWebIdentityResponse.Builder.assumedRoleUser(AssumedRoleUser assumedRoleUser) The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.