Uses of Class
software.amazon.awssdk.services.medicalimaging.model.DatastoreSummary
-
Packages that use DatastoreSummary Package Description software.amazon.awssdk.services.medicalimaging.model software.amazon.awssdk.services.medicalimaging.paginators -
-
Uses of DatastoreSummary in software.amazon.awssdk.services.medicalimaging.model
Methods in software.amazon.awssdk.services.medicalimaging.model that return types with arguments of type DatastoreSummary Modifier and Type Method Description List<DatastoreSummary>ListDatastoresResponse. datastoreSummaries()The list of summaries of data stores.Methods in software.amazon.awssdk.services.medicalimaging.model with parameters of type DatastoreSummary Modifier and Type Method Description ListDatastoresResponse.BuilderListDatastoresResponse.Builder. datastoreSummaries(DatastoreSummary... datastoreSummaries)The list of summaries of data stores.Method parameters in software.amazon.awssdk.services.medicalimaging.model with type arguments of type DatastoreSummary Modifier and Type Method Description ListDatastoresResponse.BuilderListDatastoresResponse.Builder. datastoreSummaries(Collection<DatastoreSummary> datastoreSummaries)The list of summaries of data stores. -
Uses of DatastoreSummary in software.amazon.awssdk.services.medicalimaging.paginators
Methods in software.amazon.awssdk.services.medicalimaging.paginators that return types with arguments of type DatastoreSummary Modifier and Type Method Description SdkIterable<DatastoreSummary>ListDatastoresIterable. datastoreSummaries()Returns an iterable to iterate through the paginatedListDatastoresResponse.datastoreSummaries()member.SdkPublisher<DatastoreSummary>ListDatastoresPublisher. datastoreSummaries()Returns a publisher that can be used to get a stream of data.
-