Uses of Class
com.oracle.bmc.waas.requests.UpdateProtectionSettingsRequest
-
Packages that use UpdateProtectionSettingsRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of UpdateProtectionSettingsRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type UpdateProtectionSettingsRequest Modifier and Type Method Description UpdateProtectionSettingsResponse
Waas. updateProtectionSettings(UpdateProtectionSettingsRequest request)
Updates the protection settings in the Web Application Firewall configuration for a WAAS policy.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)
UpdateProtectionSettingsResponse
WaasClient. updateProtectionSettings(UpdateProtectionSettingsRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateProtectionSettingsRequest 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 UpdateProtectionSettingsRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateProtectionSettingsRequest Modifier and Type Method Description UpdateProtectionSettingsRequest
UpdateProtectionSettingsRequest.Builder. build()
Build the instance of UpdateProtectionSettingsRequest as configured by this builderUpdateProtectionSettingsRequest
UpdateProtectionSettingsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateProtectionSettingsRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type UpdateProtectionSettingsRequest Modifier and Type Method Description UpdateProtectionSettingsRequest.Builder
UpdateProtectionSettingsRequest.Builder. copy(UpdateProtectionSettingsRequest o)
Copy method to populate the builder with values from the given instance.
-