Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionStatus
Packages that use FlowExecutionStatus
-
Uses of FlowExecutionStatus in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionStatusModifier and TypeMethodDescriptionstatic FlowExecutionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FlowExecutionStatusFlowExecutionSummary.status()The current status of the flow execution.final FlowExecutionStatusGetFlowExecutionResponse.status()The current status of the flow execution.final FlowExecutionStatusStopFlowExecutionResponse.status()The updated status of the flow execution after the stop request.static FlowExecutionStatusReturns the enum constant of this type with the specified name.static FlowExecutionStatus[]FlowExecutionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowExecutionStatusModifier and TypeMethodDescriptionstatic Set<FlowExecutionStatus>FlowExecutionStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowExecutionStatusModifier and TypeMethodDescriptionFlowExecutionSummary.Builder.status(FlowExecutionStatus status) The current status of the flow execution.GetFlowExecutionResponse.Builder.status(FlowExecutionStatus status) The current status of the flow execution.StopFlowExecutionResponse.Builder.status(FlowExecutionStatus status) The updated status of the flow execution after the stop request.