| Package | Description |
|---|---|
| com.amazonaws.services.securitytoken.model |
Classes modeling the various types represented by AWSSecurityTokenService
|
| Modifier and Type | Method and Description |
|---|---|
PolicyDescriptorType |
PolicyDescriptorType.withArn(String arn)
The Amazon Resource Name (ARN) of the IAM managed policy to use as a
session policy for the role.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicyDescriptorType> |
GetFederationTokenRequest.getPolicyArns()
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as a managed session policy.
|
List<PolicyDescriptorType> |
AssumeRoleWithWebIdentityRequest.getPolicyArns()
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as managed session policies.
|
List<PolicyDescriptorType> |
AssumeRoleRequest.getPolicyArns()
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 |
|---|---|
GetFederationTokenRequest |
GetFederationTokenRequest.withPolicyArns(PolicyDescriptorType... policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as a managed session policy.
|
AssumeRoleWithWebIdentityRequest |
AssumeRoleWithWebIdentityRequest.withPolicyArns(PolicyDescriptorType... policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as managed session policies.
|
AssumeRoleRequest |
AssumeRoleRequest.withPolicyArns(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 |
|---|---|
void |
GetFederationTokenRequest.setPolicyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as a managed session policy.
|
void |
AssumeRoleWithWebIdentityRequest.setPolicyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as managed session policies.
|
void |
AssumeRoleRequest.setPolicyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as managed session policies.
|
GetFederationTokenRequest |
GetFederationTokenRequest.withPolicyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as a managed session policy.
|
AssumeRoleWithWebIdentityRequest |
AssumeRoleWithWebIdentityRequest.withPolicyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as managed session policies.
|
AssumeRoleRequest |
AssumeRoleRequest.withPolicyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as managed session policies.
|
Copyright © 2019. All rights reserved.