Uses of Class
software.amazon.awssdk.services.directconnect.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseDirectConnectClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified Direct Connect resource.default TagResourceResponseDirectConnectClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified Direct Connect resource.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>DirectConnectAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified Direct Connect resource.default CompletableFuture<TagResourceResponse>DirectConnectAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified Direct Connect resource.
-