Uses of Class
com.oracle.bmc.datasafe.responses.ListAlertPoliciesResponse
-
Packages that use ListAlertPoliciesResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListAlertPoliciesResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListAlertPoliciesResponse Modifier and Type Method Description ListAlertPoliciesResponse
DataSafe. listAlertPolicies(ListAlertPoliciesRequest request)
Gets a list of all alert policies.ListAlertPoliciesResponse
DataSafeClient. listAlertPolicies(ListAlertPoliciesRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ListAlertPoliciesResponse Modifier and Type Method Description Future<ListAlertPoliciesResponse>
DataSafeAsync. listAlertPolicies(ListAlertPoliciesRequest request, AsyncHandler<ListAlertPoliciesRequest,ListAlertPoliciesResponse> handler)
Gets a list of all alert policies.Future<ListAlertPoliciesResponse>
DataSafeAsyncClient. listAlertPolicies(ListAlertPoliciesRequest request, AsyncHandler<ListAlertPoliciesRequest,ListAlertPoliciesResponse> handler)
Iterable<ListAlertPoliciesResponse>
DataSafePaginators. listAlertPoliciesResponseIterator(ListAlertPoliciesRequest request)
Creates a new iterable which will iterate over the responses received from the listAlertPolicies operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListAlertPoliciesResponse Modifier and Type Method Description Future<ListAlertPoliciesResponse>
DataSafeAsync. listAlertPolicies(ListAlertPoliciesRequest request, AsyncHandler<ListAlertPoliciesRequest,ListAlertPoliciesResponse> handler)
Gets a list of all alert policies.Future<ListAlertPoliciesResponse>
DataSafeAsyncClient. listAlertPolicies(ListAlertPoliciesRequest request, AsyncHandler<ListAlertPoliciesRequest,ListAlertPoliciesResponse> handler)
-
Uses of ListAlertPoliciesResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListAlertPoliciesResponse Modifier and Type Method Description ListAlertPoliciesResponse
ListAlertPoliciesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListAlertPoliciesResponse Modifier and Type Method Description ListAlertPoliciesResponse.Builder
ListAlertPoliciesResponse.Builder. copy(ListAlertPoliciesResponse o)
Copy method to populate the builder with values from the given instance.
-