| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static EngineWorkflowStatus |
EngineWorkflowStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EngineWorkflowStatus |
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.status()
The status of the update engine execution.
|
EngineWorkflowStatus |
NotifyProvisionProductEngineWorkflowResultRequest.status()
The status of the provisioning engine execution.
|
EngineWorkflowStatus |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.status()
The status of the terminate engine execution.
|
static EngineWorkflowStatus |
EngineWorkflowStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EngineWorkflowStatus> |
EngineWorkflowStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder.status(EngineWorkflowStatus status)
The status of the update engine execution.
|
NotifyProvisionProductEngineWorkflowResultRequest.Builder |
NotifyProvisionProductEngineWorkflowResultRequest.Builder.status(EngineWorkflowStatus status)
The status of the provisioning engine execution.
|
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder.status(EngineWorkflowStatus status)
The status of the terminate engine execution.
|
Copyright © 2023. All rights reserved.