Uses of Class
com.oracle.bmc.datasafe.requests.GetSqlFirewallPolicyRequest
-
Packages that use GetSqlFirewallPolicyRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetSqlFirewallPolicyRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetSqlFirewallPolicyRequest Modifier and Type Method Description Future<GetSqlFirewallPolicyResponse>
DataSafeAsync. getSqlFirewallPolicy(GetSqlFirewallPolicyRequest request, AsyncHandler<GetSqlFirewallPolicyRequest,GetSqlFirewallPolicyResponse> handler)
Gets a SQL Firewall policy by identifier.Future<GetSqlFirewallPolicyResponse>
DataSafeAsyncClient. getSqlFirewallPolicy(GetSqlFirewallPolicyRequest request, AsyncHandler<GetSqlFirewallPolicyRequest,GetSqlFirewallPolicyResponse> handler)
-
Uses of GetSqlFirewallPolicyRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetSqlFirewallPolicyRequest Modifier and Type Method Description GetSqlFirewallPolicyRequest
GetSqlFirewallPolicyRequest.Builder. build()
Build the instance of GetSqlFirewallPolicyRequest as configured by this builderGetSqlFirewallPolicyRequest
GetSqlFirewallPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSqlFirewallPolicyRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetSqlFirewallPolicyRequest Modifier and Type Method Description GetSqlFirewallPolicyRequest.Builder
GetSqlFirewallPolicyRequest.Builder. copy(GetSqlFirewallPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-