Uses of Class
com.oracle.bmc.jms.model.ExportResources
-
Packages that use ExportResources Package Description com.oracle.bmc.jms.model -
-
Uses of ExportResources in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return ExportResources Modifier and Type Method Description static ExportResources
ExportResources. create(String key)
ExportResources
ExportSetting. getExportResources()
Resource to export data associated from the fleets.ExportResources
UpdateExportSettingDetails. 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.Methods in com.oracle.bmc.jms.model with parameters of type ExportResources Modifier and Type Method Description ExportSetting.Builder
ExportSetting.Builder. exportResources(ExportResources exportResources)
Resource to export data associated from the fleets.UpdateExportSettingDetails.Builder
UpdateExportSettingDetails.Builder. exportResources(ExportResources exportResources)
Resource to export data associated from the fleets.Constructors in com.oracle.bmc.jms.model with parameters of type ExportResources 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.
-