Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.FlowStatus
Packages that use FlowStatus
-
Uses of FlowStatus in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowStatusModifier and TypeMethodDescriptionstatic FlowStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FlowStatusCreateFlowResponse.status()The status of the flow.final FlowStatusCreateFlowVersionResponse.status()The status of the flow.final FlowStatusFlowSummary.status()The status of the flow.final FlowStatusFlowVersionSummary.status()The status of the flow.final FlowStatusGetFlowResponse.status()The status of the flow.final FlowStatusGetFlowVersionResponse.status()The status of the flow.final FlowStatusPrepareFlowResponse.status()The status of the flow.final FlowStatusUpdateFlowResponse.status()The status of the flow.static FlowStatusReturns 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.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowStatusMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowStatusModifier and TypeMethodDescriptionCreateFlowResponse.Builder.status(FlowStatus status) The status of the flow.CreateFlowVersionResponse.Builder.status(FlowStatus status) The status of the flow.FlowSummary.Builder.status(FlowStatus status) The status of the flow.FlowVersionSummary.Builder.status(FlowStatus status) The status of the flow.GetFlowResponse.Builder.status(FlowStatus status) The status of the flow.GetFlowVersionResponse.Builder.status(FlowStatus status) The status of the flow.PrepareFlowResponse.Builder.status(FlowStatus status) The status of the flow.UpdateFlowResponse.Builder.status(FlowStatus status) The status of the flow.