Uses of Enum
com.amazonaws.services.directory.model.DirectorySize
Packages that use DirectorySize
-
Uses of DirectorySize in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DirectorySizeModifier and TypeMethodDescriptionstatic DirectorySize
Use this in place of valueOf.static DirectorySize
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 DirectorySizeModifier and TypeMethodDescriptionvoid
ConnectDirectoryRequest.setSize
(DirectorySize size) The size of the directory.void
CreateDirectoryRequest.setSize
(DirectorySize size) The size of the directory.void
DirectoryDescription.setSize
(DirectorySize size) The directory size.ConnectDirectoryRequest.withSize
(DirectorySize size) The size of the directory.CreateDirectoryRequest.withSize
(DirectorySize size) The size of the directory.DirectoryDescription.withSize
(DirectorySize size) The directory size.