Uses of Class
software.amazon.awssdk.services.healthlake.model.DeleteFhirDatastoreRequest
-
Packages that use DeleteFhirDatastoreRequest 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.transform -
-
Uses of DeleteFhirDatastoreRequest in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake with parameters of type DeleteFhirDatastoreRequest Modifier and Type Method Description default CompletableFuture<DeleteFhirDatastoreResponse>HealthLakeAsyncClient. deleteFHIRDatastore(DeleteFhirDatastoreRequest deleteFhirDatastoreRequest)Deletes a data store.default DeleteFhirDatastoreResponseHealthLakeClient. deleteFHIRDatastore(DeleteFhirDatastoreRequest deleteFhirDatastoreRequest)Deletes a data store. -
Uses of DeleteFhirDatastoreRequest in software.amazon.awssdk.services.healthlake.transform
Methods in software.amazon.awssdk.services.healthlake.transform with parameters of type DeleteFhirDatastoreRequest Modifier and Type Method Description SdkHttpFullRequestDeleteFhirDatastoreRequestMarshaller. marshall(DeleteFhirDatastoreRequest deleteFhirDatastoreRequest)
-