Uses of Class
software.amazon.awssdk.services.servicecatalog.model.EngineWorkflowStatus
-
Packages that use EngineWorkflowStatus Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of EngineWorkflowStatus in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return EngineWorkflowStatus Modifier and Type Method Description static EngineWorkflowStatusEngineWorkflowStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EngineWorkflowStatusNotifyProvisionProductEngineWorkflowResultRequest. status()The status of the provisioning engine execution.EngineWorkflowStatusNotifyTerminateProvisionedProductEngineWorkflowResultRequest. status()The status of the terminate engine execution.EngineWorkflowStatusNotifyUpdateProvisionedProductEngineWorkflowResultRequest. status()The status of the update engine execution.static EngineWorkflowStatusEngineWorkflowStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EngineWorkflowStatus[]EngineWorkflowStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type EngineWorkflowStatus Modifier and Type Method Description static Set<EngineWorkflowStatus>EngineWorkflowStatus. knownValues()Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type EngineWorkflowStatus Modifier and Type Method Description NotifyProvisionProductEngineWorkflowResultRequest.BuilderNotifyProvisionProductEngineWorkflowResultRequest.Builder. status(EngineWorkflowStatus status)The status of the provisioning engine execution.NotifyTerminateProvisionedProductEngineWorkflowResultRequest.BuilderNotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder. status(EngineWorkflowStatus status)The status of the terminate engine execution.NotifyUpdateProvisionedProductEngineWorkflowResultRequest.BuilderNotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder. status(EngineWorkflowStatus status)The status of the update engine execution.
-