Uses of Class
com.oracle.bmc.datasafe.responses.GetAlertPolicyRuleResponse
-
Packages that use GetAlertPolicyRuleResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetAlertPolicyRuleResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetAlertPolicyRuleResponse Modifier and Type Method Description GetAlertPolicyRuleResponse
DataSafe. getAlertPolicyRule(GetAlertPolicyRuleRequest request)
Gets the details of a policy rule by its key.GetAlertPolicyRuleResponse
DataSafeClient. getAlertPolicyRule(GetAlertPolicyRuleRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetAlertPolicyRuleResponse Modifier and Type Method Description Future<GetAlertPolicyRuleResponse>
DataSafeAsync. getAlertPolicyRule(GetAlertPolicyRuleRequest request, AsyncHandler<GetAlertPolicyRuleRequest,GetAlertPolicyRuleResponse> handler)
Gets the details of a policy rule by its key.Future<GetAlertPolicyRuleResponse>
DataSafeAsyncClient. getAlertPolicyRule(GetAlertPolicyRuleRequest request, AsyncHandler<GetAlertPolicyRuleRequest,GetAlertPolicyRuleResponse> handler)
-
Uses of GetAlertPolicyRuleResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetAlertPolicyRuleResponse Modifier and Type Method Description GetAlertPolicyRuleResponse
GetAlertPolicyRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetAlertPolicyRuleResponse Modifier and Type Method Description GetAlertPolicyRuleResponse.Builder
GetAlertPolicyRuleResponse.Builder. copy(GetAlertPolicyRuleResponse o)
Copy method to populate the builder with values from the given instance.
-