Uses of Class
software.amazon.awssdk.services.healthlake.model.ListFhirImportJobsResponse
-
Packages that use ListFhirImportJobsResponse 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.paginators -
-
Uses of ListFhirImportJobsResponse in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake that return ListFhirImportJobsResponse Modifier and Type Method Description default ListFhirImportJobsResponseHealthLakeClient. listFHIRImportJobs(Consumer<ListFhirImportJobsRequest.Builder> listFhirImportJobsRequest)Lists all FHIR import jobs associated with an account and their statuses.default ListFhirImportJobsResponseHealthLakeClient. listFHIRImportJobs(ListFhirImportJobsRequest listFhirImportJobsRequest)Lists all FHIR import jobs associated with an account and their statuses.Methods in software.amazon.awssdk.services.healthlake that return types with arguments of type ListFhirImportJobsResponse Modifier and Type Method Description default CompletableFuture<ListFhirImportJobsResponse>HealthLakeAsyncClient. listFHIRImportJobs(Consumer<ListFhirImportJobsRequest.Builder> listFhirImportJobsRequest)Lists all FHIR import jobs associated with an account and their statuses.default CompletableFuture<ListFhirImportJobsResponse>HealthLakeAsyncClient. listFHIRImportJobs(ListFhirImportJobsRequest listFhirImportJobsRequest)Lists all FHIR import jobs associated with an account and their statuses. -
Uses of ListFhirImportJobsResponse in software.amazon.awssdk.services.healthlake.paginators
Methods in software.amazon.awssdk.services.healthlake.paginators that return types with arguments of type ListFhirImportJobsResponse Modifier and Type Method Description Iterator<ListFhirImportJobsResponse>ListFHIRImportJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.healthlake.paginators with type arguments of type ListFhirImportJobsResponse Modifier and Type Method Description voidListFHIRImportJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFhirImportJobsResponse> subscriber)
-