Uses of Interface
software.amazon.awssdk.services.appintegrations.AppIntegrationsAsyncClient
-
Packages that use AppIntegrationsAsyncClient Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.software.amazon.awssdk.services.appintegrations.paginators -
-
Uses of AppIntegrationsAsyncClient in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return AppIntegrationsAsyncClient Modifier and Type Method Description static AppIntegrationsAsyncClientAppIntegrationsAsyncClient. create()Create aAppIntegrationsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AppIntegrationsAsyncClient in software.amazon.awssdk.services.appintegrations.paginators
Constructors in software.amazon.awssdk.services.appintegrations.paginators with parameters of type AppIntegrationsAsyncClient Constructor Description ListApplicationAssociationsPublisher(AppIntegrationsAsyncClient client, ListApplicationAssociationsRequest firstRequest)ListApplicationsPublisher(AppIntegrationsAsyncClient client, ListApplicationsRequest firstRequest)ListDataIntegrationAssociationsPublisher(AppIntegrationsAsyncClient client, ListDataIntegrationAssociationsRequest firstRequest)ListDataIntegrationsPublisher(AppIntegrationsAsyncClient client, ListDataIntegrationsRequest firstRequest)ListEventIntegrationAssociationsPublisher(AppIntegrationsAsyncClient client, ListEventIntegrationAssociationsRequest firstRequest)ListEventIntegrationsPublisher(AppIntegrationsAsyncClient client, ListEventIntegrationsRequest firstRequest)
-