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