Uses of Class
software.amazon.awssdk.services.qconnect.model.CreateSessionRequest
-
Packages that use CreateSessionRequest Package Description software.amazon.awssdk.services.qconnect software.amazon.awssdk.services.qconnect.transform -
-
Uses of CreateSessionRequest in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect with parameters of type CreateSessionRequest Modifier and Type Method Description default CompletableFuture<CreateSessionResponse>QConnectAsyncClient. createSession(CreateSessionRequest createSessionRequest)Creates a session.default CreateSessionResponseQConnectClient. createSession(CreateSessionRequest createSessionRequest)Creates a session. -
Uses of CreateSessionRequest in software.amazon.awssdk.services.qconnect.transform
Methods in software.amazon.awssdk.services.qconnect.transform with parameters of type CreateSessionRequest Modifier and Type Method Description SdkHttpFullRequestCreateSessionRequestMarshaller. marshall(CreateSessionRequest createSessionRequest)
-