| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkSegment |
CoreNetworkSegment.clone() |
CoreNetworkSegment |
CoreNetworkSegment.withEdgeLocations(Collection<String> edgeLocations)
The Regions where the edges are located.
|
CoreNetworkSegment |
CoreNetworkSegment.withEdgeLocations(String... edgeLocations)
The Regions where the edges are located.
|
CoreNetworkSegment |
CoreNetworkSegment.withName(String name)
The name of a core network segment.
|
CoreNetworkSegment |
CoreNetworkSegment.withSharedSegments(Collection<String> sharedSegments)
The shared segments of a core network.
|
CoreNetworkSegment |
CoreNetworkSegment.withSharedSegments(String... sharedSegments)
The shared segments of a core network.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoreNetworkSegment> |
CoreNetwork.getSegments()
The segments within a core network.
|
| Modifier and Type | Method and Description |
|---|---|
CoreNetwork |
CoreNetwork.withSegments(CoreNetworkSegment... segments)
The segments within a core network.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoreNetwork.setSegments(Collection<CoreNetworkSegment> segments)
The segments within a core network.
|
CoreNetwork |
CoreNetwork.withSegments(Collection<CoreNetworkSegment> segments)
The segments within a core network.
|
Copyright © 2024. All rights reserved.