Uses of Class
com.oracle.bmc.waas.responses.ListProtectionRulesResponse
-
Packages that use ListProtectionRulesResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListProtectionRulesResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListProtectionRulesResponse Modifier and Type Method Description ListProtectionRulesResponse
Waas. listProtectionRules(ListProtectionRulesRequest request)
Gets the list of available protection rules for a WAAS policy.ListProtectionRulesResponse
WaasClient. listProtectionRules(ListProtectionRulesRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type ListProtectionRulesResponse Modifier and Type Method Description Future<ListProtectionRulesResponse>
WaasAsync. listProtectionRules(ListProtectionRulesRequest request, AsyncHandler<ListProtectionRulesRequest,ListProtectionRulesResponse> handler)
Gets the list of available protection rules for a WAAS policy.Future<ListProtectionRulesResponse>
WaasAsyncClient. listProtectionRules(ListProtectionRulesRequest request, AsyncHandler<ListProtectionRulesRequest,ListProtectionRulesResponse> handler)
Iterable<ListProtectionRulesResponse>
WaasPaginators. listProtectionRulesResponseIterator(ListProtectionRulesRequest request)
Creates a new iterable which will iterate over the responses received from the listProtectionRules operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListProtectionRulesResponse Modifier and Type Method Description Future<ListProtectionRulesResponse>
WaasAsync. listProtectionRules(ListProtectionRulesRequest request, AsyncHandler<ListProtectionRulesRequest,ListProtectionRulesResponse> handler)
Gets the list of available protection rules for a WAAS policy.Future<ListProtectionRulesResponse>
WaasAsyncClient. listProtectionRules(ListProtectionRulesRequest request, AsyncHandler<ListProtectionRulesRequest,ListProtectionRulesResponse> handler)
-
Uses of ListProtectionRulesResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListProtectionRulesResponse Modifier and Type Method Description ListProtectionRulesResponse
ListProtectionRulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListProtectionRulesResponse Modifier and Type Method Description ListProtectionRulesResponse.Builder
ListProtectionRulesResponse.Builder. copy(ListProtectionRulesResponse o)
Copy method to populate the builder with values from the given instance.
-