Uses of Class
software.amazon.awssdk.services.wisdom.model.AppIntegrationsConfiguration
-
Packages that use AppIntegrationsConfiguration Package Description software.amazon.awssdk.services.wisdom.model -
-
Uses of AppIntegrationsConfiguration in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return AppIntegrationsConfiguration Modifier and Type Method Description AppIntegrationsConfigurationSourceConfiguration. appIntegrations()Configuration information for Amazon AppIntegrations to automatically ingest content.Methods in software.amazon.awssdk.services.wisdom.model with parameters of type AppIntegrationsConfiguration Modifier and Type Method Description SourceConfiguration.BuilderSourceConfiguration.Builder. appIntegrations(AppIntegrationsConfiguration appIntegrations)Configuration information for Amazon AppIntegrations to automatically ingest content.static SourceConfigurationSourceConfiguration. fromAppIntegrations(AppIntegrationsConfiguration appIntegrations)Create an instance of this class withSourceConfiguration.appIntegrations()initialized to the given value.
-