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