Uses of Class
software.amazon.awssdk.services.directconnect.model.TagResourceRequest
-
Packages that use TagResourceRequest 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.software.amazon.awssdk.services.directconnect.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>DirectConnectAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.directconnect.transform
Methods in software.amazon.awssdk.services.directconnect.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-