Uses of Class
software.amazon.awssdk.services.appflow.model.PrefixType
-
Packages that use PrefixType Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of PrefixType in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return PrefixType Modifier and Type Method Description static PrefixTypePrefixType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PrefixTypePrefixConfig. prefixType()Determines the format of the prefix, and whether it applies to the file name, file path, or both.static PrefixTypePrefixType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrefixType[]PrefixType. 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 PrefixType Modifier and Type Method Description static Set<PrefixType>PrefixType. knownValues()Methods in software.amazon.awssdk.services.appflow.model with parameters of type PrefixType Modifier and Type Method Description PrefixConfig.BuilderPrefixConfig.Builder. prefixType(PrefixType prefixType)Determines the format of the prefix, and whether it applies to the file name, file path, or both.
-