Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.SessionStatus
Packages that use SessionStatus
-
Uses of SessionStatus in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return SessionStatusModifier and TypeMethodDescriptionstatic SessionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SessionStatusCreateSessionResponse.sessionStatus()The current status of the session.final SessionStatusEndSessionResponse.sessionStatus()The current status of the session you ended.final SessionStatusGetSessionResponse.sessionStatus()The current status of the session.final SessionStatusSessionSummary.sessionStatus()The current status of the session.final SessionStatusUpdateSessionResponse.sessionStatus()The status of the session you updated.static SessionStatusReturns the enum constant of this type with the specified name.static SessionStatus[]SessionStatus.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 SessionStatusMethods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type SessionStatusModifier and TypeMethodDescriptionCreateSessionResponse.Builder.sessionStatus(SessionStatus sessionStatus) The current status of the session.EndSessionResponse.Builder.sessionStatus(SessionStatus sessionStatus) The current status of the session you ended.GetSessionResponse.Builder.sessionStatus(SessionStatus sessionStatus) The current status of the session.SessionSummary.Builder.sessionStatus(SessionStatus sessionStatus) The current status of the session.UpdateSessionResponse.Builder.sessionStatus(SessionStatus sessionStatus) The status of the session you updated.