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