Package | Description |
---|---|
com.amazonaws.services.directconnect.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Location> |
DescribeLocationsResult.getLocations()
A list of colocation hubs where network providers have equipment.
|
Modifier and Type | Method and Description |
---|---|
DescribeLocationsResult |
DescribeLocationsResult.withLocations(Location... locations)
A list of colocation hubs where network providers have equipment.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.