Uses of Class
software.amazon.awssdk.services.ec2.model.OutputFormat
-
Packages that use OutputFormat Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of OutputFormat in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return OutputFormat Modifier and Type Method Description static OutputFormatOutputFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OutputFormatCapacityManagerDataExportResponse. outputFormat()The file format of the exported data.OutputFormatCreateCapacityManagerDataExportRequest. outputFormat()The file format for the exported data.static OutputFormatOutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputFormat[]OutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type OutputFormat Modifier and Type Method Description static Set<OutputFormat>OutputFormat. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type OutputFormat Modifier and Type Method Description CapacityManagerDataExportResponse.BuilderCapacityManagerDataExportResponse.Builder. outputFormat(OutputFormat outputFormat)The file format of the exported data.CreateCapacityManagerDataExportRequest.BuilderCreateCapacityManagerDataExportRequest.Builder. outputFormat(OutputFormat outputFormat)The file format for the exported data.
-