Uses of Class
com.oracle.bmc.datasafe.model.PatchSqlFirewallAllowedSqlDetails
-
Packages that use PatchSqlFirewallAllowedSqlDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of PatchSqlFirewallAllowedSqlDetails in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return PatchSqlFirewallAllowedSqlDetails Modifier and Type Method Description PatchSqlFirewallAllowedSqlDetails
PatchSqlFirewallAllowedSqlDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type PatchSqlFirewallAllowedSqlDetails Modifier and Type Method Description PatchSqlFirewallAllowedSqlDetails.Builder
PatchSqlFirewallAllowedSqlDetails.Builder. copy(PatchSqlFirewallAllowedSqlDetails model)
-
Uses of PatchSqlFirewallAllowedSqlDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return PatchSqlFirewallAllowedSqlDetails Modifier and Type Method Description PatchSqlFirewallAllowedSqlDetails
PatchSqlFirewallAllowedSqlRequest. getBody$()
Alternative accessor for the body parameter.PatchSqlFirewallAllowedSqlDetails
PatchSqlFirewallAllowedSqlRequest. getPatchSqlFirewallAllowedSqlDetails()
The details used to patch the allowed sqls.Methods in com.oracle.bmc.datasafe.requests with parameters of type PatchSqlFirewallAllowedSqlDetails Modifier and Type Method Description PatchSqlFirewallAllowedSqlRequest.Builder
PatchSqlFirewallAllowedSqlRequest.Builder. body$(PatchSqlFirewallAllowedSqlDetails body)
Alternative setter for the body parameter.PatchSqlFirewallAllowedSqlRequest.Builder
PatchSqlFirewallAllowedSqlRequest.Builder. patchSqlFirewallAllowedSqlDetails(PatchSqlFirewallAllowedSqlDetails patchSqlFirewallAllowedSqlDetails)
The details used to patch the allowed sqls.
-