Uses of Class
com.oracle.bmc.vault.model.ReplicationTarget
-
Packages that use ReplicationTarget Package Description com.oracle.bmc.vault.model -
-
Uses of ReplicationTarget in com.oracle.bmc.vault.model
Methods in com.oracle.bmc.vault.model that return ReplicationTarget Modifier and Type Method Description ReplicationTarget
ReplicationTarget.Builder. build()
Methods in com.oracle.bmc.vault.model that return types with arguments of type ReplicationTarget Modifier and Type Method Description List<ReplicationTarget>
ReplicationConfig. getReplicationTargets()
List of the secret replication targets.Methods in com.oracle.bmc.vault.model with parameters of type ReplicationTarget Modifier and Type Method Description ReplicationTarget.Builder
ReplicationTarget.Builder. copy(ReplicationTarget model)
Method parameters in com.oracle.bmc.vault.model with type arguments of type ReplicationTarget Modifier and Type Method Description ReplicationConfig.Builder
ReplicationConfig.Builder. replicationTargets(List<ReplicationTarget> replicationTargets)
List of the secret replication targets.Constructor parameters in com.oracle.bmc.vault.model with type arguments of type ReplicationTarget Constructor Description ReplicationConfig(List<ReplicationTarget> replicationTargets, Boolean isWriteForwardEnabled)
Deprecated.
-