Uses of Class
software.amazon.awssdk.services.omics.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>OmicsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags a resource.default TagResourceResponseOmicsClient. tagResource(TagResourceRequest tagResourceRequest)Tags a resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.omics.transform
Methods in software.amazon.awssdk.services.omics.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-