Uses of Class
software.amazon.awssdk.services.directconnect.model.DescribeLoaResponse
-
Packages that use DescribeLoaResponse 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 DescribeLoaResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return DescribeLoaResponse Modifier and Type Method Description default DescribeLoaResponseDirectConnectClient. describeLoa(Consumer<DescribeLoaRequest.Builder> describeLoaRequest)Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).default DescribeLoaResponseDirectConnectClient. describeLoa(DescribeLoaRequest describeLoaRequest)Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type DescribeLoaResponse Modifier and Type Method Description default CompletableFuture<DescribeLoaResponse>DirectConnectAsyncClient. describeLoa(Consumer<DescribeLoaRequest.Builder> describeLoaRequest)Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).default CompletableFuture<DescribeLoaResponse>DirectConnectAsyncClient. describeLoa(DescribeLoaRequest describeLoaRequest)Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).
-