Uses of Class
software.amazon.awssdk.services.medicalimaging.model.CopyImageSetRequest
-
Packages that use CopyImageSetRequest Package Description software.amazon.awssdk.services.medicalimaging This is the AWS HealthImaging API Reference.software.amazon.awssdk.services.medicalimaging.transform -
-
Uses of CopyImageSetRequest in software.amazon.awssdk.services.medicalimaging
Methods in software.amazon.awssdk.services.medicalimaging with parameters of type CopyImageSetRequest Modifier and Type Method Description default CompletableFuture<CopyImageSetResponse>MedicalImagingAsyncClient. copyImageSet(CopyImageSetRequest copyImageSetRequest)Copy an image set.default CopyImageSetResponseMedicalImagingClient. copyImageSet(CopyImageSetRequest copyImageSetRequest)Copy an image set. -
Uses of CopyImageSetRequest in software.amazon.awssdk.services.medicalimaging.transform
Methods in software.amazon.awssdk.services.medicalimaging.transform with parameters of type CopyImageSetRequest Modifier and Type Method Description SdkHttpFullRequestCopyImageSetRequestMarshaller. marshall(CopyImageSetRequest copyImageSetRequest)
-