Package | Description |
---|---|
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and Description |
---|---|
static UpdateScheduleDetails.OutputFileFormat |
UpdateScheduleDetails.OutputFileFormat.create(String key) |
UpdateScheduleDetails.OutputFileFormat |
UpdateScheduleDetails.getOutputFileFormat()
Specifies the supported output file format.
|
static UpdateScheduleDetails.OutputFileFormat |
UpdateScheduleDetails.OutputFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateScheduleDetails.OutputFileFormat[] |
UpdateScheduleDetails.OutputFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateScheduleDetails.Builder |
UpdateScheduleDetails.Builder.outputFileFormat(UpdateScheduleDetails.OutputFileFormat outputFileFormat)
Specifies the supported output file format.
|
Constructor and Description |
---|
UpdateScheduleDetails(String description,
UpdateScheduleDetails.OutputFileFormat outputFileFormat,
ResultLocation resultLocation,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.