Uses of Interface
software.amazon.awssdk.services.medicalimaging.model.CopyImageSetInformation.Builder
-
Packages that use CopyImageSetInformation.Builder Package Description software.amazon.awssdk.services.medicalimaging.model -
-
Uses of CopyImageSetInformation.Builder in software.amazon.awssdk.services.medicalimaging.model
Methods in software.amazon.awssdk.services.medicalimaging.model that return CopyImageSetInformation.Builder Modifier and Type Method Description static CopyImageSetInformation.BuilderCopyImageSetInformation. builder()default CopyImageSetInformation.BuilderCopyImageSetInformation.Builder. destinationImageSet(Consumer<CopyDestinationImageSet.Builder> destinationImageSet)The destination image set.CopyImageSetInformation.BuilderCopyImageSetInformation.Builder. destinationImageSet(CopyDestinationImageSet destinationImageSet)The destination image set.default CopyImageSetInformation.BuilderCopyImageSetInformation.Builder. sourceImageSet(Consumer<CopySourceImageSetInformation.Builder> sourceImageSet)The source image set.CopyImageSetInformation.BuilderCopyImageSetInformation.Builder. sourceImageSet(CopySourceImageSetInformation sourceImageSet)The source image set.CopyImageSetInformation.BuilderCopyImageSetInformation. toBuilder()Methods in software.amazon.awssdk.services.medicalimaging.model that return types with arguments of type CopyImageSetInformation.Builder Modifier and Type Method Description static Class<? extends CopyImageSetInformation.Builder>CopyImageSetInformation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medicalimaging.model with type arguments of type CopyImageSetInformation.Builder Modifier and Type Method Description default CopyImageSetRequest.BuilderCopyImageSetRequest.Builder. copyImageSetInformation(Consumer<CopyImageSetInformation.Builder> copyImageSetInformation)Copy image set information.
-