Uses of Class
software.amazon.awssdk.services.applicationinsights.model.UpdateComponentResponse
-
Packages that use UpdateComponentResponse Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights -
-
Uses of UpdateComponentResponse in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights that return UpdateComponentResponse Modifier and Type Method Description default UpdateComponentResponseApplicationInsightsClient. updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)Updates the custom component name and/or the list of resources that make up the component.default UpdateComponentResponseApplicationInsightsClient. updateComponent(UpdateComponentRequest updateComponentRequest)Updates the custom component name and/or the list of resources that make up the component.Methods in software.amazon.awssdk.services.applicationinsights that return types with arguments of type UpdateComponentResponse Modifier and Type Method Description default CompletableFuture<UpdateComponentResponse>ApplicationInsightsAsyncClient. updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)Updates the custom component name and/or the list of resources that make up the component.default CompletableFuture<UpdateComponentResponse>ApplicationInsightsAsyncClient. updateComponent(UpdateComponentRequest updateComponentRequest)Updates the custom component name and/or the list of resources that make up the component.
-