Class ServiceClientConfigurationUtils
java.lang.Object
software.amazon.awssdk.codegen.poet.model.ServiceClientConfigurationUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.squareup.javapoet.ClassNameReturns theClassNameof the builder for the service client configuration class.com.squareup.javapoet.ClassNameReturns theClassNameof the service client configuration class.List<software.amazon.awssdk.codegen.poet.model.ServiceClientConfigurationUtils.Field> Returns the list of fields present in the service client configuration class with its correspondingClientOptionmapping to theSdkClientConfigurationclass.
-
Constructor Details
-
ServiceClientConfigurationUtils
-
-
Method Details
-
serviceClientConfigurationClassName
public com.squareup.javapoet.ClassName serviceClientConfigurationClassName()Returns theClassNameof the service client configuration class. -
serviceClientConfigurationBuilderClassName
public com.squareup.javapoet.ClassName serviceClientConfigurationBuilderClassName()Returns theClassNameof the builder for the service client configuration class. -
serviceClientConfigurationFields
public List<software.amazon.awssdk.codegen.poet.model.ServiceClientConfigurationUtils.Field> serviceClientConfigurationFields()Returns the list of fields present in the service client configuration class with its correspondingClientOptionmapping to theSdkClientConfigurationclass.
-