Class SyncClientBuilderClass
java.lang.Object
software.amazon.awssdk.codegen.poet.builder.SyncClientBuilderClass
- All Implemented Interfaces:
ClassSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.squareup.javapoet.ClassName
static com.squareup.javapoet.MethodSpec
initializeServiceClientConfigMethod
(com.squareup.javapoet.ClassName serviceConfigClassName) com.squareup.javapoet.TypeSpec
poetSpec()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.codegen.poet.ClassSpec
staticImports
-
Constructor Details
-
SyncClientBuilderClass
-
-
Method Details
-
poetSpec
public com.squareup.javapoet.TypeSpec poetSpec() -
initializeServiceClientConfigMethod
public static com.squareup.javapoet.MethodSpec initializeServiceClientConfigMethod(com.squareup.javapoet.ClassName serviceConfigClassName) -
className
public com.squareup.javapoet.ClassName className()
-