Uses of Class
software.amazon.awssdk.services.sts.model.PolicyDescriptorType
-
Packages that use PolicyDescriptorType Package Description software.amazon.awssdk.services.sts.model -
-
Uses of PolicyDescriptorType in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type PolicyDescriptorType Modifier and Type Method Description List<PolicyDescriptorType>AssumeRoleRequest. policyArns()The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.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>AssumeRoleWithWebIdentityRequest. 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.Methods in software.amazon.awssdk.services.sts.model with parameters of type PolicyDescriptorType Modifier and Type Method Description AssumeRoleRequest.BuilderAssumeRoleRequest.Builder. policyArns(PolicyDescriptorType... policyArns)The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.AssumeRoleWithSamlRequest.BuilderAssumeRoleWithSamlRequest.Builder. policyArns(PolicyDescriptorType... policyArns)The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.AssumeRoleWithWebIdentityRequest.BuilderAssumeRoleWithWebIdentityRequest.Builder. policyArns(PolicyDescriptorType... policyArns)The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.GetFederationTokenRequest.BuilderGetFederationTokenRequest.Builder. policyArns(PolicyDescriptorType... policyArns)The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as a managed session policy.Method parameters in software.amazon.awssdk.services.sts.model with type arguments of type PolicyDescriptorType Modifier and Type Method Description AssumeRoleRequest.BuilderAssumeRoleRequest.Builder. policyArns(Collection<PolicyDescriptorType> policyArns)The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.AssumeRoleWithSamlRequest.BuilderAssumeRoleWithSamlRequest.Builder. policyArns(Collection<PolicyDescriptorType> policyArns)The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.AssumeRoleWithWebIdentityRequest.BuilderAssumeRoleWithWebIdentityRequest.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.BuilderGetFederationTokenRequest.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.
-