Uses of Class
software.amazon.awssdk.services.applicationinsights.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseApplicationInsightsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Remove one or more tags (keys and values) from a specified application.default UntagResourceResponseApplicationInsightsClient. untagResource(UntagResourceRequest untagResourceRequest)Remove one or more tags (keys and values) from a specified application.Methods in software.amazon.awssdk.services.applicationinsights that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ApplicationInsightsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Remove one or more tags (keys and values) from a specified application.default CompletableFuture<UntagResourceResponse>ApplicationInsightsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Remove one or more tags (keys and values) from a specified application.
-