Uses of Class
com.ibm.cloud.sdk.core.http.HttpConfigOptions.LoggingLevel
-
Packages that use HttpConfigOptions.LoggingLevel Package Description com.ibm.cloud.sdk.core.http -
-
Uses of HttpConfigOptions.LoggingLevel in com.ibm.cloud.sdk.core.http
Methods in com.ibm.cloud.sdk.core.http that return HttpConfigOptions.LoggingLevel Modifier and Type Method Description HttpConfigOptions.LoggingLevelHttpConfigOptions. getLoggingLevel()static HttpConfigOptions.LoggingLevelHttpConfigOptions.LoggingLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpConfigOptions.LoggingLevel[]HttpConfigOptions.LoggingLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.cloud.sdk.core.http with parameters of type HttpConfigOptions.LoggingLevel Modifier and Type Method Description HttpConfigOptions.BuilderHttpConfigOptions.Builder. loggingLevel(HttpConfigOptions.LoggingLevel loggingLevel)Sets HTTP logging level to be used by the current client.
-