Uses of Class
com.oracle.bmc.zpr.responses.DeleteZprPolicyResponse
-
Packages that use DeleteZprPolicyResponse Package Description com.oracle.bmc.zpr com.oracle.bmc.zpr.responses -
-
Uses of DeleteZprPolicyResponse in com.oracle.bmc.zpr
Methods in com.oracle.bmc.zpr that return DeleteZprPolicyResponse Modifier and Type Method Description DeleteZprPolicyResponse
Zpr. deleteZprPolicy(DeleteZprPolicyRequest request)
Deletes a ZprPolicy.DeleteZprPolicyResponse
ZprClient. deleteZprPolicy(DeleteZprPolicyRequest request)
Methods in com.oracle.bmc.zpr that return types with arguments of type DeleteZprPolicyResponse Modifier and Type Method Description Future<DeleteZprPolicyResponse>
ZprAsync. deleteZprPolicy(DeleteZprPolicyRequest request, AsyncHandler<DeleteZprPolicyRequest,DeleteZprPolicyResponse> handler)
Deletes a ZprPolicy.Future<DeleteZprPolicyResponse>
ZprAsyncClient. deleteZprPolicy(DeleteZprPolicyRequest request, AsyncHandler<DeleteZprPolicyRequest,DeleteZprPolicyResponse> handler)
Method parameters in com.oracle.bmc.zpr with type arguments of type DeleteZprPolicyResponse Modifier and Type Method Description Future<DeleteZprPolicyResponse>
ZprAsync. deleteZprPolicy(DeleteZprPolicyRequest request, AsyncHandler<DeleteZprPolicyRequest,DeleteZprPolicyResponse> handler)
Deletes a ZprPolicy.Future<DeleteZprPolicyResponse>
ZprAsyncClient. deleteZprPolicy(DeleteZprPolicyRequest request, AsyncHandler<DeleteZprPolicyRequest,DeleteZprPolicyResponse> handler)
-
Uses of DeleteZprPolicyResponse in com.oracle.bmc.zpr.responses
Methods in com.oracle.bmc.zpr.responses that return DeleteZprPolicyResponse Modifier and Type Method Description DeleteZprPolicyResponse
DeleteZprPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.zpr.responses with parameters of type DeleteZprPolicyResponse Modifier and Type Method Description DeleteZprPolicyResponse.Builder
DeleteZprPolicyResponse.Builder. copy(DeleteZprPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-