Uses of Class
com.oracle.bmc.datasafe.responses.CreateAlertPolicyRuleResponse
-
Packages that use CreateAlertPolicyRuleResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of CreateAlertPolicyRuleResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return CreateAlertPolicyRuleResponse Modifier and Type Method Description CreateAlertPolicyRuleResponse
DataSafe. createAlertPolicyRule(CreateAlertPolicyRuleRequest request)
Creates a new rule for the alert policy.CreateAlertPolicyRuleResponse
DataSafeClient. createAlertPolicyRule(CreateAlertPolicyRuleRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type CreateAlertPolicyRuleResponse Modifier and Type Method Description Future<CreateAlertPolicyRuleResponse>
DataSafeAsync. createAlertPolicyRule(CreateAlertPolicyRuleRequest request, AsyncHandler<CreateAlertPolicyRuleRequest,CreateAlertPolicyRuleResponse> handler)
Creates a new rule for the alert policy.Future<CreateAlertPolicyRuleResponse>
DataSafeAsyncClient. createAlertPolicyRule(CreateAlertPolicyRuleRequest request, AsyncHandler<CreateAlertPolicyRuleRequest,CreateAlertPolicyRuleResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type CreateAlertPolicyRuleResponse Modifier and Type Method Description Future<CreateAlertPolicyRuleResponse>
DataSafeAsync. createAlertPolicyRule(CreateAlertPolicyRuleRequest request, AsyncHandler<CreateAlertPolicyRuleRequest,CreateAlertPolicyRuleResponse> handler)
Creates a new rule for the alert policy.Future<CreateAlertPolicyRuleResponse>
DataSafeAsyncClient. createAlertPolicyRule(CreateAlertPolicyRuleRequest request, AsyncHandler<CreateAlertPolicyRuleRequest,CreateAlertPolicyRuleResponse> handler)
-
Uses of CreateAlertPolicyRuleResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return CreateAlertPolicyRuleResponse Modifier and Type Method Description CreateAlertPolicyRuleResponse
CreateAlertPolicyRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type CreateAlertPolicyRuleResponse Modifier and Type Method Description CreateAlertPolicyRuleResponse.Builder
CreateAlertPolicyRuleResponse.Builder. copy(CreateAlertPolicyRuleResponse o)
Copy method to populate the builder with values from the given instance.
-