Uses of Class
com.oracle.bmc.dns.model.MigrationReplacement
-
Packages that use MigrationReplacement Package Description com.oracle.bmc.dns.model -
-
Uses of MigrationReplacement in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return MigrationReplacement Modifier and Type Method Description MigrationReplacement
MigrationReplacement.Builder. build()
Methods in com.oracle.bmc.dns.model that return types with arguments of type MigrationReplacement Modifier and Type Method Description Map<String,List<MigrationReplacement>>
DynectMigrationDetails. getHttpRedirectReplacements()
A map of fully-qualified domain names (FQDNs) to an array of MigrationReplacement objects.Methods in com.oracle.bmc.dns.model with parameters of type MigrationReplacement Modifier and Type Method Description MigrationReplacement.Builder
MigrationReplacement.Builder. copy(MigrationReplacement model)
Method parameters in com.oracle.bmc.dns.model with type arguments of type MigrationReplacement Modifier and Type Method Description DynectMigrationDetails.Builder
DynectMigrationDetails.Builder. httpRedirectReplacements(Map<String,List<MigrationReplacement>> httpRedirectReplacements)
A map of fully-qualified domain names (FQDNs) to an array of MigrationReplacement objects.Constructor parameters in com.oracle.bmc.dns.model with type arguments of type MigrationReplacement Constructor Description DynectMigrationDetails(String customerName, String username, String password, Map<String,List<MigrationReplacement>> httpRedirectReplacements)
Deprecated.
-