Uses of Interface
software.amazon.awssdk.services.healthlake.model.ListFhirExportJobsRequest.Builder
-
Packages that use ListFhirExportJobsRequest.Builder Package Description software.amazon.awssdk.services.healthlake AWS 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 -
-
Uses of ListFhirExportJobsRequest.Builder in software.amazon.awssdk.services.healthlake
Method parameters in software.amazon.awssdk.services.healthlake with type arguments of type ListFhirExportJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListFhirExportJobsResponse>HealthLakeAsyncClient. listFHIRExportJobs(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest)Lists all FHIR export jobs associated with an account and their statuses.default ListFhirExportJobsResponseHealthLakeClient. listFHIRExportJobs(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest)Lists all FHIR export jobs associated with an account and their statuses.default ListFHIRExportJobsPublisherHealthLakeAsyncClient. listFHIRExportJobsPaginator(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest)Lists all FHIR export jobs associated with an account and their statuses.default ListFHIRExportJobsIterableHealthLakeClient. listFHIRExportJobsPaginator(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest)Lists all FHIR export jobs associated with an account and their statuses. -
Uses of ListFhirExportJobsRequest.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return ListFhirExportJobsRequest.Builder Modifier and Type Method Description static ListFhirExportJobsRequest.BuilderListFhirExportJobsRequest. builder()ListFhirExportJobsRequest.BuilderListFhirExportJobsRequest.Builder. datastoreId(String datastoreId)This parameter limits the response to the export job with the specified data store ID.ListFhirExportJobsRequest.BuilderListFhirExportJobsRequest.Builder. jobName(String jobName)This parameter limits the response to the export job with the specified job name.ListFhirExportJobsRequest.BuilderListFhirExportJobsRequest.Builder. jobStatus(String jobStatus)This parameter limits the response to the export jobs with the specified job status.ListFhirExportJobsRequest.BuilderListFhirExportJobsRequest.Builder. jobStatus(JobStatus jobStatus)This parameter limits the response to the export jobs with the specified job status.ListFhirExportJobsRequest.BuilderListFhirExportJobsRequest.Builder. maxResults(Integer maxResults)This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.ListFhirExportJobsRequest.BuilderListFhirExportJobsRequest.Builder. nextToken(String nextToken)A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.ListFhirExportJobsRequest.BuilderListFhirExportJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFhirExportJobsRequest.BuilderListFhirExportJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFhirExportJobsRequest.BuilderListFhirExportJobsRequest.Builder. submittedAfter(Instant submittedAfter)This parameter limits the response to FHIR export jobs submitted after a user specified date.ListFhirExportJobsRequest.BuilderListFhirExportJobsRequest.Builder. submittedBefore(Instant submittedBefore)This parameter limits the response to FHIR export jobs submitted before a user specified date.ListFhirExportJobsRequest.BuilderListFhirExportJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type ListFhirExportJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListFhirExportJobsRequest.Builder>ListFhirExportJobsRequest. serializableBuilderClass()
-