Uses of Class
com.oracle.bmc.datasafe.responses.GetSqlFirewallPolicyResponse
-
Packages that use GetSqlFirewallPolicyResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetSqlFirewallPolicyResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetSqlFirewallPolicyResponse Modifier and Type Method Description GetSqlFirewallPolicyResponse
DataSafe. getSqlFirewallPolicy(GetSqlFirewallPolicyRequest request)
Gets a SQL Firewall policy by identifier.GetSqlFirewallPolicyResponse
DataSafeClient. getSqlFirewallPolicy(GetSqlFirewallPolicyRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetSqlFirewallPolicyResponse 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 GetSqlFirewallPolicyResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetSqlFirewallPolicyResponse Modifier and Type Method Description GetSqlFirewallPolicyResponse
GetSqlFirewallPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetSqlFirewallPolicyResponse Modifier and Type Method Description GetSqlFirewallPolicyResponse.Builder
GetSqlFirewallPolicyResponse.Builder. copy(GetSqlFirewallPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-