Uses of Class
software.amazon.awssdk.services.qconnect.model.GetSessionResponse
-
Packages that use GetSessionResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of GetSessionResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return GetSessionResponse Modifier and Type Method Description default GetSessionResponseQConnectClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Retrieves information for a specified session.default GetSessionResponseQConnectClient. getSession(GetSessionRequest getSessionRequest)Retrieves information for a specified session.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type GetSessionResponse Modifier and Type Method Description default CompletableFuture<GetSessionResponse>QConnectAsyncClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Retrieves information for a specified session.default CompletableFuture<GetSessionResponse>QConnectAsyncClient. getSession(GetSessionRequest getSessionRequest)Retrieves information for a specified session.
-