Uses of Class
software.amazon.awssdk.codegen.emitters.GeneratorTask
-
Packages that use GeneratorTask Package Description software.amazon.awssdk.codegen.emitters software.amazon.awssdk.codegen.emitters.tasks -
-
Uses of GeneratorTask in software.amazon.awssdk.codegen.emitters
Subclasses of GeneratorTask in software.amazon.awssdk.codegen.emitters Modifier and Type Class Description classPoetGeneratorTaskclassSimpleGeneratorTaskSimple generator task that writes a string to a file. -
Uses of GeneratorTask in software.amazon.awssdk.codegen.emitters.tasks
Subclasses of GeneratorTask in software.amazon.awssdk.codegen.emitters.tasks Modifier and Type Class Description classAsyncClientGeneratorTasksclassAuthSchemeGeneratorTasksclassAwsGeneratorTasksGenerator tasks for AWS style clients.classBaseExceptionClassGeneratorTasksclassBaseGeneratorTasksclassCommonClientGeneratorTasksTask for classes shared byAsyncClientGeneratorTasksandSyncClientGeneratorTasks.classCommonInternalGeneratorTasksclassCompositeGeneratorTaskclassEndpointProviderTasksclassJmesPathRuntimeGeneratorTaskclassMarshallerGeneratorTasksclassPackageInfoGeneratorTasksEmits the package-info.java for the base service package.classPaginatorsGeneratorTasksclassRulesEngineRuntimeGeneratorTaskclassRulesEngineRuntimeGeneratorTask2classSyncClientGeneratorTasksclassWaitersGeneratorTasksclassWaitersRuntimeGeneratorTaskMethods in software.amazon.awssdk.codegen.emitters.tasks that return GeneratorTask Modifier and Type Method Description protected GeneratorTaskBaseGeneratorTasks. createPoetGeneratorTask(ClassSpec classSpec)protected GeneratorTaskBaseGeneratorTasks. createPoetGeneratorTestTask(ClassSpec classSpec)Methods in software.amazon.awssdk.codegen.emitters.tasks that return types with arguments of type GeneratorTask Modifier and Type Method Description protected List<GeneratorTask>AsyncClientGeneratorTasks. createTasks()protected List<GeneratorTask>AuthSchemeGeneratorTasks. createTasks()protected List<GeneratorTask>BaseExceptionClassGeneratorTasks. createTasks()protected abstract List<GeneratorTask>BaseGeneratorTasks. createTasks()protected List<GeneratorTask>CommonClientGeneratorTasks. createTasks()protected List<GeneratorTask>CommonInternalGeneratorTasks. createTasks()protected List<GeneratorTask>EndpointProviderTasks. createTasks()protected List<GeneratorTask>JmesPathRuntimeGeneratorTask. createTasks()protected List<GeneratorTask>MarshallerGeneratorTasks. createTasks()protected List<GeneratorTask>PackageInfoGeneratorTasks. createTasks()protected List<GeneratorTask>PaginatorsGeneratorTasks. createTasks()protected List<GeneratorTask>RulesEngineRuntimeGeneratorTask. createTasks()protected List<GeneratorTask>RulesEngineRuntimeGeneratorTask2. createTasks()protected List<GeneratorTask>SyncClientGeneratorTasks. createTasks()protected List<GeneratorTask>WaitersGeneratorTasks. createTasks()protected List<GeneratorTask>WaitersRuntimeGeneratorTask. createTasks()Constructors in software.amazon.awssdk.codegen.emitters.tasks with parameters of type GeneratorTask Constructor Description CompositeGeneratorTask(GeneratorTask... tasks)
-