Uses of Class
software.amazon.awssdk.services.applicationinsights.model.DeleteComponentRequest
-
Packages that use DeleteComponentRequest Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.transform -
-
Uses of DeleteComponentRequest in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights with parameters of type DeleteComponentRequest Modifier and Type Method Description default CompletableFuture<DeleteComponentResponse>ApplicationInsightsAsyncClient. deleteComponent(DeleteComponentRequest deleteComponentRequest)Ungroups a custom component.default DeleteComponentResponseApplicationInsightsClient. deleteComponent(DeleteComponentRequest deleteComponentRequest)Ungroups a custom component. -
Uses of DeleteComponentRequest in software.amazon.awssdk.services.applicationinsights.transform
Methods in software.amazon.awssdk.services.applicationinsights.transform with parameters of type DeleteComponentRequest Modifier and Type Method Description SdkHttpFullRequestDeleteComponentRequestMarshaller. marshall(DeleteComponentRequest deleteComponentRequest)
-