Uses of Class
software.amazon.awssdk.services.appintegrations.model.ExecutionMode
-
Packages that use ExecutionMode Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of ExecutionMode in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return ExecutionMode Modifier and Type Method Description ExecutionModeExecutionConfiguration. executionMode()The mode for data import/export execution.static ExecutionModeExecutionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExecutionModeExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type ExecutionMode Modifier and Type Method Description static Set<ExecutionMode>ExecutionMode. knownValues()Methods in software.amazon.awssdk.services.appintegrations.model with parameters of type ExecutionMode Modifier and Type Method Description ExecutionConfiguration.BuilderExecutionConfiguration.Builder. executionMode(ExecutionMode executionMode)The mode for data import/export execution.
-