Uses of Class
software.amazon.awssdk.services.directconnect.model.DescribeInterconnectsResponse
-
Packages that use DescribeInterconnectsResponse 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 DescribeInterconnectsResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return DescribeInterconnectsResponse Modifier and Type Method Description default DescribeInterconnectsResponseDirectConnectClient. describeInterconnects()Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.default DescribeInterconnectsResponseDirectConnectClient. describeInterconnects(Consumer<DescribeInterconnectsRequest.Builder> describeInterconnectsRequest)Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.default DescribeInterconnectsResponseDirectConnectClient. describeInterconnects(DescribeInterconnectsRequest describeInterconnectsRequest)Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type DescribeInterconnectsResponse Modifier and Type Method Description default CompletableFuture<DescribeInterconnectsResponse>DirectConnectAsyncClient. describeInterconnects()Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.default CompletableFuture<DescribeInterconnectsResponse>DirectConnectAsyncClient. describeInterconnects(Consumer<DescribeInterconnectsRequest.Builder> describeInterconnectsRequest)Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.default CompletableFuture<DescribeInterconnectsResponse>DirectConnectAsyncClient. describeInterconnects(DescribeInterconnectsRequest describeInterconnectsRequest)Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.
-