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 DirectorySize
DirectorySize. fromValue(String value)
Use this in place of valueOf.static DirectorySize
DirectorySize. 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 void
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
ConnectDirectoryRequest. withSize(DirectorySize size)
The size of the directory.CreateDirectoryRequest
CreateDirectoryRequest. withSize(DirectorySize size)
The size of the directory.DirectoryDescription
DirectoryDescription. withSize(DirectorySize size)
The directory size.
-