Uses of Class
software.amazon.awssdk.services.networkmonitor.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.networkmonitor Amazon CloudWatch Network Monitor is an Amazon Web Services active network monitoring service that identifies if a network issues exists within the Amazon Web Services network or your own company network. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.networkmonitor
Methods in software.amazon.awssdk.services.networkmonitor that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseNetworkMonitorClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a key-value pair from a monitor or probe.default UntagResourceResponseNetworkMonitorClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a key-value pair from a monitor or probe.Methods in software.amazon.awssdk.services.networkmonitor that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>NetworkMonitorAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a key-value pair from a monitor or probe.default CompletableFuture<UntagResourceResponse>NetworkMonitorAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a key-value pair from a monitor or probe.
-