Class ServiceClientConfigurationUtils
java.lang.Object
software.amazon.awssdk.codegen.poet.model.ServiceClientConfigurationUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.squareup.javapoet.ClassName
Returns theClassName
of the builder for the service client configuration class.com.squareup.javapoet.ClassName
Returns theClassName
of 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 correspondingClientOption
mapping to theSdkClientConfiguration
class.
-
Constructor Details
-
ServiceClientConfigurationUtils
-
-
Method Details
-
serviceClientConfigurationClassName
public com.squareup.javapoet.ClassName serviceClientConfigurationClassName()Returns theClassName
of the service client configuration class. -
serviceClientConfigurationBuilderClassName
public com.squareup.javapoet.ClassName serviceClientConfigurationBuilderClassName()Returns theClassName
of 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 correspondingClientOption
mapping to theSdkClientConfiguration
class.
-