Uses of Class
software.amazon.awssdk.services.directconnect.model.DescribeConnectionsResponse
-
Packages that use DescribeConnectionsResponse 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 DescribeConnectionsResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return DescribeConnectionsResponse Modifier and Type Method Description default DescribeConnectionsResponseDirectConnectClient. describeConnections()Displays the specified connection or all connections in this Region.default DescribeConnectionsResponseDirectConnectClient. describeConnections(Consumer<DescribeConnectionsRequest.Builder> describeConnectionsRequest)Displays the specified connection or all connections in this Region.default DescribeConnectionsResponseDirectConnectClient. describeConnections(DescribeConnectionsRequest describeConnectionsRequest)Displays the specified connection or all connections in this Region.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type DescribeConnectionsResponse Modifier and Type Method Description default CompletableFuture<DescribeConnectionsResponse>DirectConnectAsyncClient. describeConnections()Displays the specified connection or all connections in this Region.default CompletableFuture<DescribeConnectionsResponse>DirectConnectAsyncClient. describeConnections(Consumer<DescribeConnectionsRequest.Builder> describeConnectionsRequest)Displays the specified connection or all connections in this Region.default CompletableFuture<DescribeConnectionsResponse>DirectConnectAsyncClient. describeConnections(DescribeConnectionsRequest describeConnectionsRequest)Displays the specified connection or all connections in this Region.
-