Uses of Class
software.amazon.awssdk.services.sts.model.PolicyDescriptorType
Packages that use PolicyDescriptorType
-
Uses of PolicyDescriptorType in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return PolicyDescriptorTypeModifier and TypeMethodDescriptionfinal PolicyDescriptorTypeAssumeRootRequest.taskPolicyArn()The identity based policy that scopes the session to the privileged tasks that can be performed.Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type PolicyDescriptorTypeModifier and TypeMethodDescriptionfinal List<PolicyDescriptorType>AssumeRoleRequest.policyArns()The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.final List<PolicyDescriptorType>AssumeRoleWithSamlRequest.policyArns()The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.final List<PolicyDescriptorType>AssumeRoleWithWebIdentityRequest.policyArns()The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.final 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 PolicyDescriptorTypeModifier and TypeMethodDescriptionAssumeRoleRequest.Builder.policyArns(PolicyDescriptorType... policyArns) The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.AssumeRoleWithSamlRequest.Builder.policyArns(PolicyDescriptorType... policyArns) The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.AssumeRoleWithWebIdentityRequest.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.policyArns(PolicyDescriptorType... policyArns) The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as a managed session policy.AssumeRootRequest.Builder.taskPolicyArn(PolicyDescriptorType taskPolicyArn) The identity based policy that scopes the session to the privileged tasks that can be performed.Method parameters in software.amazon.awssdk.services.sts.model with type arguments of type PolicyDescriptorTypeModifier and TypeMethodDescriptionAssumeRoleRequest.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.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.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.policyArns(Collection<PolicyDescriptorType> policyArns) The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as a managed session policy.