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