Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.FileFormat
-
Packages that use FileFormat Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of FileFormat in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return FileFormat Modifier and Type Method Description FileFormatExportAutoScalingGroupRecommendationsRequest. fileFormat()The format of the export file.FileFormatExportEbsVolumeRecommendationsRequest. fileFormat()The format of the export file.FileFormatExportEc2InstanceRecommendationsRequest. fileFormat()The format of the export file.FileFormatExportEcsServiceRecommendationsRequest. fileFormat()The format of the export file.FileFormatExportLambdaFunctionRecommendationsRequest. fileFormat()The format of the export file.FileFormatExportLicenseRecommendationsRequest. fileFormat()The format of the export file.static FileFormatFileFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FileFormatFileFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static FileFormat[]FileFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type FileFormat Modifier and Type Method Description static Set<FileFormat>FileFormat. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type FileFormat Modifier and Type Method Description ExportAutoScalingGroupRecommendationsRequest.BuilderExportAutoScalingGroupRecommendationsRequest.Builder. fileFormat(FileFormat fileFormat)The format of the export file.ExportEbsVolumeRecommendationsRequest.BuilderExportEbsVolumeRecommendationsRequest.Builder. fileFormat(FileFormat fileFormat)The format of the export file.ExportEc2InstanceRecommendationsRequest.BuilderExportEc2InstanceRecommendationsRequest.Builder. fileFormat(FileFormat fileFormat)The format of the export file.ExportEcsServiceRecommendationsRequest.BuilderExportEcsServiceRecommendationsRequest.Builder. fileFormat(FileFormat fileFormat)The format of the export file.ExportLambdaFunctionRecommendationsRequest.BuilderExportLambdaFunctionRecommendationsRequest.Builder. fileFormat(FileFormat fileFormat)The format of the export file.ExportLicenseRecommendationsRequest.BuilderExportLicenseRecommendationsRequest.Builder. fileFormat(FileFormat fileFormat)The format of the export file.
-