Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static ExportFrequency |
ExportFrequency.create(String key) |
ExportFrequency |
UpdateExportSettingDetails.getExportFrequency()
Schedule at which data will be exported.
|
ExportFrequency |
ExportSetting.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.
|
Modifier and Type | Method and Description |
---|---|
UpdateExportSettingDetails.Builder |
UpdateExportSettingDetails.Builder.exportFrequency(ExportFrequency exportFrequency)
Schedule at which data will be exported.
|
ExportSetting.Builder |
ExportSetting.Builder.exportFrequency(ExportFrequency exportFrequency)
Schedule at which data will be exported.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.