| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
FileFormat |
ExportEc2InstanceRecommendationsRequest.fileFormat()
The format of the export file.
|
FileFormat |
ExportLambdaFunctionRecommendationsRequest.fileFormat()
The format of the export file.
|
FileFormat |
ExportEcsServiceRecommendationsRequest.fileFormat()
The format of the export file.
|
FileFormat |
ExportEbsVolumeRecommendationsRequest.fileFormat()
The format of the export file.
|
FileFormat |
ExportAutoScalingGroupRecommendationsRequest.fileFormat()
The format of the export file.
|
static FileFormat |
FileFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FileFormat |
FileFormat.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FileFormat> |
FileFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExportEc2InstanceRecommendationsRequest.Builder |
ExportEc2InstanceRecommendationsRequest.Builder.fileFormat(FileFormat fileFormat)
The format of the export file.
|
ExportLambdaFunctionRecommendationsRequest.Builder |
ExportLambdaFunctionRecommendationsRequest.Builder.fileFormat(FileFormat fileFormat)
The format of the export file.
|
ExportEcsServiceRecommendationsRequest.Builder |
ExportEcsServiceRecommendationsRequest.Builder.fileFormat(FileFormat fileFormat)
The format of the export file.
|
ExportEbsVolumeRecommendationsRequest.Builder |
ExportEbsVolumeRecommendationsRequest.Builder.fileFormat(FileFormat fileFormat)
The format of the export file.
|
ExportAutoScalingGroupRecommendationsRequest.Builder |
ExportAutoScalingGroupRecommendationsRequest.Builder.fileFormat(FileFormat fileFormat)
The format of the export file.
|
Copyright © 2023. All rights reserved.