Uses of Class
com.oracle.bmc.waas.requests.ListAccessRulesRequest
-
Packages that use ListAccessRulesRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListAccessRulesRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type ListAccessRulesRequest Modifier and Type Method Description ListAccessRulesResponse
Waas. listAccessRules(ListAccessRulesRequest request)
Gets the currently configured access rules for the Web Application Firewall configuration of a specified WAAS policy.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.Future<ListAccessRulesResponse>
WaasAsyncClient. listAccessRules(ListAccessRulesRequest request, AsyncHandler<ListAccessRulesRequest,ListAccessRulesResponse> handler)
ListAccessRulesResponse
WaasClient. listAccessRules(ListAccessRulesRequest request)
Iterable<AccessRule>
WaasPaginators. listAccessRulesRecordIterator(ListAccessRulesRequest request)
Creates a new iterable which will iterate over theAccessRule
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.Method parameters in com.oracle.bmc.waas with type arguments of type ListAccessRulesRequest Modifier and Type Method Description 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.Future<ListAccessRulesResponse>
WaasAsyncClient. listAccessRules(ListAccessRulesRequest request, AsyncHandler<ListAccessRulesRequest,ListAccessRulesResponse> handler)
-
Uses of ListAccessRulesRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListAccessRulesRequest Modifier and Type Method Description ListAccessRulesRequest
ListAccessRulesRequest.Builder. build()
Build the instance of ListAccessRulesRequest as configured by this builderListAccessRulesRequest
ListAccessRulesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAccessRulesRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListAccessRulesRequest Modifier and Type Method Description ListAccessRulesRequest.Builder
ListAccessRulesRequest.Builder. copy(ListAccessRulesRequest o)
Copy method to populate the builder with values from the given instance.
-