Uses of Interface
software.amazon.awssdk.services.organizations.model.CreatePolicyRequest.Builder
-
Packages that use CreatePolicyRequest.Builder Package Description software.amazon.awssdk.services.organizations Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources.software.amazon.awssdk.services.organizations.model -
-
Uses of CreatePolicyRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type CreatePolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<CreatePolicyResponse>OrganizationsAsyncClient. createPolicy(Consumer<CreatePolicyRequest.Builder> createPolicyRequest)Creates a policy of a specified type that you can attach to a root, an organizational unit (OU), or an individual Amazon Web Services account.default CreatePolicyResponseOrganizationsClient. createPolicy(Consumer<CreatePolicyRequest.Builder> createPolicyRequest)Creates a policy of a specified type that you can attach to a root, an organizational unit (OU), or an individual Amazon Web Services account. -
Uses of CreatePolicyRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return CreatePolicyRequest.Builder Modifier and Type Method Description static CreatePolicyRequest.BuilderCreatePolicyRequest. builder()CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. content(String content)The policy text content to add to the new policy.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. description(String description)An optional description to assign to the policy.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. name(String name)The friendly name to assign to the policy.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. tags(Collection<Tag> tags)A list of tags that you want to attach to the newly created policy.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of tags that you want to attach to the newly created policy.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. tags(Tag... tags)A list of tags that you want to attach to the newly created policy.CreatePolicyRequest.BuilderCreatePolicyRequest. toBuilder()CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. type(String type)The type of policy to create.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. type(PolicyType type)The type of policy to create.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type CreatePolicyRequest.Builder Modifier and Type Method Description static Class<? extends CreatePolicyRequest.Builder>CreatePolicyRequest. serializableBuilderClass()
-