Uses of Interface
software.amazon.awssdk.codegen.poet.ClassSpec
-
-
Uses of ClassSpec in software.amazon.awssdk.codegen.emitters
Constructors in software.amazon.awssdk.codegen.emitters with parameters of type ClassSpec Constructor Description PoetGeneratorTask(String outputDirectory, String fileHeader, ClassSpec classSpec)PoetGeneratorTask(String outputDirectory, String fileHeader, ClassSpec classSpec, boolean disableFormatting) -
Uses of ClassSpec in software.amazon.awssdk.codegen.emitters.tasks
Methods in software.amazon.awssdk.codegen.emitters.tasks with parameters of type ClassSpec Modifier and Type Method Description protected GeneratorTaskBaseGeneratorTasks. createPoetGeneratorTask(ClassSpec classSpec)protected GeneratorTaskBaseGeneratorTasks. createPoetGeneratorTestTask(ClassSpec classSpec) -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet
Methods in software.amazon.awssdk.codegen.poet with parameters of type ClassSpec Modifier and Type Method Description static com.squareup.javapoet.JavaFilePoetUtils. buildJavaFile(ClassSpec spec) -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.auth.scheme
Classes in software.amazon.awssdk.codegen.poet.auth.scheme that implement ClassSpec Modifier and Type Class Description classAuthSchemeInterceptorSpecclassAuthSchemeParamsSpecclassAuthSchemeProviderSpecclassDefaultAuthSchemeParamsSpecclassEndpointAwareAuthSchemeParamsSpecclassEndpointBasedAuthSchemeProviderSpecclassModelBasedAuthSchemeProviderSpecclassPreferredAuthSchemeProviderSpec -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.builder
Classes in software.amazon.awssdk.codegen.poet.builder that implement ClassSpec Modifier and Type Class Description classAsyncClientBuilderClassclassAsyncClientBuilderInterfaceclassBaseClientBuilderClassclassBaseClientBuilderInterfaceclassSyncClientBuilderClassclassSyncClientBuilderInterface -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.client
Classes in software.amazon.awssdk.codegen.poet.client that implement ClassSpec Modifier and Type Class Description classAsyncClientClassclassAsyncClientInterfaceclassDelegatingAsyncClientClassclassDelegatingSyncClientClassclassEnvironmentTokenSystemSettingsClassclassSdkClientOptionsclassSyncClientClassclassSyncClientInterface -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.client.specs
Classes in software.amazon.awssdk.codegen.poet.client.specs that implement ClassSpec Modifier and Type Class Description classServiceVersionInfoSpec -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.common
Classes in software.amazon.awssdk.codegen.poet.common that implement ClassSpec Modifier and Type Class Description classAbstractEnumClassclassEnumClassclassUserAgentUtilsSpec -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.endpointdiscovery
Classes in software.amazon.awssdk.codegen.poet.endpointdiscovery that implement ClassSpec Modifier and Type Class Description classEndpointDiscoveryAsyncCacheLoaderGeneratorclassEndpointDiscoveryCacheLoaderGenerator -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.eventstream
Classes in software.amazon.awssdk.codegen.poet.eventstream that implement ClassSpec Modifier and Type Class Description classEventStreamResponseHandlerBuilderImplSpecGenerates implementation class for the event stream response handler builder.classEventStreamResponseHandlerBuilderInterfaceSpecSpec for generated response handler builderclassEventStreamResponseHandlerSpecGenerates response handler interface for operations with an event stream response.classEventStreamVisitorBuilderImplSpecGenerates the implementation for the builder of an event stream visitor.classEventStreamVisitorBuilderInterfaceSpecSpec for builder interface for visitor.classEventTypeEnumSpec -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.model
Classes in software.amazon.awssdk.codegen.poet.model that implement ClassSpec Modifier and Type Class Description classAwsServiceBaseRequestSpecclassAwsServiceBaseResponseSpecclassAwsServiceModelProvides the Poet specs for AWS Service models.classBaseExceptionClassclassEventModelSpecclassResponseMetadataSpecGenerate ResponseMetadata classclassServiceClientConfigurationBuilderClassclassServiceClientConfigurationClassMethods in software.amazon.awssdk.codegen.poet.model that return types with arguments of type ClassSpec Modifier and Type Method Description Collection<ClassSpec>ServiceModelCopiers. copierSpecs() -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.paginators
Classes in software.amazon.awssdk.codegen.poet.paginators that implement ClassSpec Modifier and Type Class Description classAsyncResponseClassSpecJava poetClassSpecto generate the response class for async paginated operations.classPaginatorsClassSpecclassSyncResponseClassSpecJava poetClassSpecto generate the response class for sync paginated operations. -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.paginators.customizations
Classes in software.amazon.awssdk.codegen.poet.paginators.customizations that implement ClassSpec Modifier and Type Class Description classSameTokenAsyncResponseClassSpecCustomized response class spec for async paginated operations that indicate the last page by returning the same token passed in the request object.classSameTokenSyncResponseClassSpecCustomized response class spec for sync paginated operations that indicate the last page by returning the same token passed in the request object. -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.rules
Classes in software.amazon.awssdk.codegen.poet.rules that implement ClassSpec Modifier and Type Class Description classClientContextParamsClassSpecclassDefaultPartitionDataProviderSpecclassEndpointParametersClassSpecclassEndpointProviderInterfaceSpecclassEndpointProviderSpecclassEndpointProviderTestSpecclassEndpointResolverInterceptorSpecclassEndpointRulesClientTestSpecclassRequestEndpointInterceptorSpec -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.rules2
Classes in software.amazon.awssdk.codegen.poet.rules2 that implement ClassSpec Modifier and Type Class Description classEndpointProviderSpec2 -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.transform
Classes in software.amazon.awssdk.codegen.poet.transform that implement ClassSpec Modifier and Type Class Description classMarshallerSpec -
Uses of ClassSpec in software.amazon.awssdk.codegen.poet.waiters
Classes in software.amazon.awssdk.codegen.poet.waiters that implement ClassSpec Modifier and Type Class Description classAsyncWaiterClassSpecclassAsyncWaiterInterfaceSpecclassBaseWaiterClassSpecBase class containing common logic shared between the sync waiter class and the async waiter classclassBaseWaiterInterfaceSpecBase class contains shared logic used in both sync waiter and async waiter interfaces.classWaiterClassSpecclassWaiterInterfaceSpec
-