| Package | Description |
|---|---|
| software.amazon.awssdk.services.medicalimaging |
This is the AWS HealthImaging API Reference.
|
| software.amazon.awssdk.services.medicalimaging.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDicomImportJobsResponse |
MedicalImagingClient.listDICOMImportJobs(Consumer<ListDicomImportJobsRequest.Builder> listDicomImportJobsRequest)
List import jobs created by this AWS account for a specific data store.
|
default CompletableFuture<ListDicomImportJobsResponse> |
MedicalImagingAsyncClient.listDICOMImportJobs(Consumer<ListDicomImportJobsRequest.Builder> listDicomImportJobsRequest)
List import jobs created by this AWS account for a specific data store.
|
default ListDICOMImportJobsIterable |
MedicalImagingClient.listDICOMImportJobsPaginator(Consumer<ListDicomImportJobsRequest.Builder> listDicomImportJobsRequest)
List import jobs created by this AWS account for a specific data store.
|
default ListDICOMImportJobsPublisher |
MedicalImagingAsyncClient.listDICOMImportJobsPaginator(Consumer<ListDicomImportJobsRequest.Builder> listDicomImportJobsRequest)
List import jobs created by this AWS account for a specific data store.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDicomImportJobsRequest.Builder |
ListDicomImportJobsRequest.builder() |
ListDicomImportJobsRequest.Builder |
ListDicomImportJobsRequest.Builder.datastoreId(String datastoreId)
The data store identifier.
|
ListDicomImportJobsRequest.Builder |
ListDicomImportJobsRequest.Builder.jobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
|
ListDicomImportJobsRequest.Builder |
ListDicomImportJobsRequest.Builder.jobStatus(String jobStatus)
The filters for listing import jobs based on status.
|
ListDicomImportJobsRequest.Builder |
ListDicomImportJobsRequest.Builder.maxResults(Integer maxResults)
The max results count.
|
ListDicomImportJobsRequest.Builder |
ListDicomImportJobsRequest.Builder.nextToken(String nextToken)
The pagination token used to request the list of import jobs on the next page.
|
ListDicomImportJobsRequest.Builder |
ListDicomImportJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDicomImportJobsRequest.Builder |
ListDicomImportJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDicomImportJobsRequest.Builder |
ListDicomImportJobsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDicomImportJobsRequest.Builder> |
ListDicomImportJobsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.