Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.ListBrowserSessionsResponse
Packages that use ListBrowserSessionsResponse
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of ListBrowserSessionsResponse in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that return ListBrowserSessionsResponseModifier and TypeMethodDescriptiondefault ListBrowserSessionsResponseBedrockAgentCoreClient.listBrowserSessions(Consumer<ListBrowserSessionsRequest.Builder> listBrowserSessionsRequest) Retrieves a list of browser sessions in Amazon Bedrock AgentCore that match the specified criteria.default ListBrowserSessionsResponseBedrockAgentCoreClient.listBrowserSessions(ListBrowserSessionsRequest listBrowserSessionsRequest) Retrieves a list of browser sessions in Amazon Bedrock AgentCore that match the specified criteria.Methods in software.amazon.awssdk.services.bedrockagentcore that return types with arguments of type ListBrowserSessionsResponseModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.listBrowserSessions(Consumer<ListBrowserSessionsRequest.Builder> listBrowserSessionsRequest) Retrieves a list of browser sessions in Amazon Bedrock AgentCore that match the specified criteria.BedrockAgentCoreAsyncClient.listBrowserSessions(ListBrowserSessionsRequest listBrowserSessionsRequest) Retrieves a list of browser sessions in Amazon Bedrock AgentCore that match the specified criteria.