| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents |
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AmazonCloudWatchEventsClient.listTagsForResource(ListTagsForResourceRequest request)
Displays the tags associated with an EventBridge resource.
|
ListTagsForResourceResult |
AmazonCloudWatchEvents.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Displays the tags associated with an EventBridge resource.
|
ListTagsForResourceResult |
AbstractAmazonCloudWatchEvents.listTagsForResource(ListTagsForResourceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAmazonCloudWatchEventsAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonCloudWatchEventsAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Displays the tags associated with an EventBridge resource.
|
Future<ListTagsForResourceResult> |
AmazonCloudWatchEventsAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The list of tag keys and values associated with the resource you specified
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The list of tag keys and values associated with the resource you specified
|
Copyright © 2023. All rights reserved.