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