Uses of Class
com.oracle.bmc.database.model.ModifyPluggableDatabaseManagementDetails.Role
-
Packages that use ModifyPluggableDatabaseManagementDetails.Role Package Description com.oracle.bmc.database.model -
-
Uses of ModifyPluggableDatabaseManagementDetails.Role in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ModifyPluggableDatabaseManagementDetails.Role Modifier and Type Method Description static ModifyPluggableDatabaseManagementDetails.Role
ModifyPluggableDatabaseManagementDetails.Role. create(String key)
ModifyPluggableDatabaseManagementDetails.Role
ModifyPluggableDatabaseManagementDetails. getRole()
The role of the user that will be connecting to the database.static ModifyPluggableDatabaseManagementDetails.Role
ModifyPluggableDatabaseManagementDetails.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModifyPluggableDatabaseManagementDetails.Role[]
ModifyPluggableDatabaseManagementDetails.Role. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type ModifyPluggableDatabaseManagementDetails.Role Modifier and Type Method Description ModifyPluggableDatabaseManagementDetails.Builder
ModifyPluggableDatabaseManagementDetails.Builder. role(ModifyPluggableDatabaseManagementDetails.Role role)
The role of the user that will be connecting to the database.Constructors in com.oracle.bmc.database.model with parameters of type ModifyPluggableDatabaseManagementDetails.Role Constructor Description ModifyPluggableDatabaseManagementDetails(DatabaseCredentialDetails credentialDetails, String privateEndPointId, String serviceName, ModifyPluggableDatabaseManagementDetails.Protocol protocol, Integer port, String sslSecretId, ModifyPluggableDatabaseManagementDetails.Role role)
Deprecated.
-