| 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 |
| Modifier and Type | Method and Description |
|---|---|
default UpdatePolicyResponse |
OrganizationsClient.updatePolicy(Consumer<UpdatePolicyRequest.Builder> updatePolicyRequest)
Updates an existing policy with a new name, description, or content.
|
default CompletableFuture<UpdatePolicyResponse> |
OrganizationsAsyncClient.updatePolicy(Consumer<UpdatePolicyRequest.Builder> updatePolicyRequest)
Updates an existing policy with a new name, description, or content.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdatePolicyRequest.Builder |
UpdatePolicyRequest.builder() |
UpdatePolicyRequest.Builder |
UpdatePolicyRequest.Builder.content(String content)
If provided, the new content for the policy.
|
UpdatePolicyRequest.Builder |
UpdatePolicyRequest.Builder.description(String description)
If provided, the new description for the policy.
|
UpdatePolicyRequest.Builder |
UpdatePolicyRequest.Builder.name(String name)
If provided, the new name for the policy.
|
UpdatePolicyRequest.Builder |
UpdatePolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePolicyRequest.Builder |
UpdatePolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePolicyRequest.Builder |
UpdatePolicyRequest.Builder.policyId(String policyId)
The unique identifier (ID) of the policy that you want to update.
|
UpdatePolicyRequest.Builder |
UpdatePolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdatePolicyRequest.Builder> |
UpdatePolicyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.