| 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.paginators | |
| software.amazon.awssdk.services.organizations.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListTagsForResourceResponse |
OrganizationsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags that are attached to the specified resource.
|
default CompletableFuture<ListTagsForResourceResponse> |
OrganizationsAsyncClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags that are attached to the specified resource.
|
default ListTagsForResourceIterable |
OrganizationsClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags that are attached to the specified resource.
|
default ListTagsForResourcePublisher |
OrganizationsAsyncClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags that are attached to the specified resource.
|
| Constructor and Description |
|---|
ListTagsForResourceIterable(OrganizationsClient client,
ListTagsForResourceRequest firstRequest) |
ListTagsForResourcePublisher(OrganizationsAsyncClient client,
ListTagsForResourceRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTagsForResourceRequestMarshaller.marshall(ListTagsForResourceRequest listTagsForResourceRequest) |
Copyright © 2023. All rights reserved.