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