| Package | Description |
|---|---|
| com.amazonaws.services.medicalimaging.model |
| Modifier and Type | Method and Description |
|---|---|
CopySourceImageSetProperties |
CopySourceImageSetProperties.clone() |
CopySourceImageSetProperties |
CopyImageSetResult.getSourceImageSetProperties()
The properties of the source image set.
|
CopySourceImageSetProperties |
CopySourceImageSetProperties.withCreatedAt(Date createdAt)
The timestamp when the source image set properties were created.
|
CopySourceImageSetProperties |
CopySourceImageSetProperties.withImageSetArn(String imageSetArn)
The Amazon Resource Name (ARN) assigned to the source image set.
|
CopySourceImageSetProperties |
CopySourceImageSetProperties.withImageSetId(String imageSetId)
The image set identifier for the copied source image set.
|
CopySourceImageSetProperties |
CopySourceImageSetProperties.withImageSetState(ImageSetState imageSetState)
The image set state of the copied source image set.
|
CopySourceImageSetProperties |
CopySourceImageSetProperties.withImageSetState(String imageSetState)
The image set state of the copied source image set.
|
CopySourceImageSetProperties |
CopySourceImageSetProperties.withImageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The workflow status of the copied source image set.
|
CopySourceImageSetProperties |
CopySourceImageSetProperties.withImageSetWorkflowStatus(String imageSetWorkflowStatus)
The workflow status of the copied source image set.
|
CopySourceImageSetProperties |
CopySourceImageSetProperties.withLatestVersionId(String latestVersionId)
The latest version identifier for the copied source image set.
|
CopySourceImageSetProperties |
CopySourceImageSetProperties.withUpdatedAt(Date updatedAt)
The timestamp when the source image set properties were updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CopyImageSetResult.setSourceImageSetProperties(CopySourceImageSetProperties sourceImageSetProperties)
The properties of the source image set.
|
CopyImageSetResult |
CopyImageSetResult.withSourceImageSetProperties(CopySourceImageSetProperties sourceImageSetProperties)
The properties of the source image set.
|
Copyright © 2024. All rights reserved.