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