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 GeneratorTaskParamsGeneratorTaskParams. 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 voidSharedModelsTaskParamsValidator. accept(GeneratorTaskParams params) -
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)
-