Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalMysqlAssociatedServiceName
-
Packages that use ExternalMysqlAssociatedServiceName Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalMysqlAssociatedServiceName in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalMysqlAssociatedServiceName Modifier and Type Method Description static ExternalMysqlAssociatedServiceName
ExternalMysqlAssociatedServiceName. create(String key)
ExternalMysqlAssociatedServiceName
DisableExternalMysqlAssociatedServiceDetails. getServiceName()
Name of the Associated Service.ExternalMysqlAssociatedServiceName
EnableExternalMysqlAssociatedServiceDetails. getServiceName()
Name of the Associated Service.static ExternalMysqlAssociatedServiceName
ExternalMysqlAssociatedServiceName. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalMysqlAssociatedServiceName[]
ExternalMysqlAssociatedServiceName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ExternalMysqlAssociatedServiceName Modifier and Type Method Description DisableExternalMysqlAssociatedServiceDetails.Builder
DisableExternalMysqlAssociatedServiceDetails.Builder. serviceName(ExternalMysqlAssociatedServiceName serviceName)
Name of the Associated Service.EnableExternalMysqlAssociatedServiceDetails.Builder
EnableExternalMysqlAssociatedServiceDetails.Builder. serviceName(ExternalMysqlAssociatedServiceName serviceName)
Name of the Associated Service.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ExternalMysqlAssociatedServiceName Constructor Description DisableExternalMysqlAssociatedServiceDetails(String serviceResourceId, String connectorId, ExternalMysqlAssociatedServiceName serviceName)
Deprecated.EnableExternalMysqlAssociatedServiceDetails(String serviceResourceId, String connectorId, ExternalMysqlAssociatedServiceName serviceName)
Deprecated.
-