Uses of Class
com.oracle.bmc.identitydomains.model.CloudGateExtUpstreamServers
-
Packages that use CloudGateExtUpstreamServers Package Description com.oracle.bmc.identitydomains.model -
-
Uses of CloudGateExtUpstreamServers in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CloudGateExtUpstreamServers Modifier and Type Method Description CloudGateExtUpstreamServers
CloudGateExtUpstreamServers.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type CloudGateExtUpstreamServers Modifier and Type Method Description List<CloudGateExtUpstreamServers>
CloudGate. getUpstreamServers()
A list of upstream serversMethods in com.oracle.bmc.identitydomains.model with parameters of type CloudGateExtUpstreamServers Modifier and Type Method Description CloudGateExtUpstreamServers.Builder
CloudGateExtUpstreamServers.Builder. copy(CloudGateExtUpstreamServers model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type CloudGateExtUpstreamServers Modifier and Type Method Description CloudGate.Builder
CloudGate.Builder. upstreamServers(List<CloudGateExtUpstreamServers> upstreamServers)
A list of upstream servers
-