Uses of Class
com.oracle.bmc.networkfirewall.model.ServiceList
-
Packages that use ServiceList Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.responses -
-
Uses of ServiceList in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return ServiceList Modifier and Type Method Description ServiceList
ServiceList.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model with parameters of type ServiceList Modifier and Type Method Description ServiceList.Builder
ServiceList.Builder. copy(ServiceList model)
-
Uses of ServiceList in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return ServiceList Modifier and Type Method Description ServiceList
CreateServiceListResponse. getServiceList()
The returned ServiceList instance.ServiceList
GetServiceListResponse. getServiceList()
The returned ServiceList instance.ServiceList
UpdateServiceListResponse. getServiceList()
The returned ServiceList instance.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type ServiceList Modifier and Type Method Description CreateServiceListResponse.Builder
CreateServiceListResponse.Builder. serviceList(ServiceList serviceList)
The returned ServiceList instance.GetServiceListResponse.Builder
GetServiceListResponse.Builder. serviceList(ServiceList serviceList)
The returned ServiceList instance.UpdateServiceListResponse.Builder
UpdateServiceListResponse.Builder. serviceList(ServiceList serviceList)
The returned ServiceList instance.
-