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.zpr
Methods in com.oracle.bmc.zpr with parameters of type UpdateZprPolicyRequest Modifier and Type Method Description UpdateZprPolicyResponse
Zpr. 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)
UpdateZprPolicyResponse
ZprClient. 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.requests
Methods in com.oracle.bmc.zpr.requests that return UpdateZprPolicyRequest Modifier and Type Method Description UpdateZprPolicyRequest
UpdateZprPolicyRequest.Builder. build()
Build the instance of UpdateZprPolicyRequest as configured by this builderUpdateZprPolicyRequest
UpdateZprPolicyRequest.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.Builder
UpdateZprPolicyRequest.Builder. copy(UpdateZprPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-