Uses of Class
com.oracle.bmc.datasafe.requests.ListAlertPoliciesRequest
-
Packages that use ListAlertPoliciesRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListAlertPoliciesRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type ListAlertPoliciesRequest 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 ListAlertPoliciesRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListAlertPoliciesRequest Modifier and Type Method Description ListAlertPoliciesRequest
ListAlertPoliciesRequest.Builder. build()
Build the instance of ListAlertPoliciesRequest as configured by this builderListAlertPoliciesRequest
ListAlertPoliciesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAlertPoliciesRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListAlertPoliciesRequest Modifier and Type Method Description ListAlertPoliciesRequest.Builder
ListAlertPoliciesRequest.Builder. copy(ListAlertPoliciesRequest o)
Copy method to populate the builder with values from the given instance.
-