Uses of Class
software.amazon.awssdk.services.networkmanager.model.ChangeAction
-
Packages that use ChangeAction Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of ChangeAction in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return ChangeAction Modifier and Type Method Description ChangeActionCoreNetworkChange. action()The action to take for a core network.ChangeActionCoreNetworkChangeEvent. action()The action taken for the change event.static ChangeActionChangeAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChangeActionChangeAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeAction[]ChangeAction. 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 ChangeAction Modifier and Type Method Description static Set<ChangeAction>ChangeAction. knownValues()Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type ChangeAction Modifier and Type Method Description CoreNetworkChange.BuilderCoreNetworkChange.Builder. action(ChangeAction action)The action to take for a core network.CoreNetworkChangeEvent.BuilderCoreNetworkChangeEvent.Builder. action(ChangeAction action)The action taken for the change event.
-