| 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 |
|---|---|
ListTagsForResourceResult |
AbstractAWSOrganizations.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AWSOrganizationsClient.listTagsForResource(ListTagsForResourceRequest request)
Lists tags that are attached to the specified resource.
|
ListTagsForResourceResult |
AWSOrganizations.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags that are attached to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAWSOrganizationsAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSOrganizationsAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSOrganizationsAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists tags that are attached to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags that are assigned to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags that are assigned to the resource.
|
Copyright © 2023. All rights reserved.