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 DirectorySizeUse this in place of valueOf.static DirectorySizeReturns 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 TypeMethodDescriptionvoidConnectDirectoryRequest.setSize(DirectorySize size) The size of the directory.voidCreateDirectoryRequest.setSize(DirectorySize size) The size of the directory.voidDirectoryDescription.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.