Package | Description |
---|---|
com.amazonaws.services.directconnect.model | |
com.amazonaws.services.directconnect.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Location> |
DescribeLocationsResult.locations
A list of colocation hubs where network providers have equipment.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.clone() |
Location |
Location.withLocationCode(java.lang.String locationCode)
The code used to indicate the AWS Direct Connect location.
|
Location |
Location.withLocationName(java.lang.String locationName)
The name of the AWS Direct Connect location.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Location> locations)
A list of colocation hubs where network providers have equipment.
|
DescribeLocationsResult |
DescribeLocationsResult.withLocations(java.util.Collection<Location> locations)
A list of colocation hubs where network providers have equipment.
|
Modifier and Type | Method and Description |
---|---|
Location |
LocationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LocationJsonMarshaller.marshall(Location location,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|