Uses of Class
com.oracle.bmc.recovery.responses.ListProtectionPoliciesResponse
-
Packages that use ListProtectionPoliciesResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of ListProtectionPoliciesResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return ListProtectionPoliciesResponse Modifier and Type Method Description ListProtectionPoliciesResponse
DatabaseRecovery. listProtectionPolicies(ListProtectionPoliciesRequest request)
Gets a list of protection policies based on the specified parameters.ListProtectionPoliciesResponse
DatabaseRecoveryClient. listProtectionPolicies(ListProtectionPoliciesRequest request)
Methods in com.oracle.bmc.recovery that return types with arguments of type ListProtectionPoliciesResponse 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)
Iterable<ListProtectionPoliciesResponse>
DatabaseRecoveryPaginators. listProtectionPoliciesResponseIterator(ListProtectionPoliciesRequest request)
Creates a new iterable which will iterate over the responses received from the listProtectionPolicies operation.Method parameters in com.oracle.bmc.recovery with type arguments of type ListProtectionPoliciesResponse 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 ListProtectionPoliciesResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return ListProtectionPoliciesResponse Modifier and Type Method Description ListProtectionPoliciesResponse
ListProtectionPoliciesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type ListProtectionPoliciesResponse Modifier and Type Method Description ListProtectionPoliciesResponse.Builder
ListProtectionPoliciesResponse.Builder. copy(ListProtectionPoliciesResponse o)
Copy method to populate the builder with values from the given instance.
-