| Package | Description |
|---|---|
| software.amazon.awssdk.codegen.emitters | |
| software.amazon.awssdk.codegen.emitters.tasks |
| Modifier and Type | Class and Description |
|---|---|
class |
PoetGeneratorTask |
class |
SimpleGeneratorTask
Simple generator task that writes a string to a file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncClientGeneratorTasks |
class |
AwsGeneratorTasks
Generator tasks for AWS style clients.
|
class |
BaseExceptionClassGeneratorTasks |
class |
BaseGeneratorTasks |
class |
CommonClientGeneratorTasks
Task for classes shared by
AsyncClientGeneratorTasks and SyncClientGeneratorTasks. |
class |
CommonInternalGeneratorTasks |
class |
CompositeGeneratorTask |
class |
EndpointProviderTasks |
class |
MarshallerGeneratorTasks |
class |
PackageInfoGeneratorTasks
Emits the package-info.java for the base service package.
|
class |
PaginatorsGeneratorTasks |
class |
RulesEngineRuntimeGeneratorTask |
class |
SyncClientGeneratorTasks |
class |
WaitersGeneratorTasks |
class |
WaitersRuntimeGeneratorTask |
| Modifier and Type | Method and Description |
|---|---|
protected GeneratorTask |
BaseGeneratorTasks.createPoetGeneratorTask(ClassSpec classSpec) |
protected GeneratorTask |
BaseGeneratorTasks.createPoetGeneratorTestTask(ClassSpec classSpec) |
| Modifier and Type | Method and Description |
|---|---|
protected List<GeneratorTask> |
WaitersRuntimeGeneratorTask.createTasks() |
protected List<GeneratorTask> |
WaitersGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
SyncClientGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
RulesEngineRuntimeGeneratorTask.createTasks() |
protected List<GeneratorTask> |
PaginatorsGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
PackageInfoGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
MarshallerGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
EndpointProviderTasks.createTasks() |
protected List<GeneratorTask> |
CommonInternalGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
CommonClientGeneratorTasks.createTasks() |
protected abstract List<GeneratorTask> |
BaseGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
BaseExceptionClassGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
AsyncClientGeneratorTasks.createTasks() |
| Constructor and Description |
|---|
CompositeGeneratorTask(GeneratorTask... tasks) |
Copyright © 2023. All rights reserved.