Uses of Class
com.oracle.bmc.waas.responses.UpdateAccessRulesResponse
-
Packages that use UpdateAccessRulesResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of UpdateAccessRulesResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return UpdateAccessRulesResponse Modifier and Type Method Description UpdateAccessRulesResponse
Waas. updateAccessRules(UpdateAccessRulesRequest request)
Updates the list of access rules in the Web Application Firewall configuration for a specified WAAS policy.UpdateAccessRulesResponse
WaasClient. updateAccessRules(UpdateAccessRulesRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type UpdateAccessRulesResponse Modifier and Type Method Description Future<UpdateAccessRulesResponse>
WaasAsync. updateAccessRules(UpdateAccessRulesRequest request, AsyncHandler<UpdateAccessRulesRequest,UpdateAccessRulesResponse> handler)
Updates the list of access rules in the Web Application Firewall configuration for a specified WAAS policy.Future<UpdateAccessRulesResponse>
WaasAsyncClient. updateAccessRules(UpdateAccessRulesRequest request, AsyncHandler<UpdateAccessRulesRequest,UpdateAccessRulesResponse> handler)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateAccessRulesResponse Modifier and Type Method Description Future<UpdateAccessRulesResponse>
WaasAsync. updateAccessRules(UpdateAccessRulesRequest request, AsyncHandler<UpdateAccessRulesRequest,UpdateAccessRulesResponse> handler)
Updates the list of access rules in the Web Application Firewall configuration for a specified WAAS policy.Future<UpdateAccessRulesResponse>
WaasAsyncClient. updateAccessRules(UpdateAccessRulesRequest request, AsyncHandler<UpdateAccessRulesRequest,UpdateAccessRulesResponse> handler)
-
Uses of UpdateAccessRulesResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return UpdateAccessRulesResponse Modifier and Type Method Description UpdateAccessRulesResponse
UpdateAccessRulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateAccessRulesResponse Modifier and Type Method Description UpdateAccessRulesResponse.Builder
UpdateAccessRulesResponse.Builder. copy(UpdateAccessRulesResponse o)
Copy method to populate the builder with values from the given instance.
-