Uses of Class
software.amazon.awssdk.services.sts.model.AssumedRoleUser
-
Packages that use AssumedRoleUser Package Description software.amazon.awssdk.services.sts.internal software.amazon.awssdk.services.sts.model -
-
Uses of AssumedRoleUser in software.amazon.awssdk.services.sts.internal
Methods in software.amazon.awssdk.services.sts.internal with parameters of type AssumedRoleUser Modifier and Type Method Description static StringStsAuthUtils. accountIdFromArn(AssumedRoleUser assumedRoleUser) -
Uses of AssumedRoleUser in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return AssumedRoleUser Modifier and Type Method Description 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.AssumedRoleUserAssumeRoleWithSamlResponse. assumedRoleUser()The identifiers for the temporary security credentials that the operation returns.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 AssumedRoleUser Modifier and Type Method Description AssumeRoleResponse.BuilderAssumeRoleResponse.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.BuilderAssumeRoleWithSamlResponse.Builder. assumedRoleUser(AssumedRoleUser assumedRoleUser)The identifiers for the temporary security credentials that the operation returns.AssumeRoleWithWebIdentityResponse.BuilderAssumeRoleWithWebIdentityResponse.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.
-