Uses of Class
com.oracle.bmc.recovery.responses.GetProtectionPolicyResponse
-
Packages that use GetProtectionPolicyResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of GetProtectionPolicyResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return GetProtectionPolicyResponse Modifier and Type Method Description GetProtectionPolicyResponse
DatabaseRecovery. getProtectionPolicy(GetProtectionPolicyRequest request)
Gets information about a specified protection policy.GetProtectionPolicyResponse
DatabaseRecoveryClient. getProtectionPolicy(GetProtectionPolicyRequest request)
Method parameters in com.oracle.bmc.recovery with type arguments of type GetProtectionPolicyResponse Modifier and Type Method Description Future<GetProtectionPolicyResponse>
DatabaseRecoveryAsync. getProtectionPolicy(GetProtectionPolicyRequest request, AsyncHandler<GetProtectionPolicyRequest,GetProtectionPolicyResponse> handler)
Gets information about a specified protection policy.Future<GetProtectionPolicyResponse>
DatabaseRecoveryAsyncClient. getProtectionPolicy(GetProtectionPolicyRequest request, AsyncHandler<GetProtectionPolicyRequest,GetProtectionPolicyResponse> handler)
-
Uses of GetProtectionPolicyResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return GetProtectionPolicyResponse Modifier and Type Method Description GetProtectionPolicyResponse
GetProtectionPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type GetProtectionPolicyResponse Modifier and Type Method Description GetProtectionPolicyResponse.Builder
GetProtectionPolicyResponse.Builder. copy(GetProtectionPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-