Uses of Class
com.oracle.bmc.apigateway.model.ResponseCacheRespServer
-
Packages that use ResponseCacheRespServer Package Description com.oracle.bmc.apigateway.model -
-
Uses of ResponseCacheRespServer in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return ResponseCacheRespServer Modifier and Type Method Description ResponseCacheRespServer
ResponseCacheRespServer.Builder. build()
Methods in com.oracle.bmc.apigateway.model that return types with arguments of type ResponseCacheRespServer Modifier and Type Method Description List<ResponseCacheRespServer>
ExternalRespCache. getServers()
The set of cache store members to connect to.Methods in com.oracle.bmc.apigateway.model with parameters of type ResponseCacheRespServer Modifier and Type Method Description ResponseCacheRespServer.Builder
ResponseCacheRespServer.Builder. copy(ResponseCacheRespServer model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type ResponseCacheRespServer Modifier and Type Method Description ExternalRespCache.Builder
ExternalRespCache.Builder. servers(List<ResponseCacheRespServer> servers)
The set of cache store members to connect to.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type ResponseCacheRespServer Constructor Description ExternalRespCache(List<ResponseCacheRespServer> servers, String authenticationSecretId, Long authenticationSecretVersionNumber, Boolean isSslEnabled, Boolean isSslVerifyDisabled, Integer connectTimeoutInMs, Integer readTimeoutInMs, Integer sendTimeoutInMs)
Deprecated.
-