| Package | Description |
|---|---|
| software.amazon.awssdk.services.medicalimaging.model | |
| software.amazon.awssdk.services.medicalimaging.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DatastoreSummary> |
ListDatastoresResponse.datastoreSummaries()
The list of summaries of data stores.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatastoresResponse.Builder |
ListDatastoresResponse.Builder.datastoreSummaries(DatastoreSummary... datastoreSummaries)
The list of summaries of data stores.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatastoresResponse.Builder |
ListDatastoresResponse.Builder.datastoreSummaries(Collection<DatastoreSummary> datastoreSummaries)
The list of summaries of data stores.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DatastoreSummary> |
ListDatastoresPublisher.datastoreSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DatastoreSummary> |
ListDatastoresIterable.datastoreSummaries()
Returns an iterable to iterate through the paginated
ListDatastoresResponse.datastoreSummaries() member. |
Copyright © 2023. All rights reserved.