Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ListBrowserSessionsRequest.Builder
Packages that use ListBrowserSessionsRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of ListBrowserSessionsRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type ListBrowserSessionsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.listBrowserSessions(Consumer<ListBrowserSessionsRequest.Builder> listBrowserSessionsRequest) Retrieves a list of browser sessions in Amazon Bedrock AgentCore that match the specified criteria.default ListBrowserSessionsResponseBedrockAgentCoreClient.listBrowserSessions(Consumer<ListBrowserSessionsRequest.Builder> listBrowserSessionsRequest) Retrieves a list of browser sessions in Amazon Bedrock AgentCore that match the specified criteria. -
Uses of ListBrowserSessionsRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ListBrowserSessionsRequest.BuilderModifier and TypeMethodDescriptionListBrowserSessionsRequest.Builder.browserIdentifier(String browserIdentifier) The unique identifier of the browser to list sessions for.ListBrowserSessionsRequest.builder()ListBrowserSessionsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in a single call.The token for the next set of results.ListBrowserSessionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListBrowserSessionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The status of the browser sessions to list.ListBrowserSessionsRequest.Builder.status(BrowserSessionStatus status) The status of the browser sessions to list.ListBrowserSessionsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ListBrowserSessionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListBrowserSessionsRequest.Builder>ListBrowserSessionsRequest.serializableBuilderClass()