Uses of Class
software.amazon.awssdk.codegen.poet.model.ServiceClientConfigurationUtils.Field
-
Packages that use ServiceClientConfigurationUtils.Field Package Description software.amazon.awssdk.codegen.poet.model -
-
Uses of ServiceClientConfigurationUtils.Field in software.amazon.awssdk.codegen.poet.model
Methods in software.amazon.awssdk.codegen.poet.model that return types with arguments of type ServiceClientConfigurationUtils.Field Modifier and Type Method Description List<ServiceClientConfigurationUtils.Field>ServiceClientConfigurationUtils. serviceClientConfigurationFields()Returns the list of fields present in the service client configuration class with its correspondingClientOptionmapping to theSdkClientConfigurationclass.
-