Uses of Class
com.oracle.bmc.waas.model.GoodBot
-
Packages that use GoodBot Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.requests com.oracle.bmc.waas.responses -
-
Uses of GoodBot in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type GoodBot Modifier and Type Method Description Iterable<GoodBot>
WaasPaginators. listGoodBotsRecordIterator(ListGoodBotsRequest request)
Creates a new iterable which will iterate over theGoodBot
objects contained in responses from the listGoodBots operation. -
Uses of GoodBot in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return GoodBot Modifier and Type Method Description GoodBot
GoodBot.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type GoodBot Modifier and Type Method Description List<GoodBot>
WafConfig. getGoodBots()
A list of bots allowed to access the web application.Methods in com.oracle.bmc.waas.model with parameters of type GoodBot Modifier and Type Method Description GoodBot.Builder
GoodBot.Builder. copy(GoodBot model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type GoodBot Modifier and Type Method Description WafConfig.Builder
WafConfig.Builder. goodBots(List<GoodBot> goodBots)
A list of bots allowed to access the web application. -
Uses of GoodBot in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return types with arguments of type GoodBot Modifier and Type Method Description List<GoodBot>
UpdateGoodBotsRequest. getBody$()
Alternative accessor for the body parameter.List<GoodBot>
UpdateGoodBotsRequest. getGoodBots()
Methods in com.oracle.bmc.waas.requests with parameters of type GoodBot Modifier and Type Method Description UpdateGoodBotsRequest.Builder
UpdateGoodBotsRequest.Builder. goodBots(GoodBot singularValue)
Singular setter.Method parameters in com.oracle.bmc.waas.requests with type arguments of type GoodBot Modifier and Type Method Description UpdateGoodBotsRequest.Builder
UpdateGoodBotsRequest.Builder. body$(List<GoodBot> body)
Alternative setter for the body parameter.UpdateGoodBotsRequest.Builder
UpdateGoodBotsRequest.Builder. goodBots(List<GoodBot> goodBots)
-
Uses of GoodBot in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return types with arguments of type GoodBot Modifier and Type Method Description List<GoodBot>
ListGoodBotsResponse. getItems()
A list of com.oracle.bmc.waas.model.GoodBot instances.Method parameters in com.oracle.bmc.waas.responses with type arguments of type GoodBot Modifier and Type Method Description ListGoodBotsResponse.Builder
ListGoodBotsResponse.Builder. items(List<GoodBot> items)
A list of com.oracle.bmc.waas.model.GoodBot instances.
-