Uses of Class
com.oracle.bmc.distributeddatabase.model.CreateDistributedAutonomousDatabaseShardDetails.Source
-
Packages that use CreateDistributedAutonomousDatabaseShardDetails.Source Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of CreateDistributedAutonomousDatabaseShardDetails.Source in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return CreateDistributedAutonomousDatabaseShardDetails.Source Modifier and Type Method Description static CreateDistributedAutonomousDatabaseShardDetails.Source
CreateDistributedAutonomousDatabaseShardDetails.Source. create(String key)
static CreateDistributedAutonomousDatabaseShardDetails.Source
CreateDistributedAutonomousDatabaseShardDetails.Source. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateDistributedAutonomousDatabaseShardDetails.Source[]
CreateDistributedAutonomousDatabaseShardDetails.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-