Uses of Interface
software.amazon.awssdk.services.qldbsession.model.EndSessionResult.Builder
-
Packages that use EndSessionResult.Builder Package Description software.amazon.awssdk.services.qldbsession.model -
-
Uses of EndSessionResult.Builder in software.amazon.awssdk.services.qldbsession.model
Methods in software.amazon.awssdk.services.qldbsession.model that return EndSessionResult.Builder Modifier and Type Method Description static EndSessionResult.BuilderEndSessionResult. builder()default EndSessionResult.BuilderEndSessionResult.Builder. timingInformation(Consumer<TimingInformation.Builder> timingInformation)Contains server-side performance information for the command.EndSessionResult.BuilderEndSessionResult.Builder. timingInformation(TimingInformation timingInformation)Contains server-side performance information for the command.EndSessionResult.BuilderEndSessionResult. toBuilder()Methods in software.amazon.awssdk.services.qldbsession.model that return types with arguments of type EndSessionResult.Builder Modifier and Type Method Description static Class<? extends EndSessionResult.Builder>EndSessionResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qldbsession.model with type arguments of type EndSessionResult.Builder Modifier and Type Method Description default SendCommandResponse.BuilderSendCommandResponse.Builder. endSession(Consumer<EndSessionResult.Builder> endSession)Contains the details of the ended session.
-