Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.BrowserSessionStatus
Packages that use BrowserSessionStatus
-
Uses of BrowserSessionStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BrowserSessionStatusModifier and TypeMethodDescriptionstatic BrowserSessionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final BrowserSessionStatusBrowserSessionSummary.status()The current status of the browser session.final BrowserSessionStatusGetBrowserSessionResponse.status()The current status of the browser session.final BrowserSessionStatusListBrowserSessionsRequest.status()The status of the browser sessions to list.static BrowserSessionStatusReturns the enum constant of this type with the specified name.static BrowserSessionStatus[]BrowserSessionStatus.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 BrowserSessionStatusModifier and TypeMethodDescriptionstatic Set<BrowserSessionStatus>BrowserSessionStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type BrowserSessionStatusModifier and TypeMethodDescriptionBrowserSessionSummary.Builder.status(BrowserSessionStatus status) The current status of the browser session.GetBrowserSessionResponse.Builder.status(BrowserSessionStatus status) The current status of the browser session.ListBrowserSessionsRequest.Builder.status(BrowserSessionStatus status) The status of the browser sessions to list.