| Package | Description |
|---|---|
| software.amazon.awssdk.services.sts.model |
| Modifier and Type | Method and Description |
|---|---|
AssumedRoleUser |
AssumeRoleWithWebIdentityResponse.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.
|
AssumedRoleUser |
AssumeRoleResponse.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.
|
AssumedRoleUser |
AssumeRoleWithSamlResponse.assumedRoleUser()
The identifiers for the temporary security credentials that the operation returns.
|
| Modifier and Type | Method and Description |
|---|---|
AssumeRoleWithWebIdentityResponse.Builder |
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.
|
AssumeRoleResponse.Builder |
AssumeRoleResponse.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 |
AssumeRoleWithSamlResponse.Builder.assumedRoleUser(AssumedRoleUser assumedRoleUser)
The identifiers for the temporary security credentials that the operation returns.
|
Copyright © 2022. All rights reserved.