Uses of Class
com.oracle.bmc.dns.model.AttachedView
-
Packages that use AttachedView Package Description com.oracle.bmc.dns.model -
-
Uses of AttachedView in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return AttachedView Modifier and Type Method Description AttachedView
AttachedView.Builder. build()
Methods in com.oracle.bmc.dns.model that return types with arguments of type AttachedView Modifier and Type Method Description List<AttachedView>
Resolver. getAttachedViews()
The attached views.Methods in com.oracle.bmc.dns.model with parameters of type AttachedView Modifier and Type Method Description AttachedView.Builder
AttachedView.Builder. copy(AttachedView model)
Method parameters in com.oracle.bmc.dns.model with type arguments of type AttachedView Modifier and Type Method Description Resolver.Builder
Resolver.Builder. attachedViews(List<AttachedView> attachedViews)
The attached views.
-