Uses of Class
software.amazon.awssdk.services.directconnect.model.DescribeTagsRequest
-
Packages that use DescribeTagsRequest 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 DescribeTagsRequest in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect with parameters of type DescribeTagsRequest Modifier and Type Method Description default CompletableFuture<DescribeTagsResponse>DirectConnectAsyncClient. describeTags(DescribeTagsRequest 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. -
Uses of DescribeTagsRequest in software.amazon.awssdk.services.directconnect.transform
Methods in software.amazon.awssdk.services.directconnect.transform with parameters of type DescribeTagsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeTagsRequestMarshaller. marshall(DescribeTagsRequest describeTagsRequest)
-