| Package | Description |
|---|---|
| com.amazonaws.services.securitytoken.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyDescriptorType |
PolicyDescriptorType.clone() |
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> |
AssumeRoleRequest.getPolicyArns()
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.
|
List<PolicyDescriptorType> |
AssumeRoleWithSAMLRequest.getPolicyArns()
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.
|
List<PolicyDescriptorType> |
AssumeRoleWithWebIdentityRequest.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.
|
AssumeRoleRequest |
AssumeRoleRequest.withPolicyArns(PolicyDescriptorType... policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.
|
AssumeRoleWithSAMLRequest |
AssumeRoleWithSAMLRequest.withPolicyArns(PolicyDescriptorType... policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.
|
AssumeRoleWithWebIdentityRequest |
AssumeRoleWithWebIdentityRequest.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 |
AssumeRoleRequest.setPolicyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.
|
void |
AssumeRoleWithSAMLRequest.setPolicyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.
|
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.
|
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.
|
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.
|
AssumeRoleWithSAMLRequest |
AssumeRoleWithSAMLRequest.withPolicyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.
|
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.
|
Copyright © 2019. All rights reserved.