| Package | Description |
|---|---|
| com.amazonaws.services.medicalimaging |
This is the AWS HealthImaging API Reference.
|
| com.amazonaws.services.medicalimaging.model |
| Modifier and Type | Method and Description |
|---|---|
ListDatastoresResult |
AbstractAWSMedicalImaging.listDatastores(ListDatastoresRequest request) |
ListDatastoresResult |
AWSMedicalImagingClient.listDatastores(ListDatastoresRequest request)
List data stores.
|
ListDatastoresResult |
AWSMedicalImaging.listDatastores(ListDatastoresRequest listDatastoresRequest)
List data stores.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDatastoresResult> |
AWSMedicalImagingAsyncClient.listDatastoresAsync(ListDatastoresRequest request,
AsyncHandler<ListDatastoresRequest,ListDatastoresResult> asyncHandler) |
Future<ListDatastoresResult> |
AbstractAWSMedicalImagingAsync.listDatastoresAsync(ListDatastoresRequest request,
AsyncHandler<ListDatastoresRequest,ListDatastoresResult> asyncHandler) |
Future<ListDatastoresResult> |
AWSMedicalImagingAsync.listDatastoresAsync(ListDatastoresRequest listDatastoresRequest,
AsyncHandler<ListDatastoresRequest,ListDatastoresResult> asyncHandler)
List data stores.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatastoresResult |
ListDatastoresResult.clone() |
ListDatastoresResult |
ListDatastoresResult.withDatastoreSummaries(Collection<DatastoreSummary> datastoreSummaries)
The list of summaries of data stores.
|
ListDatastoresResult |
ListDatastoresResult.withDatastoreSummaries(DatastoreSummary... datastoreSummaries)
The list of summaries of data stores.
|
ListDatastoresResult |
ListDatastoresResult.withNextToken(String nextToken)
The pagination token used to retrieve the list of data stores on the next page.
|
Copyright © 2025. All rights reserved.