Uses of Class
com.oracle.bmc.waas.model.WafBlockedRequest
- 
Packages that use WafBlockedRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.responses 
- 
- 
Uses of WafBlockedRequest in com.oracle.bmc.waasMethods in com.oracle.bmc.waas that return types with arguments of type WafBlockedRequest Modifier and Type Method Description Iterable<WafBlockedRequest>WaasPaginators. listWafBlockedRequestsRecordIterator(ListWafBlockedRequestsRequest request)Creates a new iterable which will iterate over theWafBlockedRequestobjects contained in responses from the listWafBlockedRequests operation.
- 
Uses of WafBlockedRequest in com.oracle.bmc.waas.modelMethods in com.oracle.bmc.waas.model that return WafBlockedRequest Modifier and Type Method Description WafBlockedRequestWafBlockedRequest.Builder. build()Methods in com.oracle.bmc.waas.model with parameters of type WafBlockedRequest Modifier and Type Method Description WafBlockedRequest.BuilderWafBlockedRequest.Builder. copy(WafBlockedRequest model)
- 
Uses of WafBlockedRequest in com.oracle.bmc.waas.responsesMethods in com.oracle.bmc.waas.responses that return types with arguments of type WafBlockedRequest Modifier and Type Method Description List<WafBlockedRequest>ListWafBlockedRequestsResponse. getItems()A list of com.oracle.bmc.waas.model.WafBlockedRequest instances.Method parameters in com.oracle.bmc.waas.responses with type arguments of type WafBlockedRequest Modifier and Type Method Description ListWafBlockedRequestsResponse.BuilderListWafBlockedRequestsResponse.Builder. items(List<WafBlockedRequest> items)A list of com.oracle.bmc.waas.model.WafBlockedRequest instances.
 
-