Uses of Class
com.oracle.bmc.jms.model.ExportDuration
-
Packages that use ExportDuration Package Description com.oracle.bmc.jms.model -
-
Uses of ExportDuration in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return ExportDuration Modifier and Type Method Description static ExportDuration
ExportDuration. create(String key)
ExportDuration
ExportSetting. getExportDuration()
The duration of data to be exported for fleets.ExportDuration
UpdateExportSettingDetails. getExportDuration()
The duration of data to be exported for fleets.static ExportDuration
ExportDuration. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportDuration[]
ExportDuration. 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 ExportDuration Modifier and Type Method Description ExportSetting.Builder
ExportSetting.Builder. exportDuration(ExportDuration exportDuration)
The duration of data to be exported for fleets.UpdateExportSettingDetails.Builder
UpdateExportSettingDetails.Builder. exportDuration(ExportDuration exportDuration)
The duration of data to be exported for fleets.Constructors in com.oracle.bmc.jms.model with parameters of type ExportDuration 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.
-