Uses of Interface
software.amazon.awssdk.services.sts.model.PolicyDescriptorType.Builder
-
Packages that use PolicyDescriptorType.Builder Package Description software.amazon.awssdk.services.sts.model -
-
Uses of PolicyDescriptorType.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return PolicyDescriptorType.Builder Modifier and Type Method Description PolicyDescriptorType.BuilderPolicyDescriptorType.Builder. arn(String arn)The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy for the role.static PolicyDescriptorType.BuilderPolicyDescriptorType. builder()PolicyDescriptorType.BuilderPolicyDescriptorType. toBuilder()Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type PolicyDescriptorType.Builder Modifier and Type Method Description static Class<? extends PolicyDescriptorType.Builder>PolicyDescriptorType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sts.model with type arguments of type PolicyDescriptorType.Builder Modifier and Type Method Description default AssumeRootRequest.BuilderAssumeRootRequest.Builder. taskPolicyArn(Consumer<PolicyDescriptorType.Builder> taskPolicyArn)The identity based policy that scopes the session to the privileged tasks that can be performed.
-