Uses of Class
software.amazon.awssdk.services.amp.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.amp Amazon Managed Service for Prometheus -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseAmpClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Creates tags for the specified resource.default TagResourceResponseAmpClient. tagResource(TagResourceRequest tagResourceRequest)Creates tags for the specified resource.Methods in software.amazon.awssdk.services.amp that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AmpAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Creates tags for the specified resource.default CompletableFuture<TagResourceResponse>AmpAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Creates tags for the specified resource.
-