Uses of Class
com.amazonaws.services.directconnect.model.Location
-
Packages that use Location Package Description com.amazonaws.services.directconnect.model -
-
Uses of Location in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return Location Modifier and Type Method Description Location
Location. clone()
Location
Location. withLocationCode(String locationCode)
The code used to indicate the AWS Direct Connect location.Location
Location. withLocationName(String locationName)
The name of the AWS Direct Connect location.Methods in com.amazonaws.services.directconnect.model that return types with arguments of type Location Modifier and Type Method Description List<Location>
DescribeLocationsResult. getLocations()
A list of colocation hubs where network providers have equipment.Methods in com.amazonaws.services.directconnect.model with parameters of type Location Modifier and Type Method Description DescribeLocationsResult
DescribeLocationsResult. withLocations(Location... locations)
A list of colocation hubs where network providers have equipment.Method parameters in com.amazonaws.services.directconnect.model with type arguments of type Location Modifier and Type Method Description void
DescribeLocationsResult. setLocations(Collection<Location> locations)
A list of colocation hubs where network providers have equipment.DescribeLocationsResult
DescribeLocationsResult. withLocations(Collection<Location> locations)
A list of colocation hubs where network providers have equipment.
-