Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static ExportDuration |
ExportDuration.create(String key) |
ExportDuration |
UpdateExportSettingDetails.getExportDuration()
The duration of data to be exported for fleets.
|
ExportDuration |
ExportSetting.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.
|
Modifier and Type | Method and Description |
---|---|
UpdateExportSettingDetails.Builder |
UpdateExportSettingDetails.Builder.exportDuration(ExportDuration exportDuration)
The duration of data to be exported for fleets.
|
ExportSetting.Builder |
ExportSetting.Builder.exportDuration(ExportDuration exportDuration)
The duration of data to be exported for fleets.
|
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.