Uses of Class
software.amazon.awssdk.services.applicationinsights.model.UpdateComponentConfigurationResponse
-
Packages that use UpdateComponentConfigurationResponse Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights -
-
Uses of UpdateComponentConfigurationResponse in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights that return UpdateComponentConfigurationResponse Modifier and Type Method Description default UpdateComponentConfigurationResponseApplicationInsightsClient. updateComponentConfiguration(Consumer<UpdateComponentConfigurationRequest.Builder> updateComponentConfigurationRequest)Updates the monitoring configurations for the component.default UpdateComponentConfigurationResponseApplicationInsightsClient. updateComponentConfiguration(UpdateComponentConfigurationRequest updateComponentConfigurationRequest)Updates the monitoring configurations for the component.Methods in software.amazon.awssdk.services.applicationinsights that return types with arguments of type UpdateComponentConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateComponentConfigurationResponse>ApplicationInsightsAsyncClient. updateComponentConfiguration(Consumer<UpdateComponentConfigurationRequest.Builder> updateComponentConfigurationRequest)Updates the monitoring configurations for the component.default CompletableFuture<UpdateComponentConfigurationResponse>ApplicationInsightsAsyncClient. updateComponentConfiguration(UpdateComponentConfigurationRequest updateComponentConfigurationRequest)Updates the monitoring configurations for the component.
-