Uses of Class
software.amazon.awssdk.services.medicalimaging.model.ListDatastoresRequest
-
Packages that use ListDatastoresRequest Package Description software.amazon.awssdk.services.medicalimaging This is the AWS HealthImaging API Reference.software.amazon.awssdk.services.medicalimaging.paginators software.amazon.awssdk.services.medicalimaging.transform -
-
Uses of ListDatastoresRequest in software.amazon.awssdk.services.medicalimaging
Methods in software.amazon.awssdk.services.medicalimaging with parameters of type ListDatastoresRequest Modifier and Type Method Description default CompletableFuture<ListDatastoresResponse>MedicalImagingAsyncClient. listDatastores(ListDatastoresRequest listDatastoresRequest)List data stores.default ListDatastoresResponseMedicalImagingClient. listDatastores(ListDatastoresRequest listDatastoresRequest)List data stores.default ListDatastoresPublisherMedicalImagingAsyncClient. listDatastoresPaginator(ListDatastoresRequest listDatastoresRequest)List data stores.default ListDatastoresIterableMedicalImagingClient. listDatastoresPaginator(ListDatastoresRequest listDatastoresRequest)List data stores. -
Uses of ListDatastoresRequest in software.amazon.awssdk.services.medicalimaging.paginators
Constructors in software.amazon.awssdk.services.medicalimaging.paginators with parameters of type ListDatastoresRequest Constructor Description ListDatastoresIterable(MedicalImagingClient client, ListDatastoresRequest firstRequest)ListDatastoresPublisher(MedicalImagingAsyncClient client, ListDatastoresRequest firstRequest) -
Uses of ListDatastoresRequest in software.amazon.awssdk.services.medicalimaging.transform
Methods in software.amazon.awssdk.services.medicalimaging.transform with parameters of type ListDatastoresRequest Modifier and Type Method Description SdkHttpFullRequestListDatastoresRequestMarshaller. marshall(ListDatastoresRequest listDatastoresRequest)
-