Uses of Class
com.amazonaws.services.directory.model.DirectorySize
-
Packages that use DirectorySize Package Description com.amazonaws.services.directory.model -
-
Uses of DirectorySize in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DirectorySize Modifier and Type Method Description static DirectorySizeDirectorySize. fromValue(String value)Use this in place of valueOf.static DirectorySizeDirectorySize. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectorySize[]DirectorySize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.directory.model with parameters of type DirectorySize Modifier and Type Method Description voidConnectDirectoryRequest. setSize(DirectorySize size)The size of the directory.voidCreateDirectoryRequest. setSize(DirectorySize size)The size of the directory.voidDirectoryDescription. setSize(DirectorySize size)The directory size.ConnectDirectoryRequestConnectDirectoryRequest. withSize(DirectorySize size)The size of the directory.CreateDirectoryRequestCreateDirectoryRequest. withSize(DirectorySize size)The size of the directory.DirectoryDescriptionDirectoryDescription. withSize(DirectorySize size)The directory size.
-