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