Package | Description |
---|---|
com.oracle.bmc.waas | |
com.oracle.bmc.waas.requests |
Modifier and Type | Method and Description |
---|---|
ListGoodBotsResponse |
Waas.listGoodBots(ListGoodBotsRequest request)
Gets the list of good bots defined in the Web Application Firewall configuration for a WAAS
policy.
|
ListGoodBotsResponse |
WaasClient.listGoodBots(ListGoodBotsRequest request) |
Future<ListGoodBotsResponse> |
WaasAsync.listGoodBots(ListGoodBotsRequest request,
AsyncHandler<ListGoodBotsRequest,ListGoodBotsResponse> handler)
Gets the list of good bots defined in the Web Application Firewall configuration for a WAAS
policy.
|
Future<ListGoodBotsResponse> |
WaasAsyncClient.listGoodBots(ListGoodBotsRequest request,
AsyncHandler<ListGoodBotsRequest,ListGoodBotsResponse> handler) |
Iterable<GoodBot> |
WaasPaginators.listGoodBotsRecordIterator(ListGoodBotsRequest request)
Creates a new iterable which will iterate over the
GoodBot
objects contained in responses from the listGoodBots operation. |
Iterable<ListGoodBotsResponse> |
WaasPaginators.listGoodBotsResponseIterator(ListGoodBotsRequest request)
Creates a new iterable which will iterate over the responses received from the listGoodBots
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListGoodBotsResponse> |
WaasAsync.listGoodBots(ListGoodBotsRequest request,
AsyncHandler<ListGoodBotsRequest,ListGoodBotsResponse> handler)
Gets the list of good bots defined in the Web Application Firewall configuration for a WAAS
policy.
|
Future<ListGoodBotsResponse> |
WaasAsyncClient.listGoodBots(ListGoodBotsRequest request,
AsyncHandler<ListGoodBotsRequest,ListGoodBotsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListGoodBotsRequest |
ListGoodBotsRequest.Builder.build()
Build the instance of ListGoodBotsRequest as configured by this builder
|
ListGoodBotsRequest |
ListGoodBotsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListGoodBotsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListGoodBotsRequest.Builder |
ListGoodBotsRequest.Builder.copy(ListGoodBotsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.