Package com.strongdm.api
Class ClientOptions
java.lang.Object
com.strongdm.api.ClientOptions
ClientOptions allows customization of the behavior of the strongDM API client.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.getHost()booleanintintgetPort()booleanwithHostAndPort(String host, int port) withPageLimit(int limit) withRateLimitRetries(boolean enabled)
-
Constructor Details
-
ClientOptions
public ClientOptions()
-
-
Method Details
-
getHost
-
getPort
public int getPort() -
getInsecure
public boolean getInsecure() -
getRetryRateLimitErrors
public boolean getRetryRateLimitErrors() -
getExposeRateLimitErrors
Deprecated. -
getPageLimit
public int getPageLimit() -
withHostAndPort
-
withInsecure
-
withRateLimitRetries
-
withPageLimit
-