Uses of Class
software.amazon.awssdk.services.amp.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.amp Amazon Managed Service for Prometheus -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseAmpClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags you have assigned to the resource.default ListTagsForResourceResponseAmpClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags you have assigned to the resource.Methods in software.amazon.awssdk.services.amp that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>AmpAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags you have assigned to the resource.default CompletableFuture<ListTagsForResourceResponse>AmpAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags you have assigned to the resource.
-