Uses of Class
software.amazon.awssdk.services.qapps.model.GetQAppSessionRequest
-
Packages that use GetQAppSessionRequest Package Description software.amazon.awssdk.services.qapps The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience.software.amazon.awssdk.services.qapps.transform -
-
Uses of GetQAppSessionRequest in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps with parameters of type GetQAppSessionRequest Modifier and Type Method Description default CompletableFuture<GetQAppSessionResponse>QAppsAsyncClient. getQAppSession(GetQAppSessionRequest getQAppSessionRequest)Retrieves the current state and results for an active session of an Amazon Q App.default GetQAppSessionResponseQAppsClient. getQAppSession(GetQAppSessionRequest getQAppSessionRequest)Retrieves the current state and results for an active session of an Amazon Q App. -
Uses of GetQAppSessionRequest in software.amazon.awssdk.services.qapps.transform
Methods in software.amazon.awssdk.services.qapps.transform with parameters of type GetQAppSessionRequest Modifier and Type Method Description SdkHttpFullRequestGetQAppSessionRequestMarshaller. marshall(GetQAppSessionRequest getQAppSessionRequest)
-