Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.OverwriteOption
-
Packages that use OverwriteOption Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of OverwriteOption in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return OverwriteOption Modifier and Type Method Description static OverwriteOptionOverwriteOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OverwriteOptionS3OutputConfigurations. overwrite()The rule to follow when generating a version of the data export file.static OverwriteOptionOverwriteOption. valueOf(String name)Returns the enum constant of this type with the specified name.static OverwriteOption[]OverwriteOption. 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 OverwriteOption Modifier and Type Method Description static Set<OverwriteOption>OverwriteOption. knownValues()Methods in software.amazon.awssdk.services.bcmdataexports.model with parameters of type OverwriteOption Modifier and Type Method Description S3OutputConfigurations.BuilderS3OutputConfigurations.Builder. overwrite(OverwriteOption overwrite)The rule to follow when generating a version of the data export file.
-