| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently |
You can use Amazon CloudWatch Evidently to safely validate new features by serving them to a specified percentage of
your users while you roll out the feature.
|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AbstractAmazonCloudWatchEvidently.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonCloudWatchEvidently.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Displays the tags associated with an Evidently resource.
|
ListTagsForResourceResult |
AmazonCloudWatchEvidentlyClient.listTagsForResource(ListTagsForResourceRequest request)
Displays the tags associated with an Evidently resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAmazonCloudWatchEvidentlyAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonCloudWatchEvidentlyAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Displays the tags associated with an Evidently resource.
|
Future<ListTagsForResourceResult> |
AmazonCloudWatchEvidentlyAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| 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)
The list of tag keys and values associated with the resource you specified.
|
Copyright © 2023. All rights reserved.