| Package | Description |
|---|---|
| com.amazonaws.services.medicalimaging.model |
| Modifier and Type | Method and Description |
|---|---|
ImageSetProperties |
ImageSetProperties.clone() |
ImageSetProperties |
ImageSetProperties.withCreatedAt(Date createdAt)
The timestamp when the image set properties were created.
|
ImageSetProperties |
ImageSetProperties.withDeletedAt(Date deletedAt)
The timestamp when the image set properties were deleted.
|
ImageSetProperties |
ImageSetProperties.withImageSetId(String imageSetId)
The image set identifier.
|
ImageSetProperties |
ImageSetProperties.withImageSetState(ImageSetState imageSetState)
The image set state.
|
ImageSetProperties |
ImageSetProperties.withImageSetState(String imageSetState)
The image set state.
|
ImageSetProperties |
ImageSetProperties.withImageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The image set workflow status.
|
ImageSetProperties |
ImageSetProperties.withImageSetWorkflowStatus(String imageSetWorkflowStatus)
The image set workflow status.
|
ImageSetProperties |
ImageSetProperties.withMessage(String message)
The error message thrown if an image set action fails.
|
ImageSetProperties |
ImageSetProperties.withUpdatedAt(Date updatedAt)
The timestamp when the image set properties were updated.
|
ImageSetProperties |
ImageSetProperties.withVersionId(String versionId)
The image set version identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageSetProperties> |
ListImageSetVersionsResult.getImageSetPropertiesList()
Lists all properties associated with an image set.
|
| Modifier and Type | Method and Description |
|---|---|
ListImageSetVersionsResult |
ListImageSetVersionsResult.withImageSetPropertiesList(ImageSetProperties... imageSetPropertiesList)
Lists all properties associated with an image set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImageSetVersionsResult.setImageSetPropertiesList(Collection<ImageSetProperties> imageSetPropertiesList)
Lists all properties associated with an image set.
|
ListImageSetVersionsResult |
ListImageSetVersionsResult.withImageSetPropertiesList(Collection<ImageSetProperties> imageSetPropertiesList)
Lists all properties associated with an image set.
|
Copyright © 2024. All rights reserved.