Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
ResponseCacheRespServer |
ResponseCacheRespServer.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ResponseCacheRespServer> |
ExternalRespCache.getServers()
The set of cache store members to connect to.
|
Modifier and Type | Method and Description |
---|---|
ResponseCacheRespServer.Builder |
ResponseCacheRespServer.Builder.copy(ResponseCacheRespServer model) |
Modifier and Type | Method and Description |
---|---|
ExternalRespCache.Builder |
ExternalRespCache.Builder.servers(List<ResponseCacheRespServer> servers)
The set of cache store members to connect to.
|
Constructor and Description |
---|
ExternalRespCache(List<ResponseCacheRespServer> servers,
String authenticationSecretId,
Long authenticationSecretVersionNumber,
Boolean isSslEnabled,
Boolean isSslVerifyDisabled,
Integer connectTimeoutInMs,
Integer readTimeoutInMs,
Integer sendTimeoutInMs)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.