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 LocationLocation. clone()LocationLocation. withLocationCode(String locationCode)The code used to indicate the AWS Direct Connect location.LocationLocation. 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 DescribeLocationsResultDescribeLocationsResult. 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 voidDescribeLocationsResult. setLocations(Collection<Location> locations)A list of colocation hubs where network providers have equipment.DescribeLocationsResultDescribeLocationsResult. withLocations(Collection<Location> locations)A list of colocation hubs where network providers have equipment.
-