Package | Description |
---|---|
com.oracle.bmc.waas | |
com.oracle.bmc.waas.requests |
Modifier and Type | Method and 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) |
Future<ListCaptchasResponse> |
WaasAsyncClient.listCaptchas(ListCaptchasRequest request,
AsyncHandler<ListCaptchasRequest,ListCaptchasResponse> handler) |
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.
|
Iterable<Captcha> |
WaasPaginators.listCaptchasRecordIterator(ListCaptchasRequest request)
Creates a new iterable which will iterate over the
Captcha
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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListCaptchasResponse> |
WaasAsyncClient.listCaptchas(ListCaptchasRequest request,
AsyncHandler<ListCaptchasRequest,ListCaptchasResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
ListCaptchasRequest |
ListCaptchasRequest.Builder.build()
Build the instance of ListCaptchasRequest as configured by this builder
|
ListCaptchasRequest |
ListCaptchasRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListCaptchasRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListCaptchasRequest.Builder |
ListCaptchasRequest.Builder.copy(ListCaptchasRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.