Package | Description |
---|---|
com.oracle.bmc.waas | |
com.oracle.bmc.waas.requests |
Modifier and Type | Method and Description |
---|---|
ListProtectionRulesResponse |
Waas.listProtectionRules(ListProtectionRulesRequest request)
Gets the list of protection rules in the Web Application Firewall configuration for a WAAS policy, including currently defined rules and recommended rules.
|
ListProtectionRulesResponse |
WaasClient.listProtectionRules(ListProtectionRulesRequest request) |
Future<ListProtectionRulesResponse> |
WaasAsync.listProtectionRules(ListProtectionRulesRequest request,
AsyncHandler<ListProtectionRulesRequest,ListProtectionRulesResponse> handler)
Gets the list of protection rules in the Web Application Firewall configuration for a WAAS policy, including currently defined rules and recommended rules.
|
Future<ListProtectionRulesResponse> |
WaasAsyncClient.listProtectionRules(ListProtectionRulesRequest request,
AsyncHandler<ListProtectionRulesRequest,ListProtectionRulesResponse> handler) |
Iterable<ProtectionRule> |
WaasPaginators.listProtectionRulesRecordIterator(ListProtectionRulesRequest request)
Creates a new iterable which will iterate over the
ProtectionRule objects contained in responses from the listProtectionRules operation. |
Iterable<ListProtectionRulesResponse> |
WaasPaginators.listProtectionRulesResponseIterator(ListProtectionRulesRequest request)
Creates a new iterable which will iterate over the responses received from the listProtectionRules operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListProtectionRulesResponse> |
WaasAsync.listProtectionRules(ListProtectionRulesRequest request,
AsyncHandler<ListProtectionRulesRequest,ListProtectionRulesResponse> handler)
Gets the list of protection rules in the Web Application Firewall configuration for a WAAS policy, including currently defined rules and recommended rules.
|
Future<ListProtectionRulesResponse> |
WaasAsyncClient.listProtectionRules(ListProtectionRulesRequest request,
AsyncHandler<ListProtectionRulesRequest,ListProtectionRulesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListProtectionRulesRequest |
ListProtectionRulesRequest.Builder.build()
Build the instance of ListProtectionRulesRequest as configured by this builder
|
ListProtectionRulesRequest |
ListProtectionRulesRequest.Builder.buildWithoutInvocationCallback() |
Modifier and Type | Method and Description |
---|---|
ListProtectionRulesRequest.Builder |
ListProtectionRulesRequest.Builder.copy(ListProtectionRulesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2019. All rights reserved.