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.ClassNamestatic com.squareup.javapoet.MethodSpecinitializeServiceClientConfigMethod(com.squareup.javapoet.ClassName serviceConfigClassName) com.squareup.javapoet.TypeSpecpoetSpec()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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()
-