Uses of Class
com.oracle.bmc.zpr.responses.CreateZprPolicyResponse
-
Packages that use CreateZprPolicyResponse Package Description com.oracle.bmc.zpr com.oracle.bmc.zpr.responses -
-
Uses of CreateZprPolicyResponse in com.oracle.bmc.zpr
Methods in com.oracle.bmc.zpr that return CreateZprPolicyResponse Modifier and Type Method Description CreateZprPolicyResponse
Zpr. createZprPolicy(CreateZprPolicyRequest request)
Creates a ZprPolicy.CreateZprPolicyResponse
ZprClient. createZprPolicy(CreateZprPolicyRequest request)
Methods in com.oracle.bmc.zpr that return types with arguments of type CreateZprPolicyResponse 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)
Method parameters in com.oracle.bmc.zpr with type arguments of type CreateZprPolicyResponse 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 CreateZprPolicyResponse in com.oracle.bmc.zpr.responses
Methods in com.oracle.bmc.zpr.responses that return CreateZprPolicyResponse Modifier and Type Method Description CreateZprPolicyResponse
CreateZprPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.zpr.responses with parameters of type CreateZprPolicyResponse Modifier and Type Method Description CreateZprPolicyResponse.Builder
CreateZprPolicyResponse.Builder. copy(CreateZprPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-