Uses of Class
software.amazon.awssdk.services.medicalimaging.model.ListDatastoresResponse
-
Packages that use ListDatastoresResponse Package Description software.amazon.awssdk.services.medicalimaging This is the AWS HealthImaging API Reference.software.amazon.awssdk.services.medicalimaging.paginators -
-
Uses of ListDatastoresResponse in software.amazon.awssdk.services.medicalimaging
Methods in software.amazon.awssdk.services.medicalimaging that return ListDatastoresResponse Modifier and Type Method Description default ListDatastoresResponseMedicalImagingClient. listDatastores(Consumer<ListDatastoresRequest.Builder> listDatastoresRequest)List data stores.default ListDatastoresResponseMedicalImagingClient. listDatastores(ListDatastoresRequest listDatastoresRequest)List data stores.Methods in software.amazon.awssdk.services.medicalimaging that return types with arguments of type ListDatastoresResponse Modifier and Type Method Description default CompletableFuture<ListDatastoresResponse>MedicalImagingAsyncClient. listDatastores(Consumer<ListDatastoresRequest.Builder> listDatastoresRequest)List data stores.default CompletableFuture<ListDatastoresResponse>MedicalImagingAsyncClient. listDatastores(ListDatastoresRequest listDatastoresRequest)List data stores. -
Uses of ListDatastoresResponse in software.amazon.awssdk.services.medicalimaging.paginators
Methods in software.amazon.awssdk.services.medicalimaging.paginators that return types with arguments of type ListDatastoresResponse Modifier and Type Method Description Iterator<ListDatastoresResponse>ListDatastoresIterable. iterator()Method parameters in software.amazon.awssdk.services.medicalimaging.paginators with type arguments of type ListDatastoresResponse Modifier and Type Method Description voidListDatastoresPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDatastoresResponse> subscriber)
-