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