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.waasMethods in com.oracle.bmc.waas with parameters of type GetProtectionSettingsRequest Modifier and Type Method Description GetProtectionSettingsResponseWaas. 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)GetProtectionSettingsResponseWaasClient. 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.requestsMethods in com.oracle.bmc.waas.requests that return GetProtectionSettingsRequest Modifier and Type Method Description GetProtectionSettingsRequestGetProtectionSettingsRequest.Builder. build()Build the instance of GetProtectionSettingsRequest as configured by this builderGetProtectionSettingsRequestGetProtectionSettingsRequest.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.BuilderGetProtectionSettingsRequest.Builder. copy(GetProtectionSettingsRequest o)Copy method to populate the builder with values from the given instance.
 
-