Uses of Interface
software.amazon.awssdk.services.applicationinsights.ApplicationInsightsAsyncClient
-
Packages that use ApplicationInsightsAsyncClient Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.paginators -
-
Uses of ApplicationInsightsAsyncClient in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights that return ApplicationInsightsAsyncClient Modifier and Type Method Description static ApplicationInsightsAsyncClientApplicationInsightsAsyncClient. create()Create aApplicationInsightsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ApplicationInsightsAsyncClient in software.amazon.awssdk.services.applicationinsights.paginators
Constructors in software.amazon.awssdk.services.applicationinsights.paginators with parameters of type ApplicationInsightsAsyncClient Constructor Description ListApplicationsPublisher(ApplicationInsightsAsyncClient client, ListApplicationsRequest firstRequest)ListComponentsPublisher(ApplicationInsightsAsyncClient client, ListComponentsRequest firstRequest)ListConfigurationHistoryPublisher(ApplicationInsightsAsyncClient client, ListConfigurationHistoryRequest firstRequest)ListLogPatternSetsPublisher(ApplicationInsightsAsyncClient client, ListLogPatternSetsRequest firstRequest)ListLogPatternsPublisher(ApplicationInsightsAsyncClient client, ListLogPatternsRequest firstRequest)ListProblemsPublisher(ApplicationInsightsAsyncClient client, ListProblemsRequest firstRequest)ListWorkloadsPublisher(ApplicationInsightsAsyncClient client, ListWorkloadsRequest firstRequest)
-