Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.SessionStatus
Packages that use SessionStatus
-
Uses of SessionStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.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 SessionStatusGetResourceOauth2TokenResponse.sessionStatus()Status indicating whether the user's authorization session is in progress or has failed.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.bedrockagentcore.model that return types with arguments of type SessionStatusMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type SessionStatusModifier and TypeMethodDescriptionGetResourceOauth2TokenResponse.Builder.sessionStatus(SessionStatus sessionStatus) Status indicating whether the user's authorization session is in progress or has failed.