Uses of Class
com.oracle.bmc.waas.responses.GetWaasPolicyResponse
-
Packages that use GetWaasPolicyResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of GetWaasPolicyResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return GetWaasPolicyResponse Modifier and Type Method Description GetWaasPolicyResponse
Waas. getWaasPolicy(GetWaasPolicyRequest request)
Gets the details of a WAAS policy.GetWaasPolicyResponse
WaasClient. getWaasPolicy(GetWaasPolicyRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type GetWaasPolicyResponse Modifier and Type Method Description Future<GetWaasPolicyResponse>
WaasAsync. getWaasPolicy(GetWaasPolicyRequest request, AsyncHandler<GetWaasPolicyRequest,GetWaasPolicyResponse> handler)
Gets the details of a WAAS policy.Future<GetWaasPolicyResponse>
WaasAsyncClient. getWaasPolicy(GetWaasPolicyRequest request, AsyncHandler<GetWaasPolicyRequest,GetWaasPolicyResponse> handler)
-
Uses of GetWaasPolicyResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return GetWaasPolicyResponse Modifier and Type Method Description GetWaasPolicyResponse
GetWaasPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type GetWaasPolicyResponse Modifier and Type Method Description GetWaasPolicyResponse.Builder
GetWaasPolicyResponse.Builder. copy(GetWaasPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-