Uses of Class
software.amazon.awssdk.services.networkmanager.model.ServiceInsertionAction
-
Packages that use ServiceInsertionAction Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of ServiceInsertionAction in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type ServiceInsertionAction Modifier and Type Method Description List<ServiceInsertionAction>CoreNetworkChangeValues. serviceInsertionActions()Describes the service insertion action.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type ServiceInsertionAction Modifier and Type Method Description CoreNetworkChangeValues.BuilderCoreNetworkChangeValues.Builder. serviceInsertionActions(ServiceInsertionAction... serviceInsertionActions)Describes the service insertion action.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type ServiceInsertionAction Modifier and Type Method Description CoreNetworkChangeValues.BuilderCoreNetworkChangeValues.Builder. serviceInsertionActions(Collection<ServiceInsertionAction> serviceInsertionActions)Describes the service insertion action.
-