Uses of Class
software.amazon.awssdk.services.athena.model.ExecutorType
-
Packages that use ExecutorType Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ExecutorType in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ExecutorType Modifier and Type Method Description ExecutorTypeExecutorsSummary. executorType()The type of executor used for the application (COORDINATOR,GATEWAY, orWORKER).static ExecutorTypeExecutorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExecutorTypeExecutorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutorType[]ExecutorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ExecutorType Modifier and Type Method Description static Set<ExecutorType>ExecutorType. knownValues()Methods in software.amazon.awssdk.services.athena.model with parameters of type ExecutorType Modifier and Type Method Description ExecutorsSummary.BuilderExecutorsSummary.Builder. executorType(ExecutorType executorType)The type of executor used for the application (COORDINATOR,GATEWAY, orWORKER).
-