Uses of Class
com.oracle.bmc.zpr.requests.CreateZprPolicyRequest
-
Packages that use CreateZprPolicyRequest Package Description com.oracle.bmc.zpr com.oracle.bmc.zpr.requests -
-
Uses of CreateZprPolicyRequest in com.oracle.bmc.zpr
Methods in com.oracle.bmc.zpr with parameters of type CreateZprPolicyRequest Modifier and Type Method Description CreateZprPolicyResponse
Zpr. createZprPolicy(CreateZprPolicyRequest request)
Creates a ZprPolicy.Future<CreateZprPolicyResponse>
ZprAsync. createZprPolicy(CreateZprPolicyRequest request, AsyncHandler<CreateZprPolicyRequest,CreateZprPolicyResponse> handler)
Creates a ZprPolicy.Future<CreateZprPolicyResponse>
ZprAsyncClient. createZprPolicy(CreateZprPolicyRequest request, AsyncHandler<CreateZprPolicyRequest,CreateZprPolicyResponse> handler)
CreateZprPolicyResponse
ZprClient. createZprPolicy(CreateZprPolicyRequest request)
Method parameters in com.oracle.bmc.zpr with type arguments of type CreateZprPolicyRequest Modifier and Type Method Description Future<CreateZprPolicyResponse>
ZprAsync. createZprPolicy(CreateZprPolicyRequest request, AsyncHandler<CreateZprPolicyRequest,CreateZprPolicyResponse> handler)
Creates a ZprPolicy.Future<CreateZprPolicyResponse>
ZprAsyncClient. createZprPolicy(CreateZprPolicyRequest request, AsyncHandler<CreateZprPolicyRequest,CreateZprPolicyResponse> handler)
-
Uses of CreateZprPolicyRequest in com.oracle.bmc.zpr.requests
Methods in com.oracle.bmc.zpr.requests that return CreateZprPolicyRequest Modifier and Type Method Description CreateZprPolicyRequest
CreateZprPolicyRequest.Builder. build()
Build the instance of CreateZprPolicyRequest as configured by this builderCreateZprPolicyRequest
CreateZprPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateZprPolicyRequest as configured by this builderMethods in com.oracle.bmc.zpr.requests with parameters of type CreateZprPolicyRequest Modifier and Type Method Description CreateZprPolicyRequest.Builder
CreateZprPolicyRequest.Builder. copy(CreateZprPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-