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