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