Uses of Class
com.oracle.bmc.distributeddatabasev26.model.RotateDistributedDatabaseDetails
-
Packages that use RotateDistributedDatabaseDetails Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of RotateDistributedDatabaseDetails in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return RotateDistributedDatabaseDetails Modifier and Type Method Description RotateDistributedDatabaseDetailsRotateDistributedDatabaseDetails.Builder. build()Methods in com.oracle.bmc.distributeddatabasev26.model that return types with arguments of type RotateDistributedDatabaseDetails Modifier and Type Method Description List<RotateDistributedDatabaseDetails>RotateDistributedDatabasePasswordsDetails. getDatabaseDetails()Collection of shard or catalog password rotation details.Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type RotateDistributedDatabaseDetails Modifier and Type Method Description RotateDistributedDatabaseDetails.BuilderRotateDistributedDatabaseDetails.Builder. copy(RotateDistributedDatabaseDetails model)Method parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type RotateDistributedDatabaseDetails Modifier and Type Method Description RotateDistributedDatabasePasswordsDetails.BuilderRotateDistributedDatabasePasswordsDetails.Builder. databaseDetails(List<RotateDistributedDatabaseDetails> databaseDetails)Collection of shard or catalog password rotation details.Constructor parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type RotateDistributedDatabaseDetails Constructor Description RotateDistributedDatabasePasswordsDetails(List<RotateDistributedDatabaseDetails> databaseDetails)Deprecated.
-