Uses of Interface
software.amazon.awssdk.services.applicationinsights.ApplicationInsightsClient
-
Packages that use ApplicationInsightsClient Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.paginators -
-
Uses of ApplicationInsightsClient in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights that return ApplicationInsightsClient Modifier and Type Method Description static ApplicationInsightsClientApplicationInsightsClient. create()Create aApplicationInsightsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ApplicationInsightsClient in software.amazon.awssdk.services.applicationinsights.paginators
Constructors in software.amazon.awssdk.services.applicationinsights.paginators with parameters of type ApplicationInsightsClient Constructor Description ListApplicationsIterable(ApplicationInsightsClient client, ListApplicationsRequest firstRequest)ListComponentsIterable(ApplicationInsightsClient client, ListComponentsRequest firstRequest)ListConfigurationHistoryIterable(ApplicationInsightsClient client, ListConfigurationHistoryRequest firstRequest)ListLogPatternSetsIterable(ApplicationInsightsClient client, ListLogPatternSetsRequest firstRequest)ListLogPatternsIterable(ApplicationInsightsClient client, ListLogPatternsRequest firstRequest)ListProblemsIterable(ApplicationInsightsClient client, ListProblemsRequest firstRequest)ListWorkloadsIterable(ApplicationInsightsClient client, ListWorkloadsRequest firstRequest)
-