Uses of Class
com.oracle.bmc.objectstorage.model.PrefixFqdns
-
Packages that use PrefixFqdns Package Description com.oracle.bmc.objectstorage.model -
-
Uses of PrefixFqdns in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return PrefixFqdns Modifier and Type Method Description PrefixFqdns
PrefixFqdns.Builder. build()
PrefixFqdns
Fqdns. getPrefixFqdns()
Methods in com.oracle.bmc.objectstorage.model that return types with arguments of type PrefixFqdns Modifier and Type Method Description Map<String,PrefixFqdns>
Fqdns. getAdditionalPrefixesFqdns()
An object containing FQDNs formed using additionalPrefixes.Methods in com.oracle.bmc.objectstorage.model with parameters of type PrefixFqdns Modifier and Type Method Description PrefixFqdns.Builder
PrefixFqdns.Builder. copy(PrefixFqdns model)
Fqdns.Builder
Fqdns.Builder. prefixFqdns(PrefixFqdns prefixFqdns)
Method parameters in com.oracle.bmc.objectstorage.model with type arguments of type PrefixFqdns Modifier and Type Method Description Fqdns.Builder
Fqdns.Builder. additionalPrefixesFqdns(Map<String,PrefixFqdns> additionalPrefixesFqdns)
An object containing FQDNs formed using additionalPrefixes.Constructors in com.oracle.bmc.objectstorage.model with parameters of type PrefixFqdns Constructor Description Fqdns(PrefixFqdns prefixFqdns, Map<String,PrefixFqdns> additionalPrefixesFqdns)
Deprecated.Constructor parameters in com.oracle.bmc.objectstorage.model with type arguments of type PrefixFqdns Constructor Description Fqdns(PrefixFqdns prefixFqdns, Map<String,PrefixFqdns> additionalPrefixesFqdns)
Deprecated.
-