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