Uses of Class
codes.thischwa.cf.CfDnsClientBuilder
Packages that use CfDnsClientBuilder
-
Uses of CfDnsClientBuilder in codes.thischwa.cf
Methods in codes.thischwa.cf that return CfDnsClientBuilderModifier and TypeMethodDescriptionCfDnsClientBuilder.withApiTokenAuth(String apiToken) Configures the authentication method for theCfDnsClientto use an API token.CfDnsClientBuilder.withBaseUrl(String baseUrl) Sets the base URL to be used by theCfDnsClient.CfDnsClientBuilder.withEmailKeyAuth(String authEmail, String authKey) Configures the authentication method for theCfDnsClientto use an email and API key.CfDnsClientBuilder.withEmptyResultThrowsException(boolean emptyResultThrowsException) Configures whether an exception should be thrown when an empty result is encountered during operations performed by the `CfDnsClient`.