Uses of Class
software.amazon.awssdk.services.directconnect.model.DescribeLocationsRequest
-
Packages that use DescribeLocationsRequest 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.software.amazon.awssdk.services.directconnect.transform -
-
Uses of DescribeLocationsRequest in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect with parameters of type DescribeLocationsRequest Modifier and Type Method Description default CompletableFuture<DescribeLocationsResponse>DirectConnectAsyncClient. describeLocations(DescribeLocationsRequest 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. -
Uses of DescribeLocationsRequest in software.amazon.awssdk.services.directconnect.transform
Methods in software.amazon.awssdk.services.directconnect.transform with parameters of type DescribeLocationsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeLocationsRequestMarshaller. marshall(DescribeLocationsRequest describeLocationsRequest)
-