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