Uses of Enum
com.exoscale.sdk.model.EnumRsyslogFormat
Packages that use EnumRsyslogFormat
-
Uses of EnumRsyslogFormat in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return EnumRsyslogFormatModifier and TypeMethodDescriptionstatic EnumRsyslogFormatDbaasEndpointRsyslog.getFormat()Get formatDbaasEndpointRsyslogInputCreateSettings.getFormat()Get formatDbaasEndpointRsyslogInputUpdateSettings.getFormat()Get formatDbaasEndpointRsyslogOptionalFields.getFormat()Get formatstatic EnumRsyslogFormatReturns the enum constant of this type with the specified name.static EnumRsyslogFormat[]EnumRsyslogFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type EnumRsyslogFormatModifier and TypeMethodDescriptionDbaasEndpointRsyslog.format(EnumRsyslogFormat format) DbaasEndpointRsyslogInputCreateSettings.format(EnumRsyslogFormat format) DbaasEndpointRsyslogInputUpdateSettings.format(EnumRsyslogFormat format) DbaasEndpointRsyslogOptionalFields.format(EnumRsyslogFormat format) voidDbaasEndpointRsyslog.setFormat(EnumRsyslogFormat format) voidDbaasEndpointRsyslogInputCreateSettings.setFormat(EnumRsyslogFormat format) voidDbaasEndpointRsyslogInputUpdateSettings.setFormat(EnumRsyslogFormat format) voidDbaasEndpointRsyslogOptionalFields.setFormat(EnumRsyslogFormat format)