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 class
PoetGeneratorTask
class
SimpleGeneratorTask
Simple 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 class
AsyncClientGeneratorTasks
class
AuthSchemeGeneratorTasks
class
AwsGeneratorTasks
Generator tasks for AWS style clients.class
BaseExceptionClassGeneratorTasks
class
BaseGeneratorTasks
class
CommonClientGeneratorTasks
Task for classes shared byAsyncClientGeneratorTasks
andSyncClientGeneratorTasks
.class
CommonInternalGeneratorTasks
class
CompositeGeneratorTask
class
EndpointProviderTasks
class
JmesPathRuntimeGeneratorTask
class
MarshallerGeneratorTasks
class
PackageInfoGeneratorTasks
Emits the package-info.java for the base service package.class
PaginatorsGeneratorTasks
class
RulesEngineRuntimeGeneratorTask
class
RulesEngineRuntimeGeneratorTask2
class
SyncClientGeneratorTasks
class
WaitersGeneratorTasks
class
WaitersRuntimeGeneratorTask
Methods in software.amazon.awssdk.codegen.emitters.tasks that return GeneratorTask Modifier and Type Method Description protected GeneratorTask
BaseGeneratorTasks. createPoetGeneratorTask(ClassSpec classSpec)
protected GeneratorTask
BaseGeneratorTasks. 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)
-