Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.UpdateSessionRequest.Builder
Packages that use UpdateSessionRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of UpdateSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type UpdateSessionRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateSessionResponse>BedrockAgentRuntimeAsyncClient.updateSession(Consumer<UpdateSessionRequest.Builder> updateSessionRequest) Updates the metadata or encryption settings of a session.default UpdateSessionResponseBedrockAgentRuntimeClient.updateSession(Consumer<UpdateSessionRequest.Builder> updateSessionRequest) Updates the metadata or encryption settings of a session. -
Uses of UpdateSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return UpdateSessionRequest.BuilderModifier and TypeMethodDescriptionstatic UpdateSessionRequest.BuilderUpdateSessionRequest.builder()UpdateSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateSessionRequest.Builder.sessionIdentifier(String sessionIdentifier) The unique identifier of the session to modify.UpdateSessionRequest.Builder.sessionMetadata(Map<String, String> sessionMetadata) A map of key-value pairs containing attributes to be persisted across the session.UpdateSessionRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type UpdateSessionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateSessionRequest.Builder>UpdateSessionRequest.serializableBuilderClass()