Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.SaveBrowserSessionProfileRequest.Builder
Packages that use SaveBrowserSessionProfileRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of SaveBrowserSessionProfileRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type SaveBrowserSessionProfileRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.saveBrowserSessionProfile(Consumer<SaveBrowserSessionProfileRequest.Builder> saveBrowserSessionProfileRequest) Saves the current state of a browser session as a reusable profile in Amazon Bedrock AgentCore.BedrockAgentCoreClient.saveBrowserSessionProfile(Consumer<SaveBrowserSessionProfileRequest.Builder> saveBrowserSessionProfileRequest) Saves the current state of a browser session as a reusable profile in Amazon Bedrock AgentCore. -
Uses of SaveBrowserSessionProfileRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SaveBrowserSessionProfileRequest.BuilderModifier and TypeMethodDescriptionSaveBrowserSessionProfileRequest.Builder.browserIdentifier(String browserIdentifier) The unique identifier of the browser associated with the session from which to save the profile.SaveBrowserSessionProfileRequest.builder()SaveBrowserSessionProfileRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.SaveBrowserSessionProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SaveBrowserSessionProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SaveBrowserSessionProfileRequest.Builder.profileIdentifier(String profileIdentifier) The unique identifier for the browser profile.The unique identifier of the browser session from which to save the profile.SaveBrowserSessionProfileRequest.toBuilder()The trace identifier for request tracking.SaveBrowserSessionProfileRequest.Builder.traceParent(String traceParent) The parent trace information for distributed tracing.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type SaveBrowserSessionProfileRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SaveBrowserSessionProfileRequest.Builder>SaveBrowserSessionProfileRequest.serializableBuilderClass()