Uses of Class
com.oracle.bmc.datasafe.requests.CreateAlertPolicyRequest
-
Packages that use CreateAlertPolicyRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of CreateAlertPolicyRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type CreateAlertPolicyRequest Modifier and Type Method Description CreateAlertPolicyResponse
DataSafe. createAlertPolicy(CreateAlertPolicyRequest request)
Creates a new user-defined alert policy.Future<CreateAlertPolicyResponse>
DataSafeAsync. createAlertPolicy(CreateAlertPolicyRequest request, AsyncHandler<CreateAlertPolicyRequest,CreateAlertPolicyResponse> handler)
Creates a new user-defined alert policy.Future<CreateAlertPolicyResponse>
DataSafeAsyncClient. createAlertPolicy(CreateAlertPolicyRequest request, AsyncHandler<CreateAlertPolicyRequest,CreateAlertPolicyResponse> handler)
CreateAlertPolicyResponse
DataSafeClient. createAlertPolicy(CreateAlertPolicyRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type CreateAlertPolicyRequest Modifier and Type Method Description Future<CreateAlertPolicyResponse>
DataSafeAsync. createAlertPolicy(CreateAlertPolicyRequest request, AsyncHandler<CreateAlertPolicyRequest,CreateAlertPolicyResponse> handler)
Creates a new user-defined alert policy.Future<CreateAlertPolicyResponse>
DataSafeAsyncClient. createAlertPolicy(CreateAlertPolicyRequest request, AsyncHandler<CreateAlertPolicyRequest,CreateAlertPolicyResponse> handler)
-
Uses of CreateAlertPolicyRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return CreateAlertPolicyRequest Modifier and Type Method Description CreateAlertPolicyRequest
CreateAlertPolicyRequest.Builder. build()
Build the instance of CreateAlertPolicyRequest as configured by this builderCreateAlertPolicyRequest
CreateAlertPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAlertPolicyRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type CreateAlertPolicyRequest Modifier and Type Method Description CreateAlertPolicyRequest.Builder
CreateAlertPolicyRequest.Builder. copy(CreateAlertPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-