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