Uses of Class
com.oracle.bmc.jms.model.ExportFrequency
-
Packages that use ExportFrequency Package Description com.oracle.bmc.jms.model -
-
Uses of ExportFrequency in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return ExportFrequency Modifier and Type Method Description static ExportFrequency
ExportFrequency. create(String key)
ExportFrequency
ExportSetting. getExportFrequency()
Schedule at which data will be exported.ExportFrequency
UpdateExportSettingDetails. getExportFrequency()
Schedule at which data will be exported.static ExportFrequency
ExportFrequency. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportFrequency[]
ExportFrequency. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type ExportFrequency Modifier and Type Method Description ExportSetting.Builder
ExportSetting.Builder. exportFrequency(ExportFrequency exportFrequency)
Schedule at which data will be exported.UpdateExportSettingDetails.Builder
UpdateExportSettingDetails.Builder. exportFrequency(ExportFrequency exportFrequency)
Schedule at which data will be exported.Constructors in com.oracle.bmc.jms.model with parameters of type ExportFrequency Constructor Description ExportSetting(String exportSettingKey, String fleetId, ExportDuration exportDuration, ExportResources exportResources, Boolean isCrossRegionAcknowledged, String targetBucketName, String targetBucketNamespace, String targetBucketRegion, ExportFrequency exportFrequency, Boolean isEnabled, Date timeCreated, Date timeLastModified)
Deprecated.UpdateExportSettingDetails(ExportDuration exportDuration, ExportResources exportResources, Boolean isCrossRegionAcknowledged, String targetBucketName, String targetBucketNamespace, String targetBucketRegion, ExportFrequency exportFrequency, Boolean isEnabled)
Deprecated.
-