Uses of Class
software.amazon.awssdk.services.applicationinsights.model.UpdateComponentRequest
-
Packages that use UpdateComponentRequest Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.transform -
-
Uses of UpdateComponentRequest in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights with parameters of type UpdateComponentRequest Modifier and Type Method Description default CompletableFuture<UpdateComponentResponse>ApplicationInsightsAsyncClient. updateComponent(UpdateComponentRequest 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. -
Uses of UpdateComponentRequest in software.amazon.awssdk.services.applicationinsights.transform
Methods in software.amazon.awssdk.services.applicationinsights.transform with parameters of type UpdateComponentRequest Modifier and Type Method Description SdkHttpFullRequestUpdateComponentRequestMarshaller. marshall(UpdateComponentRequest updateComponentRequest)
-