| Package | Description |
|---|---|
| software.amazon.awssdk.services.healthlake |
Amazon HealthLake is a HIPAA eligibile service that allows customers to store, transform, query, and analyze their
FHIR-formatted data in a consistent fashion in the cloud.
|
| software.amazon.awssdk.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
default ListFhirExportJobsResponse |
HealthLakeClient.listFHIRExportJobs(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest)
Lists all FHIR export jobs associated with an account and their statuses.
|
default CompletableFuture<ListFhirExportJobsResponse> |
HealthLakeAsyncClient.listFHIRExportJobs(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest)
Lists all FHIR export jobs associated with an account and their statuses.
|
default ListFHIRExportJobsIterable |
HealthLakeClient.listFHIRExportJobsPaginator(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest)
Lists all FHIR export jobs associated with an account and their statuses.
|
default ListFHIRExportJobsPublisher |
HealthLakeAsyncClient.listFHIRExportJobsPaginator(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest)
Lists all FHIR export jobs associated with an account and their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
static ListFhirExportJobsRequest.Builder |
ListFhirExportJobsRequest.builder() |
ListFhirExportJobsRequest.Builder |
ListFhirExportJobsRequest.Builder.datastoreId(String datastoreId)
This parameter limits the response to the export job with the specified Data Store ID.
|
ListFhirExportJobsRequest.Builder |
ListFhirExportJobsRequest.Builder.jobName(String jobName)
This parameter limits the response to the export job with the specified job name.
|
ListFhirExportJobsRequest.Builder |
ListFhirExportJobsRequest.Builder.jobStatus(JobStatus jobStatus)
This parameter limits the response to the export jobs with the specified job status.
|
ListFhirExportJobsRequest.Builder |
ListFhirExportJobsRequest.Builder.jobStatus(String jobStatus)
This parameter limits the response to the export jobs with the specified job status.
|
ListFhirExportJobsRequest.Builder |
ListFhirExportJobsRequest.Builder.maxResults(Integer maxResults)
This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified
by the user.
|
ListFhirExportJobsRequest.Builder |
ListFhirExportJobsRequest.Builder.nextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.
|
ListFhirExportJobsRequest.Builder |
ListFhirExportJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFhirExportJobsRequest.Builder |
ListFhirExportJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFhirExportJobsRequest.Builder |
ListFhirExportJobsRequest.Builder.submittedAfter(Instant submittedAfter)
This parameter limits the response to FHIR export jobs submitted after a user specified date.
|
ListFhirExportJobsRequest.Builder |
ListFhirExportJobsRequest.Builder.submittedBefore(Instant submittedBefore)
This parameter limits the response to FHIR export jobs submitted before a user specified date.
|
ListFhirExportJobsRequest.Builder |
ListFhirExportJobsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFhirExportJobsRequest.Builder> |
ListFhirExportJobsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.