Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static ExportResources |
ExportResources.create(String key) |
ExportResources |
UpdateExportSettingDetails.getExportResources()
Resource to export data associated from the fleets.
|
ExportResources |
ExportSetting.getExportResources()
Resource to export data associated from the fleets.
|
static ExportResources |
ExportResources.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportResources[] |
ExportResources.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.exportResources(ExportResources exportResources)
Resource to export data associated from the fleets.
|
ExportSetting.Builder |
ExportSetting.Builder.exportResources(ExportResources exportResources)
Resource to export data associated from the 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.