| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge |
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AbstractAmazonEventBridge.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonEventBridge.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Displays the tags associated with an EventBridge resource.
|
ListTagsForResourceResult |
AmazonEventBridgeClient.listTagsForResource(ListTagsForResourceRequest request)
Displays the tags associated with an EventBridge resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AmazonEventBridgeAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AbstractAmazonEventBridgeAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonEventBridgeAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Displays the tags associated with an EventBridge resource.
|
| 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.