| 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.
|
| 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 UpdatePolicyResponse |
OrganizationsClient.updatePolicy(UpdatePolicyRequest updatePolicyRequest)
Updates an existing policy with a new name, description, or content.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdatePolicyResponse> |
OrganizationsAsyncClient.updatePolicy(Consumer<UpdatePolicyRequest.Builder> updatePolicyRequest)
Updates an existing policy with a new name, description, or content.
|
default CompletableFuture<UpdatePolicyResponse> |
OrganizationsAsyncClient.updatePolicy(UpdatePolicyRequest updatePolicyRequest)
Updates an existing policy with a new name, description, or content.
|
Copyright © 2023. All rights reserved.