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