| Package | Description |
|---|---|
| com.amazonaws.services.controltower |
These interfaces allow you to apply the Amazon Web Services library of pre-defined controls to your
organizational units, programmatically.
|
| com.amazonaws.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSControlTowerClient.listTagsForResource(ListTagsForResourceRequest request)
Returns a list of tags associated with the resource.
|
ListTagsForResourceResult |
AWSControlTower.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags associated with the resource.
|
ListTagsForResourceResult |
AbstractAWSControlTower.listTagsForResource(ListTagsForResourceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAWSControlTowerAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSControlTowerAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSControlTowerAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of tags associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsForResourceResult |
ListTagsForResourceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Map<String,String> tags)
A list of tags, as
key:value strings. |
Copyright © 2024. All rights reserved.