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