Uses of Class
com.oracle.bmc.datasafe.requests.PatchSqlFirewallAllowedSqlRequest
-
Packages that use PatchSqlFirewallAllowedSqlRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of PatchSqlFirewallAllowedSqlRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type PatchSqlFirewallAllowedSqlRequest Modifier and Type Method Description PatchSqlFirewallAllowedSqlResponse
DataSafe. patchSqlFirewallAllowedSql(PatchSqlFirewallAllowedSqlRequest request)
Delete multiple allowed sqls.Future<PatchSqlFirewallAllowedSqlResponse>
DataSafeAsync. patchSqlFirewallAllowedSql(PatchSqlFirewallAllowedSqlRequest request, AsyncHandler<PatchSqlFirewallAllowedSqlRequest,PatchSqlFirewallAllowedSqlResponse> handler)
Delete multiple allowed sqls.Future<PatchSqlFirewallAllowedSqlResponse>
DataSafeAsyncClient. patchSqlFirewallAllowedSql(PatchSqlFirewallAllowedSqlRequest request, AsyncHandler<PatchSqlFirewallAllowedSqlRequest,PatchSqlFirewallAllowedSqlResponse> handler)
PatchSqlFirewallAllowedSqlResponse
DataSafeClient. patchSqlFirewallAllowedSql(PatchSqlFirewallAllowedSqlRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type PatchSqlFirewallAllowedSqlRequest Modifier and Type Method Description Future<PatchSqlFirewallAllowedSqlResponse>
DataSafeAsync. patchSqlFirewallAllowedSql(PatchSqlFirewallAllowedSqlRequest request, AsyncHandler<PatchSqlFirewallAllowedSqlRequest,PatchSqlFirewallAllowedSqlResponse> handler)
Delete multiple allowed sqls.Future<PatchSqlFirewallAllowedSqlResponse>
DataSafeAsyncClient. patchSqlFirewallAllowedSql(PatchSqlFirewallAllowedSqlRequest request, AsyncHandler<PatchSqlFirewallAllowedSqlRequest,PatchSqlFirewallAllowedSqlResponse> handler)
-
Uses of PatchSqlFirewallAllowedSqlRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return PatchSqlFirewallAllowedSqlRequest Modifier and Type Method Description PatchSqlFirewallAllowedSqlRequest
PatchSqlFirewallAllowedSqlRequest.Builder. build()
Build the instance of PatchSqlFirewallAllowedSqlRequest as configured by this builderPatchSqlFirewallAllowedSqlRequest
PatchSqlFirewallAllowedSqlRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchSqlFirewallAllowedSqlRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type PatchSqlFirewallAllowedSqlRequest Modifier and Type Method Description PatchSqlFirewallAllowedSqlRequest.Builder
PatchSqlFirewallAllowedSqlRequest.Builder. copy(PatchSqlFirewallAllowedSqlRequest o)
Copy method to populate the builder with values from the given instance.
-