Uses of Class
com.oracle.bmc.datasafe.responses.CreateAlertPolicyResponse
-
Packages that use CreateAlertPolicyResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of CreateAlertPolicyResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return CreateAlertPolicyResponse Modifier and Type Method Description CreateAlertPolicyResponse
DataSafe. createAlertPolicy(CreateAlertPolicyRequest request)
Creates a new user-defined alert policy.CreateAlertPolicyResponse
DataSafeClient. createAlertPolicy(CreateAlertPolicyRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type CreateAlertPolicyResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type CreateAlertPolicyResponse 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 CreateAlertPolicyResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return CreateAlertPolicyResponse Modifier and Type Method Description CreateAlertPolicyResponse
CreateAlertPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type CreateAlertPolicyResponse Modifier and Type Method Description CreateAlertPolicyResponse.Builder
CreateAlertPolicyResponse.Builder. copy(CreateAlertPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-