| Package | Description |
|---|---|
| com.amazonaws.services.medicalimaging.model |
| Modifier and Type | Method and Description |
|---|---|
DatastoreSummary |
DatastoreSummary.clone() |
DatastoreSummary |
DatastoreSummary.withCreatedAt(Date createdAt)
The timestamp when the data store was created.
|
DatastoreSummary |
DatastoreSummary.withDatastoreArn(String datastoreArn)
The Amazon Resource Name (ARN) for the data store.
|
DatastoreSummary |
DatastoreSummary.withDatastoreId(String datastoreId)
The data store identifier.
|
DatastoreSummary |
DatastoreSummary.withDatastoreName(String datastoreName)
The data store name.
|
DatastoreSummary |
DatastoreSummary.withDatastoreStatus(DatastoreStatus datastoreStatus)
The data store status.
|
DatastoreSummary |
DatastoreSummary.withDatastoreStatus(String datastoreStatus)
The data store status.
|
DatastoreSummary |
DatastoreSummary.withUpdatedAt(Date updatedAt)
The timestamp when the data store was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatastoreSummary> |
ListDatastoresResult.getDatastoreSummaries()
The list of summaries of data stores.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatastoresResult |
ListDatastoresResult.withDatastoreSummaries(DatastoreSummary... datastoreSummaries)
The list of summaries of data stores.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatastoresResult.setDatastoreSummaries(Collection<DatastoreSummary> datastoreSummaries)
The list of summaries of data stores.
|
ListDatastoresResult |
ListDatastoresResult.withDatastoreSummaries(Collection<DatastoreSummary> datastoreSummaries)
The list of summaries of data stores.
|
Copyright © 2024. All rights reserved.