Uses of Class
software.amazon.awssdk.services.medicalimaging.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.medicalimaging This is the AWS HealthImaging API Reference. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.medicalimaging
Methods in software.amazon.awssdk.services.medicalimaging that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseMedicalImagingClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a user-specifed key and value tag to a medical imaging resource.default TagResourceResponseMedicalImagingClient. tagResource(TagResourceRequest tagResourceRequest)Adds a user-specifed key and value tag to a medical imaging resource.Methods in software.amazon.awssdk.services.medicalimaging that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>MedicalImagingAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a user-specifed key and value tag to a medical imaging resource.default CompletableFuture<TagResourceResponse>MedicalImagingAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds a user-specifed key and value tag to a medical imaging resource.
-