Uses of Class
software.amazon.awssdk.services.qapps.model.GetQAppSessionMetadataResponse
-
Packages that use GetQAppSessionMetadataResponse 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. -
-
Uses of GetQAppSessionMetadataResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return GetQAppSessionMetadataResponse Modifier and Type Method Description default GetQAppSessionMetadataResponseQAppsClient. getQAppSessionMetadata(Consumer<GetQAppSessionMetadataRequest.Builder> getQAppSessionMetadataRequest)Retrieves the current configuration of a Q App session.default GetQAppSessionMetadataResponseQAppsClient. getQAppSessionMetadata(GetQAppSessionMetadataRequest getQAppSessionMetadataRequest)Retrieves the current configuration of a Q App session.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type GetQAppSessionMetadataResponse Modifier and Type Method Description default CompletableFuture<GetQAppSessionMetadataResponse>QAppsAsyncClient. getQAppSessionMetadata(Consumer<GetQAppSessionMetadataRequest.Builder> getQAppSessionMetadataRequest)Retrieves the current configuration of a Q App session.default CompletableFuture<GetQAppSessionMetadataResponse>QAppsAsyncClient. getQAppSessionMetadata(GetQAppSessionMetadataRequest getQAppSessionMetadataRequest)Retrieves the current configuration of a Q App session.
-