Uses of Class
software.amazon.awssdk.services.medicalimaging.model.ImageSetWorkflowStatus
-
Packages that use ImageSetWorkflowStatus Package Description software.amazon.awssdk.services.medicalimaging.model -
-
Uses of ImageSetWorkflowStatus in software.amazon.awssdk.services.medicalimaging.model
Methods in software.amazon.awssdk.services.medicalimaging.model that return ImageSetWorkflowStatus Modifier and Type Method Description static ImageSetWorkflowStatusImageSetWorkflowStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImageSetWorkflowStatusCopyDestinationImageSetProperties. imageSetWorkflowStatus()The image set workflow status of the destination image set properties.ImageSetWorkflowStatusCopySourceImageSetProperties. imageSetWorkflowStatus()The workflow status of the copied source image set.ImageSetWorkflowStatusDeleteImageSetResponse. imageSetWorkflowStatus()The image set workflow status.ImageSetWorkflowStatusGetImageSetResponse. imageSetWorkflowStatus()The image set workflow status.ImageSetWorkflowStatusImageSetProperties. imageSetWorkflowStatus()The image set workflow status.ImageSetWorkflowStatusUpdateImageSetMetadataResponse. imageSetWorkflowStatus()The image set workflow status.static ImageSetWorkflowStatusImageSetWorkflowStatus. 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.Methods in software.amazon.awssdk.services.medicalimaging.model that return types with arguments of type ImageSetWorkflowStatus Modifier and Type Method Description static Set<ImageSetWorkflowStatus>ImageSetWorkflowStatus. knownValues()Methods in software.amazon.awssdk.services.medicalimaging.model with parameters of type ImageSetWorkflowStatus Modifier and Type Method Description CopyDestinationImageSetProperties.BuilderCopyDestinationImageSetProperties.Builder. imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)The image set workflow status of the destination image set properties.CopySourceImageSetProperties.BuilderCopySourceImageSetProperties.Builder. imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)The workflow status of the copied source image set.DeleteImageSetResponse.BuilderDeleteImageSetResponse.Builder. imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)The image set workflow status.GetImageSetResponse.BuilderGetImageSetResponse.Builder. imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)The image set workflow status.ImageSetProperties.BuilderImageSetProperties.Builder. imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)The image set workflow status.UpdateImageSetMetadataResponse.BuilderUpdateImageSetMetadataResponse.Builder. imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)The image set workflow status.
-