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