Uses of Class
software.amazon.awssdk.services.healthlake.model.ListFhirDatastoresResponse
-
Packages that use ListFhirDatastoresResponse 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 ListFhirDatastoresResponse in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake that return ListFhirDatastoresResponse Modifier and Type Method Description default ListFhirDatastoresResponseHealthLakeClient. listFHIRDatastores(Consumer<ListFhirDatastoresRequest.Builder> listFhirDatastoresRequest)Lists all FHIR data stores that are in the user’s account, regardless of data store status.default ListFhirDatastoresResponseHealthLakeClient. listFHIRDatastores(ListFhirDatastoresRequest listFhirDatastoresRequest)Lists all FHIR data stores that are in the user’s account, regardless of data store status.Methods in software.amazon.awssdk.services.healthlake that return types with arguments of type ListFhirDatastoresResponse Modifier and Type Method Description default CompletableFuture<ListFhirDatastoresResponse>HealthLakeAsyncClient. listFHIRDatastores(Consumer<ListFhirDatastoresRequest.Builder> listFhirDatastoresRequest)Lists all FHIR data stores that are in the user’s account, regardless of data store status.default CompletableFuture<ListFhirDatastoresResponse>HealthLakeAsyncClient. listFHIRDatastores(ListFhirDatastoresRequest listFhirDatastoresRequest)Lists all FHIR data stores that are in the user’s account, regardless of data store status. -
Uses of ListFhirDatastoresResponse in software.amazon.awssdk.services.healthlake.paginators
Methods in software.amazon.awssdk.services.healthlake.paginators that return types with arguments of type ListFhirDatastoresResponse Modifier and Type Method Description Iterator<ListFhirDatastoresResponse>ListFHIRDatastoresIterable. iterator()Method parameters in software.amazon.awssdk.services.healthlake.paginators with type arguments of type ListFhirDatastoresResponse Modifier and Type Method Description voidListFHIRDatastoresPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFhirDatastoresResponse> subscriber)
-