Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.CodeInterpreterSessionStatus
Packages that use CodeInterpreterSessionStatus
-
Uses of CodeInterpreterSessionStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return CodeInterpreterSessionStatusModifier and TypeMethodDescriptionstatic CodeInterpreterSessionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.CodeInterpreterSessionSummary.status()The current status of the code interpreter session.GetCodeInterpreterSessionResponse.status()The current status of the code interpreter session.ListCodeInterpreterSessionsRequest.status()The status of the code interpreter sessions to list.static CodeInterpreterSessionStatusReturns the enum constant of this type with the specified name.static CodeInterpreterSessionStatus[]CodeInterpreterSessionStatus.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 CodeInterpreterSessionStatusModifier and TypeMethodDescriptionstatic Set<CodeInterpreterSessionStatus>CodeInterpreterSessionStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type CodeInterpreterSessionStatusModifier and TypeMethodDescriptionCodeInterpreterSessionSummary.Builder.status(CodeInterpreterSessionStatus status) The current status of the code interpreter session.GetCodeInterpreterSessionResponse.Builder.status(CodeInterpreterSessionStatus status) The current status of the code interpreter session.ListCodeInterpreterSessionsRequest.Builder.status(CodeInterpreterSessionStatus status) The status of the code interpreter sessions to list.