Uses of Class
software.amazon.awssdk.services.synthetics.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseSyntheticsClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Displays the tags associated with a canary or group.default ListTagsForResourceResponseSyntheticsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Displays the tags associated with a canary or group.Methods in software.amazon.awssdk.services.synthetics that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>SyntheticsAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Displays the tags associated with a canary or group.default CompletableFuture<ListTagsForResourceResponse>SyntheticsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Displays the tags associated with a canary or group.
-