Uses of Enum
software.amazon.awssdk.services.ec2.model.OutputFormat
Packages that use OutputFormat
-
Uses of OutputFormat in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return OutputFormatModifier and TypeMethodDescriptionstatic OutputFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OutputFormatCapacityManagerDataExportResponse.outputFormat()The file format of the exported data.final OutputFormatCreateCapacityManagerDataExportRequest.outputFormat()The file format for the exported data.static OutputFormatReturns 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 OutputFormatMethods in software.amazon.awssdk.services.ec2.model with parameters of type OutputFormatModifier and TypeMethodDescriptionCapacityManagerDataExportResponse.Builder.outputFormat(OutputFormat outputFormat) The file format of the exported data.CreateCapacityManagerDataExportRequest.Builder.outputFormat(OutputFormat outputFormat) The file format for the exported data.