Uses of Class
software.amazon.awssdk.services.directconnect.model.DescribeTagsResponse
-
Packages that use DescribeTagsResponse 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 DescribeTagsResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return DescribeTagsResponse Modifier and Type Method Description default DescribeTagsResponseDirectConnectClient. describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)Describes the tags associated with the specified Direct Connect resources.default DescribeTagsResponseDirectConnectClient. describeTags(DescribeTagsRequest describeTagsRequest)Describes the tags associated with the specified Direct Connect resources.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type DescribeTagsResponse Modifier and Type Method Description default CompletableFuture<DescribeTagsResponse>DirectConnectAsyncClient. describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)Describes the tags associated with the specified Direct Connect resources.default CompletableFuture<DescribeTagsResponse>DirectConnectAsyncClient. describeTags(DescribeTagsRequest describeTagsRequest)Describes the tags associated with the specified Direct Connect resources.
-