Uses of Class
com.oracle.bmc.zpr.requests.DeleteZprPolicyRequest
- 
Packages that use DeleteZprPolicyRequest Package Description com.oracle.bmc.zpr com.oracle.bmc.zpr.requests 
- 
- 
Uses of DeleteZprPolicyRequest in com.oracle.bmc.zprMethods in com.oracle.bmc.zpr with parameters of type DeleteZprPolicyRequest Modifier and Type Method Description DeleteZprPolicyResponseZpr. deleteZprPolicy(DeleteZprPolicyRequest request)Deletes a ZprPolicy.Future<DeleteZprPolicyResponse>ZprAsync. deleteZprPolicy(DeleteZprPolicyRequest request, AsyncHandler<DeleteZprPolicyRequest,DeleteZprPolicyResponse> handler)Deletes a ZprPolicy.Future<DeleteZprPolicyResponse>ZprAsyncClient. deleteZprPolicy(DeleteZprPolicyRequest request, AsyncHandler<DeleteZprPolicyRequest,DeleteZprPolicyResponse> handler)DeleteZprPolicyResponseZprClient. deleteZprPolicy(DeleteZprPolicyRequest request)Method parameters in com.oracle.bmc.zpr with type arguments of type DeleteZprPolicyRequest 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 DeleteZprPolicyRequest in com.oracle.bmc.zpr.requestsMethods in com.oracle.bmc.zpr.requests that return DeleteZprPolicyRequest Modifier and Type Method Description DeleteZprPolicyRequestDeleteZprPolicyRequest.Builder. build()Build the instance of DeleteZprPolicyRequest as configured by this builderDeleteZprPolicyRequestDeleteZprPolicyRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteZprPolicyRequest as configured by this builderMethods in com.oracle.bmc.zpr.requests with parameters of type DeleteZprPolicyRequest Modifier and Type Method Description DeleteZprPolicyRequest.BuilderDeleteZprPolicyRequest.Builder. copy(DeleteZprPolicyRequest o)Copy method to populate the builder with values from the given instance.
 
-