Uses of Interface
software.amazon.awssdk.services.qconnect.model.UpdateSessionResponse.Builder
-
Packages that use UpdateSessionResponse.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of UpdateSessionResponse.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return UpdateSessionResponse.Builder Modifier and Type Method Description static UpdateSessionResponse.BuilderUpdateSessionResponse. builder()default UpdateSessionResponse.BuilderUpdateSessionResponse.Builder. session(Consumer<SessionData.Builder> session)Sets the value of the Session property for this object.UpdateSessionResponse.BuilderUpdateSessionResponse.Builder. session(SessionData session)Sets the value of the Session property for this object.UpdateSessionResponse.BuilderUpdateSessionResponse. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type UpdateSessionResponse.Builder Modifier and Type Method Description static Class<? extends UpdateSessionResponse.Builder>UpdateSessionResponse. serializableBuilderClass()
-