Uses of Class
com.amazonaws.services.directconnect.model.Location
Packages that use Location
-
Uses of Location in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return LocationModifier and TypeMethodDescriptionLocation.clone()
Location.withLocationCode
(String locationCode) The code used to indicate the AWS Direct Connect 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 LocationModifier and TypeMethodDescriptionDescribeLocationsResult.getLocations()
A list of colocation hubs where network providers have equipment.Methods in com.amazonaws.services.directconnect.model with parameters of type LocationModifier and TypeMethodDescriptionDescribeLocationsResult.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 LocationModifier and TypeMethodDescriptionvoid
DescribeLocationsResult.setLocations
(Collection<Location> locations) A list of colocation hubs where network providers have equipment.DescribeLocationsResult.withLocations
(Collection<Location> locations) A list of colocation hubs where network providers have equipment.