Uses of Class
software.amazon.awssdk.services.workmail.model.FolderName
-
Packages that use FolderName Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of FolderName in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return FolderName Modifier and Type Method Description static FolderNameFolderName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FolderNameFolderConfiguration. name()The folder name.static FolderNameFolderName. valueOf(String name)Returns the enum constant of this type with the specified name.static FolderName[]FolderName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type FolderName Modifier and Type Method Description static Set<FolderName>FolderName. knownValues()Methods in software.amazon.awssdk.services.workmail.model with parameters of type FolderName Modifier and Type Method Description FolderConfiguration.BuilderFolderConfiguration.Builder. name(FolderName name)The folder name.
-