Uses of Class
software.amazon.awssdk.services.evidently.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.evidently 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. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseEvidentlyClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified CloudWatch Evidently resource.default TagResourceResponseEvidentlyClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified CloudWatch Evidently resource.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>EvidentlyAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified CloudWatch Evidently resource.default CompletableFuture<TagResourceResponse>EvidentlyAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified CloudWatch Evidently resource.
-