Uses of Class
com.oracle.bmc.database.model.EnablePluggableDatabaseManagementDetails.Role
-
Packages that use EnablePluggableDatabaseManagementDetails.Role Package Description com.oracle.bmc.database.model -
-
Uses of EnablePluggableDatabaseManagementDetails.Role in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return EnablePluggableDatabaseManagementDetails.Role Modifier and Type Method Description static EnablePluggableDatabaseManagementDetails.Role
EnablePluggableDatabaseManagementDetails.Role. create(String key)
EnablePluggableDatabaseManagementDetails.Role
EnablePluggableDatabaseManagementDetails. getRole()
The role of the user that will be connecting to the pluggable database.static EnablePluggableDatabaseManagementDetails.Role
EnablePluggableDatabaseManagementDetails.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnablePluggableDatabaseManagementDetails.Role[]
EnablePluggableDatabaseManagementDetails.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 EnablePluggableDatabaseManagementDetails.Role Modifier and Type Method Description EnablePluggableDatabaseManagementDetails.Builder
EnablePluggableDatabaseManagementDetails.Builder. role(EnablePluggableDatabaseManagementDetails.Role role)
The role of the user that will be connecting to the pluggable database.Constructors in com.oracle.bmc.database.model with parameters of type EnablePluggableDatabaseManagementDetails.Role Constructor Description EnablePluggableDatabaseManagementDetails(DatabaseCredentialDetails credentialDetails, String privateEndPointId, String serviceName, EnablePluggableDatabaseManagementDetails.Protocol protocol, Integer port, String sslSecretId, EnablePluggableDatabaseManagementDetails.Role role)
Deprecated.
-