Uses of Class
software.amazon.awssdk.services.networkmanager.model.SegmentActionServiceInsertion
-
Packages that use SegmentActionServiceInsertion Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of SegmentActionServiceInsertion in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return SegmentActionServiceInsertion Modifier and Type Method Description SegmentActionServiceInsertionServiceInsertionAction. action()The action the service insertion takes for traffic.static SegmentActionServiceInsertionSegmentActionServiceInsertion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SegmentActionServiceInsertionSegmentActionServiceInsertion. valueOf(String name)Returns the enum constant of this type with the specified name.static SegmentActionServiceInsertion[]SegmentActionServiceInsertion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type SegmentActionServiceInsertion Modifier and Type Method Description static Set<SegmentActionServiceInsertion>SegmentActionServiceInsertion. knownValues()Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type SegmentActionServiceInsertion Modifier and Type Method Description ServiceInsertionAction.BuilderServiceInsertionAction.Builder. action(SegmentActionServiceInsertion action)The action the service insertion takes for traffic.
-