Uses of Class
software.amazon.awssdk.services.applicationinsights.model.ListConfigurationHistoryResponse
-
Packages that use ListConfigurationHistoryResponse Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.paginators -
-
Uses of ListConfigurationHistoryResponse in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights that return ListConfigurationHistoryResponse Modifier and Type Method Description default ListConfigurationHistoryResponseApplicationInsightsClient. listConfigurationHistory(Consumer<ListConfigurationHistoryRequest.Builder> listConfigurationHistoryRequest)Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights.default ListConfigurationHistoryResponseApplicationInsightsClient. listConfigurationHistory(ListConfigurationHistoryRequest listConfigurationHistoryRequest)Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights.Methods in software.amazon.awssdk.services.applicationinsights that return types with arguments of type ListConfigurationHistoryResponse Modifier and Type Method Description default CompletableFuture<ListConfigurationHistoryResponse>ApplicationInsightsAsyncClient. listConfigurationHistory(Consumer<ListConfigurationHistoryRequest.Builder> listConfigurationHistoryRequest)Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights.default CompletableFuture<ListConfigurationHistoryResponse>ApplicationInsightsAsyncClient. listConfigurationHistory(ListConfigurationHistoryRequest listConfigurationHistoryRequest)Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. -
Uses of ListConfigurationHistoryResponse in software.amazon.awssdk.services.applicationinsights.paginators
Methods in software.amazon.awssdk.services.applicationinsights.paginators that return types with arguments of type ListConfigurationHistoryResponse Modifier and Type Method Description Iterator<ListConfigurationHistoryResponse>ListConfigurationHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.applicationinsights.paginators with type arguments of type ListConfigurationHistoryResponse Modifier and Type Method Description voidListConfigurationHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConfigurationHistoryResponse> subscriber)
-