Uses of Class
software.amazon.awssdk.services.transfer.model.CustomStepStatus
-
Packages that use CustomStepStatus Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of CustomStepStatus in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return CustomStepStatus Modifier and Type Method Description static CustomStepStatusCustomStepStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CustomStepStatusSendWorkflowStepStateRequest. status()Indicates whether the specified step succeeded or failed.static CustomStepStatusCustomStepStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomStepStatus[]CustomStepStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type CustomStepStatus Modifier and Type Method Description static Set<CustomStepStatus>CustomStepStatus. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type CustomStepStatus Modifier and Type Method Description SendWorkflowStepStateRequest.BuilderSendWorkflowStepStateRequest.Builder. status(CustomStepStatus status)Indicates whether the specified step succeeded or failed.
-