Uses of Class
software.amazon.awssdk.services.directconnect.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.directconnect Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseDirectConnectClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified Direct Connect resource.default UntagResourceResponseDirectConnectClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified Direct Connect resource.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>DirectConnectAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified Direct Connect resource.default CompletableFuture<UntagResourceResponse>DirectConnectAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified Direct Connect resource.
-