Uses of Interface
software.amazon.awssdk.services.applicationinsights.ApplicationInsightsBaseClientBuilder
-
Packages that use ApplicationInsightsBaseClientBuilder Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights -
-
Uses of ApplicationInsightsBaseClientBuilder in software.amazon.awssdk.services.applicationinsights
Classes in software.amazon.awssdk.services.applicationinsights with type parameters of type ApplicationInsightsBaseClientBuilder Modifier and Type Interface Description interfaceApplicationInsightsBaseClientBuilder<B extends ApplicationInsightsBaseClientBuilder<B,C>,C>This includes configuration specific to Application Insights that is supported by bothApplicationInsightsClientBuilderandApplicationInsightsAsyncClientBuilder.Subinterfaces of ApplicationInsightsBaseClientBuilder in software.amazon.awssdk.services.applicationinsights Modifier and Type Interface Description interfaceApplicationInsightsAsyncClientBuilderA builder for creating an instance ofApplicationInsightsAsyncClient.interfaceApplicationInsightsClientBuilderA builder for creating an instance ofApplicationInsightsClient.
-