Uses of Class
software.amazon.awssdk.codegen.emitters.GeneratorTaskParams
-
-
Uses of GeneratorTaskParams in software.amazon.awssdk.codegen.emitters
Methods in software.amazon.awssdk.codegen.emitters that return GeneratorTaskParams Modifier and Type Method Description static GeneratorTaskParams
GeneratorTaskParams. create(IntermediateModel model, String sourceDirectory, String testDirectory, String resourcesDirectory)
-
Uses of GeneratorTaskParams in software.amazon.awssdk.codegen.emitters.tasks
Methods in software.amazon.awssdk.codegen.emitters.tasks with parameters of type GeneratorTaskParams Modifier and Type Method Description void
SharedModelsTaskParamsValidator. accept(GeneratorTaskParams params)
Constructors in software.amazon.awssdk.codegen.emitters.tasks with parameters of type GeneratorTaskParams Constructor Description AsyncClientGeneratorTasks(GeneratorTaskParams dependencies)
AuthSchemeGeneratorTasks(GeneratorTaskParams dependencies)
AwsGeneratorTasks(GeneratorTaskParams params)
BaseExceptionClassGeneratorTasks(GeneratorTaskParams dependencies)
BaseGeneratorTasks(GeneratorTaskParams dependencies)
CommonClientGeneratorTasks(GeneratorTaskParams dependencies)
CommonInternalGeneratorTasks(GeneratorTaskParams params)
EndpointProviderTasks(GeneratorTaskParams dependencies)
MarshallerGeneratorTasks(GeneratorTaskParams dependencies)
PaginatorsGeneratorTasks(GeneratorTaskParams dependencies)
RulesEngineRuntimeGeneratorTask(GeneratorTaskParams generatorTaskParams)
SyncClientGeneratorTasks(GeneratorTaskParams dependencies)
WaitersGeneratorTasks(GeneratorTaskParams dependencies)
WaitersRuntimeGeneratorTask(GeneratorTaskParams generatorTaskParams)
-
Uses of GeneratorTaskParams in software.amazon.awssdk.codegen.poet.client
Constructors in software.amazon.awssdk.codegen.poet.client with parameters of type GeneratorTaskParams Constructor Description AsyncClientClass(GeneratorTaskParams dependencies)
SyncClientClass(GeneratorTaskParams taskParams)
-
Uses of GeneratorTaskParams in software.amazon.awssdk.codegen.poet.endpointdiscovery
Constructors in software.amazon.awssdk.codegen.poet.endpointdiscovery with parameters of type GeneratorTaskParams Constructor Description EndpointDiscoveryAsyncCacheLoaderGenerator(GeneratorTaskParams generatorTaskParams)
EndpointDiscoveryCacheLoaderGenerator(GeneratorTaskParams generatorTaskParams)
-
Uses of GeneratorTaskParams in software.amazon.awssdk.codegen.poet.eventstream
Constructors in software.amazon.awssdk.codegen.poet.eventstream with parameters of type GeneratorTaskParams Constructor Description EventStreamResponseHandlerBuilderImplSpec(GeneratorTaskParams params, OperationModel operationModel)
EventStreamResponseHandlerSpec(GeneratorTaskParams params, OperationModel operationModel)
EventStreamVisitorBuilderImplSpec(GeneratorTaskParams params, OperationModel operationModel)
-