Uses of Class
software.amazon.awssdk.services.healthlake.model.ListFhirExportJobsResponse
-
Packages that use ListFhirExportJobsResponse 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 ListFhirExportJobsResponse in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake that return ListFhirExportJobsResponse Modifier and Type Method Description default ListFhirExportJobsResponseHealthLakeClient. listFHIRExportJobs(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest)Lists all FHIR export jobs associated with an account and their statuses.default ListFhirExportJobsResponseHealthLakeClient. listFHIRExportJobs(ListFhirExportJobsRequest listFhirExportJobsRequest)Lists all FHIR export jobs associated with an account and their statuses.Methods in software.amazon.awssdk.services.healthlake that return types with arguments of type ListFhirExportJobsResponse 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 CompletableFuture<ListFhirExportJobsResponse>HealthLakeAsyncClient. listFHIRExportJobs(ListFhirExportJobsRequest listFhirExportJobsRequest)Lists all FHIR export jobs associated with an account and their statuses. -
Uses of ListFhirExportJobsResponse in software.amazon.awssdk.services.healthlake.paginators
Methods in software.amazon.awssdk.services.healthlake.paginators that return types with arguments of type ListFhirExportJobsResponse Modifier and Type Method Description Iterator<ListFhirExportJobsResponse>ListFHIRExportJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.healthlake.paginators with type arguments of type ListFhirExportJobsResponse Modifier and Type Method Description voidListFHIRExportJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFhirExportJobsResponse> subscriber)
-