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