Uses of Class
com.oracle.bmc.identitydomains.model.CloudGateExtMappings
-
Packages that use CloudGateExtMappings Package Description com.oracle.bmc.identitydomains.model -
-
Uses of CloudGateExtMappings in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CloudGateExtMappings Modifier and Type Method Description CloudGateExtMappings
CloudGateExtMappings.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type CloudGateExtMappings Modifier and Type Method Description List<CloudGateExtMappings>
CloudGate. getMappings()
A list of Cloud Gate Mappings that map Apps to this Cloud GateMethods in com.oracle.bmc.identitydomains.model with parameters of type CloudGateExtMappings Modifier and Type Method Description CloudGateExtMappings.Builder
CloudGateExtMappings.Builder. copy(CloudGateExtMappings model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type CloudGateExtMappings Modifier and Type Method Description CloudGate.Builder
CloudGate.Builder. mappings(List<CloudGateExtMappings> mappings)
A list of Cloud Gate Mappings that map Apps to this Cloud Gate
-