Uses of Class
com.oracle.bmc.waas.responses.ListAccessRulesResponse
-
Packages that use ListAccessRulesResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListAccessRulesResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListAccessRulesResponse Modifier and Type Method Description ListAccessRulesResponseWaas. listAccessRules(ListAccessRulesRequest request)Gets the currently configured access rules for the Web Application Firewall configuration of a specified WAAS policy.ListAccessRulesResponseWaasClient. listAccessRules(ListAccessRulesRequest request)Methods in com.oracle.bmc.waas that return types with arguments of type ListAccessRulesResponse 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)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 ListAccessRulesResponse 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 ListAccessRulesResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListAccessRulesResponse Modifier and Type Method Description ListAccessRulesResponseListAccessRulesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListAccessRulesResponse Modifier and Type Method Description ListAccessRulesResponse.BuilderListAccessRulesResponse.Builder. copy(ListAccessRulesResponse o)Copy method to populate the builder with values from the given instance.
-