| Package | Description |
|---|---|
| com.amazonaws.services.medicalimaging.model |
| Modifier and Type | Method and Description |
|---|---|
DatastoreProperties |
DatastoreProperties.clone() |
DatastoreProperties |
GetDatastoreResult.getDatastoreProperties()
The data store properties.
|
DatastoreProperties |
DatastoreProperties.withCreatedAt(Date createdAt)
The timestamp when the data store was created.
|
DatastoreProperties |
DatastoreProperties.withDatastoreArn(String datastoreArn)
The Amazon Resource Name (ARN) for the data store.
|
DatastoreProperties |
DatastoreProperties.withDatastoreId(String datastoreId)
The data store identifier.
|
DatastoreProperties |
DatastoreProperties.withDatastoreName(String datastoreName)
The data store name.
|
DatastoreProperties |
DatastoreProperties.withDatastoreStatus(DatastoreStatus datastoreStatus)
The data store status.
|
DatastoreProperties |
DatastoreProperties.withDatastoreStatus(String datastoreStatus)
The data store status.
|
DatastoreProperties |
DatastoreProperties.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
|
DatastoreProperties |
DatastoreProperties.withUpdatedAt(Date updatedAt)
The timestamp when the data store was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDatastoreResult.setDatastoreProperties(DatastoreProperties datastoreProperties)
The data store properties.
|
GetDatastoreResult |
GetDatastoreResult.withDatastoreProperties(DatastoreProperties datastoreProperties)
The data store properties.
|
Copyright © 2024. All rights reserved.