Uses of Class
com.oracle.bmc.networkfirewall.model.CreateUrlListDetails
-
Packages that use CreateUrlListDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateUrlListDetails in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return CreateUrlListDetails Modifier and Type Method Description CreateUrlListDetails
CreateUrlListDetails.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model with parameters of type CreateUrlListDetails Modifier and Type Method Description CreateUrlListDetails.Builder
CreateUrlListDetails.Builder. copy(CreateUrlListDetails model)
-
Uses of CreateUrlListDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateUrlListDetails Modifier and Type Method Description CreateUrlListDetails
CreateUrlListRequest. getBody$()
Alternative accessor for the body parameter.CreateUrlListDetails
CreateUrlListRequest. getCreateUrlListDetails()
Request Details to create the Network Firewall Policy Resource.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateUrlListDetails Modifier and Type Method Description CreateUrlListRequest.Builder
CreateUrlListRequest.Builder. body$(CreateUrlListDetails body)
Alternative setter for the body parameter.CreateUrlListRequest.Builder
CreateUrlListRequest.Builder. createUrlListDetails(CreateUrlListDetails createUrlListDetails)
Request Details to create the Network Firewall Policy Resource.
-