| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutResourcePolicyResult> |
AbstractAWSOrganizationsAsync.putResourcePolicyAsync(PutResourcePolicyRequest request,
AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler) |
Future<PutResourcePolicyResult> |
AWSOrganizationsAsync.putResourcePolicyAsync(PutResourcePolicyRequest putResourcePolicyRequest,
AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler)
Creates or updates a resource policy.
|
Future<PutResourcePolicyResult> |
AWSOrganizationsAsyncClient.putResourcePolicyAsync(PutResourcePolicyRequest request,
AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutResourcePolicyRequest |
PutResourcePolicyRequest.clone() |
PutResourcePolicyRequest |
PutResourcePolicyRequest.withContent(String content)
If provided, the new content for the resource policy.
|
PutResourcePolicyRequest |
PutResourcePolicyRequest.withTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created resource policy.
|
PutResourcePolicyRequest |
PutResourcePolicyRequest.withTags(Tag... tags)
A list of tags that you want to attach to the newly created resource policy.
|
Copyright © 2025. All rights reserved.