Package | Description |
---|---|
com.oracle.bmc.waas | |
com.oracle.bmc.waas.requests |
Modifier and Type | Method and Description |
---|---|
ListWafLogsResponse |
Waas.listWafLogs(ListWafLogsRequest request)
Gets structured Web Application Firewall event logs for a WAAS policy.
|
ListWafLogsResponse |
WaasClient.listWafLogs(ListWafLogsRequest request) |
Future<ListWafLogsResponse> |
WaasAsyncClient.listWafLogs(ListWafLogsRequest request,
AsyncHandler<ListWafLogsRequest,ListWafLogsResponse> handler) |
Future<ListWafLogsResponse> |
WaasAsync.listWafLogs(ListWafLogsRequest request,
AsyncHandler<ListWafLogsRequest,ListWafLogsResponse> handler)
Gets structured Web Application Firewall event logs for a WAAS policy.
|
Iterable<WafLog> |
WaasPaginators.listWafLogsRecordIterator(ListWafLogsRequest request)
Creates a new iterable which will iterate over the
WafLog
objects contained in responses from the listWafLogs operation. |
Iterable<ListWafLogsResponse> |
WaasPaginators.listWafLogsResponseIterator(ListWafLogsRequest request)
Creates a new iterable which will iterate over the responses received from the listWafLogs
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListWafLogsResponse> |
WaasAsyncClient.listWafLogs(ListWafLogsRequest request,
AsyncHandler<ListWafLogsRequest,ListWafLogsResponse> handler) |
Future<ListWafLogsResponse> |
WaasAsync.listWafLogs(ListWafLogsRequest request,
AsyncHandler<ListWafLogsRequest,ListWafLogsResponse> handler)
Gets structured Web Application Firewall event logs for a WAAS policy.
|
Modifier and Type | Method and Description |
---|---|
ListWafLogsRequest |
ListWafLogsRequest.Builder.build()
Build the instance of ListWafLogsRequest as configured by this builder
|
ListWafLogsRequest |
ListWafLogsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListWafLogsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListWafLogsRequest.Builder |
ListWafLogsRequest.Builder.copy(ListWafLogsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.