Uses of Interface
software.amazon.awssdk.services.medicalimaging.model.GetDicomImportJobRequest.Builder
-
Packages that use GetDicomImportJobRequest.Builder Package Description software.amazon.awssdk.services.medicalimaging This is the AWS HealthImaging API Reference.software.amazon.awssdk.services.medicalimaging.model -
-
Uses of GetDicomImportJobRequest.Builder in software.amazon.awssdk.services.medicalimaging
Method parameters in software.amazon.awssdk.services.medicalimaging with type arguments of type GetDicomImportJobRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDicomImportJobResponse>MedicalImagingAsyncClient. getDICOMImportJob(Consumer<GetDicomImportJobRequest.Builder> getDicomImportJobRequest)Get the import job properties to learn more about the job or job progress.default GetDicomImportJobResponseMedicalImagingClient. getDICOMImportJob(Consumer<GetDicomImportJobRequest.Builder> getDicomImportJobRequest)Get the import job properties to learn more about the job or job progress. -
Uses of GetDicomImportJobRequest.Builder in software.amazon.awssdk.services.medicalimaging.model
Methods in software.amazon.awssdk.services.medicalimaging.model that return GetDicomImportJobRequest.Builder Modifier and Type Method Description static GetDicomImportJobRequest.BuilderGetDicomImportJobRequest. builder()GetDicomImportJobRequest.BuilderGetDicomImportJobRequest.Builder. datastoreId(String datastoreId)The data store identifier.GetDicomImportJobRequest.BuilderGetDicomImportJobRequest.Builder. jobId(String jobId)The import job identifier.GetDicomImportJobRequest.BuilderGetDicomImportJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDicomImportJobRequest.BuilderGetDicomImportJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDicomImportJobRequest.BuilderGetDicomImportJobRequest. toBuilder()Methods in software.amazon.awssdk.services.medicalimaging.model that return types with arguments of type GetDicomImportJobRequest.Builder Modifier and Type Method Description static Class<? extends GetDicomImportJobRequest.Builder>GetDicomImportJobRequest. serializableBuilderClass()
-