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