Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.GetBrowserSessionRequest.Builder
Packages that use GetBrowserSessionRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of GetBrowserSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type GetBrowserSessionRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.getBrowserSession(Consumer<GetBrowserSessionRequest.Builder> getBrowserSessionRequest) Retrieves detailed information about a specific browser session in Amazon Bedrock AgentCore.default GetBrowserSessionResponseBedrockAgentCoreClient.getBrowserSession(Consumer<GetBrowserSessionRequest.Builder> getBrowserSessionRequest) Retrieves detailed information about a specific browser session in Amazon Bedrock AgentCore. -
Uses of GetBrowserSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return GetBrowserSessionRequest.BuilderModifier and TypeMethodDescriptionGetBrowserSessionRequest.Builder.browserIdentifier(String browserIdentifier) The unique identifier of the browser associated with the session.GetBrowserSessionRequest.builder()GetBrowserSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetBrowserSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The unique identifier of the browser session to retrieve.GetBrowserSessionRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type GetBrowserSessionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetBrowserSessionRequest.Builder>GetBrowserSessionRequest.serializableBuilderClass()