Uses of Class
software.amazon.awssdk.services.qapps.model.UpdateQAppSessionMetadataRequest
-
Packages that use UpdateQAppSessionMetadataRequest 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 UpdateQAppSessionMetadataRequest in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps with parameters of type UpdateQAppSessionMetadataRequest Modifier and Type Method Description default CompletableFuture<UpdateQAppSessionMetadataResponse>QAppsAsyncClient. updateQAppSessionMetadata(UpdateQAppSessionMetadataRequest updateQAppSessionMetadataRequest)Updates the configuration metadata of a session for a given Q AppsessionId.default UpdateQAppSessionMetadataResponseQAppsClient. updateQAppSessionMetadata(UpdateQAppSessionMetadataRequest updateQAppSessionMetadataRequest)Updates the configuration metadata of a session for a given Q AppsessionId. -
Uses of UpdateQAppSessionMetadataRequest in software.amazon.awssdk.services.qapps.transform
Methods in software.amazon.awssdk.services.qapps.transform with parameters of type UpdateQAppSessionMetadataRequest Modifier and Type Method Description SdkHttpFullRequestUpdateQAppSessionMetadataRequestMarshaller. marshall(UpdateQAppSessionMetadataRequest updateQAppSessionMetadataRequest)
-