Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.UpdateSessionResponse.Builder
Packages that use UpdateSessionResponse.Builder
-
Uses of UpdateSessionResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return UpdateSessionResponse.BuilderModifier and TypeMethodDescriptionUpdateSessionResponse.builder()The timestamp for when the session was created.UpdateSessionResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) The timestamp for when the session was last modified.UpdateSessionResponse.Builder.sessionArn(String sessionArn) The Amazon Resource Name (ARN) of the session that was updated.The unique identifier of the session you updated.UpdateSessionResponse.Builder.sessionStatus(String sessionStatus) The status of the session you updated.UpdateSessionResponse.Builder.sessionStatus(SessionStatus sessionStatus) The status of the session you updated.UpdateSessionResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type UpdateSessionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateSessionResponse.Builder>UpdateSessionResponse.serializableBuilderClass()