Uses of Class
software.amazon.awssdk.services.synthetics.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSyntheticsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified canary or group.default TagResourceResponseSyntheticsClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified canary or group.Methods in software.amazon.awssdk.services.synthetics that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SyntheticsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified canary or group.default CompletableFuture<TagResourceResponse>SyntheticsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified canary or group.
-