Uses of Class
com.oracle.bmc.recovery.requests.ListProtectionPoliciesRequest
-
Packages that use ListProtectionPoliciesRequest Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.requests -
-
Uses of ListProtectionPoliciesRequest in com.oracle.bmc.recovery
Method parameters in com.oracle.bmc.recovery with type arguments of type ListProtectionPoliciesRequest Modifier and Type Method Description Future<ListProtectionPoliciesResponse>
DatabaseRecoveryAsync. listProtectionPolicies(ListProtectionPoliciesRequest request, AsyncHandler<ListProtectionPoliciesRequest,ListProtectionPoliciesResponse> handler)
Gets a list of protection policies based on the specified parameters.Future<ListProtectionPoliciesResponse>
DatabaseRecoveryAsyncClient. listProtectionPolicies(ListProtectionPoliciesRequest request, AsyncHandler<ListProtectionPoliciesRequest,ListProtectionPoliciesResponse> handler)
-
Uses of ListProtectionPoliciesRequest in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return ListProtectionPoliciesRequest Modifier and Type Method Description ListProtectionPoliciesRequest
ListProtectionPoliciesRequest.Builder. build()
Build the instance of ListProtectionPoliciesRequest as configured by this builderListProtectionPoliciesRequest
ListProtectionPoliciesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListProtectionPoliciesRequest as configured by this builderMethods in com.oracle.bmc.recovery.requests with parameters of type ListProtectionPoliciesRequest Modifier and Type Method Description ListProtectionPoliciesRequest.Builder
ListProtectionPoliciesRequest.Builder. copy(ListProtectionPoliciesRequest o)
Copy method to populate the builder with values from the given instance.
-