Uses of Class
software.amazon.awssdk.services.medicalimaging.model.GetDatastoreResponse
-
Packages that use GetDatastoreResponse Package Description software.amazon.awssdk.services.medicalimaging This is the AWS HealthImaging API Reference. -
-
Uses of GetDatastoreResponse in software.amazon.awssdk.services.medicalimaging
Methods in software.amazon.awssdk.services.medicalimaging that return GetDatastoreResponse Modifier and Type Method Description default GetDatastoreResponseMedicalImagingClient. getDatastore(Consumer<GetDatastoreRequest.Builder> getDatastoreRequest)Get data store properties.default GetDatastoreResponseMedicalImagingClient. getDatastore(GetDatastoreRequest getDatastoreRequest)Get data store properties.Methods in software.amazon.awssdk.services.medicalimaging that return types with arguments of type GetDatastoreResponse Modifier and Type Method Description default CompletableFuture<GetDatastoreResponse>MedicalImagingAsyncClient. getDatastore(Consumer<GetDatastoreRequest.Builder> getDatastoreRequest)Get data store properties.default CompletableFuture<GetDatastoreResponse>MedicalImagingAsyncClient. getDatastore(GetDatastoreRequest getDatastoreRequest)Get data store properties.
-