| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
FlowStatus |
StopFlowResponse.flowStatus()
Indicates the current status of the flow.
|
FlowStatus |
DescribeFlowResponse.flowStatus()
Indicates the current status of the flow.
|
FlowStatus |
StartFlowResponse.flowStatus()
Indicates the current status of the flow.
|
FlowStatus |
UpdateFlowResponse.flowStatus()
Indicates the current status of the flow.
|
FlowStatus |
CreateFlowResponse.flowStatus()
Indicates the current status of the flow.
|
FlowStatus |
FlowDefinition.flowStatus()
Indicates the current status of the flow.
|
static FlowStatus |
FlowStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FlowStatus |
FlowStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowStatus[] |
FlowStatus.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<FlowStatus> |
FlowStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StopFlowResponse.Builder |
StopFlowResponse.Builder.flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
|
StartFlowResponse.Builder |
StartFlowResponse.Builder.flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
|
UpdateFlowResponse.Builder |
UpdateFlowResponse.Builder.flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
|
CreateFlowResponse.Builder |
CreateFlowResponse.Builder.flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
|
FlowDefinition.Builder |
FlowDefinition.Builder.flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
|
Copyright © 2022. All rights reserved.