Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.CommandExecutionStatus
Packages that use CommandExecutionStatus
-
Uses of CommandExecutionStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return CommandExecutionStatusModifier and TypeMethodDescriptionstatic CommandExecutionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final CommandExecutionStatusContentStopEvent.status()The final status of the command execution.static CommandExecutionStatusReturns the enum constant of this type with the specified name.static CommandExecutionStatus[]CommandExecutionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type CommandExecutionStatusModifier and TypeMethodDescriptionstatic Set<CommandExecutionStatus>CommandExecutionStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type CommandExecutionStatusModifier and TypeMethodDescriptionContentStopEvent.Builder.status(CommandExecutionStatus status) The final status of the command execution.