Uses of Class
software.amazon.awssdk.services.panorama.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.panorama AWS Panorama software.amazon.awssdk.services.panorama.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.panorama
Methods in software.amazon.awssdk.services.panorama with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>PanoramaAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags a resource.default TagResourceResponsePanoramaClient. tagResource(TagResourceRequest tagResourceRequest)Tags a resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.panorama.transform
Methods in software.amazon.awssdk.services.panorama.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-