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