Uses of Class
software.amazon.awssdk.services.directconnect.model.DescribeLocationsResponse
-
Packages that use DescribeLocationsResponse 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 DescribeLocationsResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return DescribeLocationsResponse Modifier and Type Method Description default DescribeLocationsResponseDirectConnectClient. describeLocations()Lists the Direct Connect locations in the current Amazon Web Services Region.default DescribeLocationsResponseDirectConnectClient. describeLocations(Consumer<DescribeLocationsRequest.Builder> describeLocationsRequest)Lists the Direct Connect locations in the current Amazon Web Services Region.default DescribeLocationsResponseDirectConnectClient. describeLocations(DescribeLocationsRequest describeLocationsRequest)Lists the Direct Connect locations in the current Amazon Web Services Region.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type DescribeLocationsResponse Modifier and Type Method Description default CompletableFuture<DescribeLocationsResponse>DirectConnectAsyncClient. describeLocations()Lists the Direct Connect locations in the current Amazon Web Services Region.default CompletableFuture<DescribeLocationsResponse>DirectConnectAsyncClient. describeLocations(Consumer<DescribeLocationsRequest.Builder> describeLocationsRequest)Lists the Direct Connect locations in the current Amazon Web Services Region.default CompletableFuture<DescribeLocationsResponse>DirectConnectAsyncClient. describeLocations(DescribeLocationsRequest describeLocationsRequest)Lists the Direct Connect locations in the current Amazon Web Services Region.
-