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