Uses of Class
com.oracle.bmc.dns.model.AttachedViewDetails
-
Packages that use AttachedViewDetails Package Description com.oracle.bmc.dns.model -
-
Uses of AttachedViewDetails in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return AttachedViewDetails Modifier and Type Method Description AttachedViewDetails
AttachedViewDetails.Builder. build()
Methods in com.oracle.bmc.dns.model that return types with arguments of type AttachedViewDetails Modifier and Type Method Description List<AttachedViewDetails>
UpdateResolverDetails. getAttachedViews()
The attached views.Methods in com.oracle.bmc.dns.model with parameters of type AttachedViewDetails Modifier and Type Method Description AttachedViewDetails.Builder
AttachedViewDetails.Builder. copy(AttachedViewDetails model)
Method parameters in com.oracle.bmc.dns.model with type arguments of type AttachedViewDetails Modifier and Type Method Description UpdateResolverDetails.Builder
UpdateResolverDetails.Builder. attachedViews(List<AttachedViewDetails> attachedViews)
The attached views.Constructor parameters in com.oracle.bmc.dns.model with type arguments of type AttachedViewDetails Constructor Description UpdateResolverDetails(String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<AttachedViewDetails> attachedViews, List<ResolverRuleDetails> rules)
Deprecated.
-