Uses of Class
com.oracle.bmc.waas.requests.ListCaptchasRequest
-
Packages that use ListCaptchasRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListCaptchasRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type ListCaptchasRequest 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.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)
ListCaptchasResponse
WaasClient. listCaptchas(ListCaptchasRequest request)
Iterable<Captcha>
WaasPaginators. listCaptchasRecordIterator(ListCaptchasRequest request)
Creates a new iterable which will iterate over theCaptcha
objects contained in responses from the listCaptchas operation.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 ListCaptchasRequest 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 ListCaptchasRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListCaptchasRequest Modifier and Type Method Description ListCaptchasRequest
ListCaptchasRequest.Builder. build()
Build the instance of ListCaptchasRequest as configured by this builderListCaptchasRequest
ListCaptchasRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListCaptchasRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListCaptchasRequest Modifier and Type Method Description ListCaptchasRequest.Builder
ListCaptchasRequest.Builder. copy(ListCaptchasRequest o)
Copy method to populate the builder with values from the given instance.
-