Uses of Class
com.oracle.bmc.zpr.requests.UpdateZprPolicyRequest
- 
Packages that use UpdateZprPolicyRequest Package Description com.oracle.bmc.zpr com.oracle.bmc.zpr.requests 
- 
- 
Uses of UpdateZprPolicyRequest in com.oracle.bmc.zprMethods in com.oracle.bmc.zpr with parameters of type UpdateZprPolicyRequest Modifier and Type Method Description UpdateZprPolicyResponseZpr. updateZprPolicy(UpdateZprPolicyRequest request)Updates a specific ZprPolicy.Future<UpdateZprPolicyResponse>ZprAsync. updateZprPolicy(UpdateZprPolicyRequest request, AsyncHandler<UpdateZprPolicyRequest,UpdateZprPolicyResponse> handler)Updates a specific ZprPolicy.Future<UpdateZprPolicyResponse>ZprAsyncClient. updateZprPolicy(UpdateZprPolicyRequest request, AsyncHandler<UpdateZprPolicyRequest,UpdateZprPolicyResponse> handler)UpdateZprPolicyResponseZprClient. updateZprPolicy(UpdateZprPolicyRequest request)Method parameters in com.oracle.bmc.zpr with type arguments of type UpdateZprPolicyRequest Modifier and Type Method Description Future<UpdateZprPolicyResponse>ZprAsync. updateZprPolicy(UpdateZprPolicyRequest request, AsyncHandler<UpdateZprPolicyRequest,UpdateZprPolicyResponse> handler)Updates a specific ZprPolicy.Future<UpdateZprPolicyResponse>ZprAsyncClient. updateZprPolicy(UpdateZprPolicyRequest request, AsyncHandler<UpdateZprPolicyRequest,UpdateZprPolicyResponse> handler)
- 
Uses of UpdateZprPolicyRequest in com.oracle.bmc.zpr.requestsMethods in com.oracle.bmc.zpr.requests that return UpdateZprPolicyRequest Modifier and Type Method Description UpdateZprPolicyRequestUpdateZprPolicyRequest.Builder. build()Build the instance of UpdateZprPolicyRequest as configured by this builderUpdateZprPolicyRequestUpdateZprPolicyRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateZprPolicyRequest as configured by this builderMethods in com.oracle.bmc.zpr.requests with parameters of type UpdateZprPolicyRequest Modifier and Type Method Description UpdateZprPolicyRequest.BuilderUpdateZprPolicyRequest.Builder. copy(UpdateZprPolicyRequest o)Copy method to populate the builder with values from the given instance.
 
-