| Package | Description |
|---|---|
| software.amazon.awssdk.services.sts.model |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyDescriptorType> |
AssumeRoleWithSamlRequest.policyArns()
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.
|
List<PolicyDescriptorType> |
GetFederationTokenRequest.policyArns()
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as a managed session policy.
|
List<PolicyDescriptorType> |
AssumeRoleWithWebIdentityRequest.policyArns()
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.
|
List<PolicyDescriptorType> |
AssumeRoleRequest.policyArns()
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.
|
| Modifier and Type | Method and Description |
|---|---|
AssumeRoleWithSamlRequest.Builder |
AssumeRoleWithSamlRequest.Builder.policyArns(PolicyDescriptorType... policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session
policies.
|
GetFederationTokenRequest.Builder |
GetFederationTokenRequest.Builder.policyArns(PolicyDescriptorType... policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as a managed session
policy.
|
AssumeRoleWithWebIdentityRequest.Builder |
AssumeRoleWithWebIdentityRequest.Builder.policyArns(PolicyDescriptorType... policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session
policies.
|
AssumeRoleRequest.Builder |
AssumeRoleRequest.Builder.policyArns(PolicyDescriptorType... policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session
policies.
|
| Modifier and Type | Method and Description |
|---|---|
AssumeRoleWithSamlRequest.Builder |
AssumeRoleWithSamlRequest.Builder.policyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session
policies.
|
GetFederationTokenRequest.Builder |
GetFederationTokenRequest.Builder.policyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as a managed session
policy.
|
AssumeRoleWithWebIdentityRequest.Builder |
AssumeRoleWithWebIdentityRequest.Builder.policyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session
policies.
|
AssumeRoleRequest.Builder |
AssumeRoleRequest.Builder.policyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session
policies.
|
Copyright © 2023. All rights reserved.