| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceInsertionAction |
ServiceInsertionAction.clone() |
ServiceInsertionAction |
ServiceInsertionAction.withAction(SegmentActionServiceInsertion action)
The action the service insertion takes for traffic.
|
ServiceInsertionAction |
ServiceInsertionAction.withAction(String action)
The action the service insertion takes for traffic.
|
ServiceInsertionAction |
ServiceInsertionAction.withMode(SendViaMode mode)
Describes the mode packets take for the
send-via action. |
ServiceInsertionAction |
ServiceInsertionAction.withMode(String mode)
Describes the mode packets take for the
send-via action. |
ServiceInsertionAction |
ServiceInsertionAction.withVia(Via via)
The list of network function groups and any edge overrides for the chosen service insertion action.
|
ServiceInsertionAction |
ServiceInsertionAction.withWhenSentTo(WhenSentTo whenSentTo)
The list of destination segments if the service insertion action is
send-via. |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceInsertionAction> |
CoreNetworkChangeValues.getServiceInsertionActions()
Describes the service insertion action.
|
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkChangeValues |
CoreNetworkChangeValues.withServiceInsertionActions(ServiceInsertionAction... serviceInsertionActions)
Describes the service insertion action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoreNetworkChangeValues.setServiceInsertionActions(Collection<ServiceInsertionAction> serviceInsertionActions)
Describes the service insertion action.
|
CoreNetworkChangeValues |
CoreNetworkChangeValues.withServiceInsertionActions(Collection<ServiceInsertionAction> serviceInsertionActions)
Describes the service insertion action.
|
Copyright © 2025. All rights reserved.