Uses of Interface
software.amazon.awssdk.services.qapps.model.StartQAppSessionResponse.Builder
-
Packages that use StartQAppSessionResponse.Builder Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of StartQAppSessionResponse.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return StartQAppSessionResponse.Builder Modifier and Type Method Description static StartQAppSessionResponse.BuilderStartQAppSessionResponse. builder()StartQAppSessionResponse.BuilderStartQAppSessionResponse.Builder. sessionArn(String sessionArn)The Amazon Resource Name (ARN) of the new Q App session.StartQAppSessionResponse.BuilderStartQAppSessionResponse.Builder. sessionId(String sessionId)The unique identifier of the new Q App session.StartQAppSessionResponse.BuilderStartQAppSessionResponse. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type StartQAppSessionResponse.Builder Modifier and Type Method Description static Class<? extends StartQAppSessionResponse.Builder>StartQAppSessionResponse. serializableBuilderClass()
-