Uses of Class
software.amazon.awssdk.services.appflow.model.PrefixFormat
-
Packages that use PrefixFormat Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of PrefixFormat in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return PrefixFormat Modifier and Type Method Description static PrefixFormatPrefixFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PrefixFormatPrefixConfig. prefixFormat()Determines the level of granularity for the date and time that's included in the prefix.static PrefixFormatPrefixFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static PrefixFormat[]PrefixFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type PrefixFormat Modifier and Type Method Description static Set<PrefixFormat>PrefixFormat. knownValues()Methods in software.amazon.awssdk.services.appflow.model with parameters of type PrefixFormat Modifier and Type Method Description PrefixConfig.BuilderPrefixConfig.Builder. prefixFormat(PrefixFormat prefixFormat)Determines the level of granularity for the date and time that's included in the prefix.
-