Uses of Class
com.oracle.bmc.datasafe.requests.CreateAlertPolicyRuleRequest
-
Packages that use CreateAlertPolicyRuleRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of CreateAlertPolicyRuleRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type CreateAlertPolicyRuleRequest Modifier and Type Method Description CreateAlertPolicyRuleResponse
DataSafe. createAlertPolicyRule(CreateAlertPolicyRuleRequest request)
Creates a new rule for the alert policy.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)
CreateAlertPolicyRuleResponse
DataSafeClient. createAlertPolicyRule(CreateAlertPolicyRuleRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type CreateAlertPolicyRuleRequest 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 CreateAlertPolicyRuleRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return CreateAlertPolicyRuleRequest Modifier and Type Method Description CreateAlertPolicyRuleRequest
CreateAlertPolicyRuleRequest.Builder. build()
Build the instance of CreateAlertPolicyRuleRequest as configured by this builderCreateAlertPolicyRuleRequest
CreateAlertPolicyRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAlertPolicyRuleRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type CreateAlertPolicyRuleRequest Modifier and Type Method Description CreateAlertPolicyRuleRequest.Builder
CreateAlertPolicyRuleRequest.Builder. copy(CreateAlertPolicyRuleRequest o)
Copy method to populate the builder with values from the given instance.
-