Uses of Class
software.amazon.awssdk.services.directconnect.model.DescribeHostedConnectionsResponse
-
Packages that use DescribeHostedConnectionsResponse 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 DescribeHostedConnectionsResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return DescribeHostedConnectionsResponse Modifier and Type Method Description default DescribeHostedConnectionsResponseDirectConnectClient. describeHostedConnections(Consumer<DescribeHostedConnectionsRequest.Builder> describeHostedConnectionsRequest)Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG).default DescribeHostedConnectionsResponseDirectConnectClient. describeHostedConnections(DescribeHostedConnectionsRequest describeHostedConnectionsRequest)Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG).Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type DescribeHostedConnectionsResponse Modifier and Type Method Description default CompletableFuture<DescribeHostedConnectionsResponse>DirectConnectAsyncClient. describeHostedConnections(Consumer<DescribeHostedConnectionsRequest.Builder> describeHostedConnectionsRequest)Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG).default CompletableFuture<DescribeHostedConnectionsResponse>DirectConnectAsyncClient. describeHostedConnections(DescribeHostedConnectionsRequest describeHostedConnectionsRequest)Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG).
-