Uses of Interface
software.amazon.awssdk.services.appintegrations.AppIntegrationsBaseClientBuilder
-
Packages that use AppIntegrationsBaseClientBuilder Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. -
-
Uses of AppIntegrationsBaseClientBuilder in software.amazon.awssdk.services.appintegrations
Classes in software.amazon.awssdk.services.appintegrations with type parameters of type AppIntegrationsBaseClientBuilder Modifier and Type Interface Description interfaceAppIntegrationsBaseClientBuilder<B extends AppIntegrationsBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon AppIntegrations Service that is supported by bothAppIntegrationsClientBuilderandAppIntegrationsAsyncClientBuilder.Subinterfaces of AppIntegrationsBaseClientBuilder in software.amazon.awssdk.services.appintegrations Modifier and Type Interface Description interfaceAppIntegrationsAsyncClientBuilderA builder for creating an instance ofAppIntegrationsAsyncClient.interfaceAppIntegrationsClientBuilderA builder for creating an instance ofAppIntegrationsClient.
-