Uses of Class
com.oracle.bmc.waas.responses.ListCaptchasResponse
-
Packages that use ListCaptchasResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListCaptchasResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListCaptchasResponse Modifier and Type Method Description ListCaptchasResponse
Waas. listCaptchas(ListCaptchasRequest request)
Gets the list of currently configured CAPTCHA challenges in the Web Application Firewall configuration of a WAAS policy.ListCaptchasResponse
WaasClient. listCaptchas(ListCaptchasRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type ListCaptchasResponse Modifier and Type Method Description Future<ListCaptchasResponse>
WaasAsync. listCaptchas(ListCaptchasRequest request, AsyncHandler<ListCaptchasRequest,ListCaptchasResponse> handler)
Gets the list of currently configured CAPTCHA challenges in the Web Application Firewall configuration of a WAAS policy.Future<ListCaptchasResponse>
WaasAsyncClient. listCaptchas(ListCaptchasRequest request, AsyncHandler<ListCaptchasRequest,ListCaptchasResponse> handler)
Iterable<ListCaptchasResponse>
WaasPaginators. listCaptchasResponseIterator(ListCaptchasRequest request)
Creates a new iterable which will iterate over the responses received from the listCaptchas operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListCaptchasResponse Modifier and Type Method Description Future<ListCaptchasResponse>
WaasAsync. listCaptchas(ListCaptchasRequest request, AsyncHandler<ListCaptchasRequest,ListCaptchasResponse> handler)
Gets the list of currently configured CAPTCHA challenges in the Web Application Firewall configuration of a WAAS policy.Future<ListCaptchasResponse>
WaasAsyncClient. listCaptchas(ListCaptchasRequest request, AsyncHandler<ListCaptchasRequest,ListCaptchasResponse> handler)
-
Uses of ListCaptchasResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListCaptchasResponse Modifier and Type Method Description ListCaptchasResponse
ListCaptchasResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListCaptchasResponse Modifier and Type Method Description ListCaptchasResponse.Builder
ListCaptchasResponse.Builder. copy(ListCaptchasResponse o)
Copy method to populate the builder with values from the given instance.
-