Uses of Class
com.oracle.bmc.mysql.model.LoggingDestinationConfiguration.Destination
-
Packages that use LoggingDestinationConfiguration.Destination Package Description com.oracle.bmc.mysql.model -
-
Uses of LoggingDestinationConfiguration.Destination in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return LoggingDestinationConfiguration.Destination Modifier and Type Method Description static LoggingDestinationConfiguration.DestinationLoggingDestinationConfiguration.Destination. create(String key)LoggingDestinationConfiguration.DestinationLoggingDestinationConfiguration. getDestination()Type of destination where MySQL telemetry is exposed to.static LoggingDestinationConfiguration.DestinationLoggingDestinationConfiguration.Destination. valueOf(String name)Returns the enum constant of this type with the specified name.static LoggingDestinationConfiguration.Destination[]LoggingDestinationConfiguration.Destination. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type LoggingDestinationConfiguration.Destination Modifier and Type Method Description LoggingDestinationConfiguration.BuilderLoggingDestinationConfiguration.Builder. destination(LoggingDestinationConfiguration.Destination destination)Type of destination where MySQL telemetry is exposed to.Constructors in com.oracle.bmc.mysql.model with parameters of type LoggingDestinationConfiguration.Destination Constructor Description LoggingDestinationConfiguration(LoggingDestinationConfiguration.Destination destination, List<DestinationConfiguration> destinationConfigurations, List<LoggingDestinationConfiguration.LogTypes> logTypes)Deprecated.
-