Uses of Class
com.oracle.bmc.identitydomains.model.CloudGateExtUpstreamServerGroups
-
Packages that use CloudGateExtUpstreamServerGroups Package Description com.oracle.bmc.identitydomains.model -
-
Uses of CloudGateExtUpstreamServerGroups in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CloudGateExtUpstreamServerGroups Modifier and Type Method Description CloudGateExtUpstreamServerGroups
CloudGateExtUpstreamServerGroups.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type CloudGateExtUpstreamServerGroups Modifier and Type Method Description List<CloudGateExtUpstreamServerGroups>
CloudGate. getUpstreamServerGroups()
A list of upstream server groupsMethods in com.oracle.bmc.identitydomains.model with parameters of type CloudGateExtUpstreamServerGroups Modifier and Type Method Description CloudGateExtUpstreamServerGroups.Builder
CloudGateExtUpstreamServerGroups.Builder. copy(CloudGateExtUpstreamServerGroups model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type CloudGateExtUpstreamServerGroups Modifier and Type Method Description CloudGate.Builder
CloudGate.Builder. upstreamServerGroups(List<CloudGateExtUpstreamServerGroups> upstreamServerGroups)
A list of upstream server groups
-