| Package | Description |
|---|---|
| software.amazon.awssdk.services.medicalimaging.model |
| Modifier and Type | Method and Description |
|---|---|
static ImageSetWorkflowStatus |
ImageSetWorkflowStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ImageSetWorkflowStatus |
UpdateImageSetMetadataResponse.imageSetWorkflowStatus()
The image set workflow status.
|
ImageSetWorkflowStatus |
CopySourceImageSetProperties.imageSetWorkflowStatus()
The workflow status of the copied source image set.
|
ImageSetWorkflowStatus |
DeleteImageSetResponse.imageSetWorkflowStatus()
The image set workflow status.
|
ImageSetWorkflowStatus |
GetImageSetResponse.imageSetWorkflowStatus()
The image set workflow status.
|
ImageSetWorkflowStatus |
ImageSetProperties.imageSetWorkflowStatus()
The image set workflow status.
|
ImageSetWorkflowStatus |
CopyDestinationImageSetProperties.imageSetWorkflowStatus()
The image set workflow status of the destination image set properties.
|
static ImageSetWorkflowStatus |
ImageSetWorkflowStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageSetWorkflowStatus[] |
ImageSetWorkflowStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ImageSetWorkflowStatus> |
ImageSetWorkflowStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateImageSetMetadataResponse.Builder |
UpdateImageSetMetadataResponse.Builder.imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The image set workflow status.
|
CopySourceImageSetProperties.Builder |
CopySourceImageSetProperties.Builder.imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The workflow status of the copied source image set.
|
DeleteImageSetResponse.Builder |
DeleteImageSetResponse.Builder.imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The image set workflow status.
|
GetImageSetResponse.Builder |
GetImageSetResponse.Builder.imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The image set workflow status.
|
ImageSetProperties.Builder |
ImageSetProperties.Builder.imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The image set workflow status.
|
CopyDestinationImageSetProperties.Builder |
CopyDestinationImageSetProperties.Builder.imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The image set workflow status of the destination image set properties.
|
Copyright © 2023. All rights reserved.