Uses of Class
com.oracle.bmc.dataflow.model.SecureAccessControlRule
-
Packages that use SecureAccessControlRule Package Description com.oracle.bmc.dataflow.model -
-
Uses of SecureAccessControlRule in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return SecureAccessControlRule Modifier and Type Method Description SecureAccessControlRule
SecureAccessControlRule.Builder. build()
Methods in com.oracle.bmc.dataflow.model that return types with arguments of type SecureAccessControlRule Modifier and Type Method Description List<SecureAccessControlRule>
SqlEndpointSecureAccessConfig. getAccessControlRules()
A list of SecureAccessControlRule’s to which access is limited toMethods in com.oracle.bmc.dataflow.model with parameters of type SecureAccessControlRule Modifier and Type Method Description SecureAccessControlRule.Builder
SecureAccessControlRule.Builder. copy(SecureAccessControlRule model)
Method parameters in com.oracle.bmc.dataflow.model with type arguments of type SecureAccessControlRule Modifier and Type Method Description SqlEndpointSecureAccessConfig.Builder
SqlEndpointSecureAccessConfig.Builder. accessControlRules(List<SecureAccessControlRule> accessControlRules)
A list of SecureAccessControlRule’s to which access is limited toConstructor parameters in com.oracle.bmc.dataflow.model with type arguments of type SecureAccessControlRule Constructor Description SqlEndpointSecureAccessConfig(List<SecureAccessControlRule> accessControlRules, String publicEndpointIp)
Deprecated.
-