Uses of Class
com.amazonaws.services.directory.model.Computer
-
Packages that use Computer Package Description com.amazonaws.services.directory.model -
-
Uses of Computer in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return Computer Modifier and Type Method Description Computer
Computer. clone()
Computer
CreateComputerResult. getComputer()
A Computer object that represents the computer account.Computer
Computer. withComputerAttributes(Attribute... computerAttributes)
An array of Attribute objects containing the LDAP attributes that belong to the computer account.Computer
Computer. withComputerAttributes(Collection<Attribute> computerAttributes)
An array of Attribute objects containing the LDAP attributes that belong to the computer account.Computer
Computer. withComputerId(String computerId)
The identifier of the computer.Computer
Computer. withComputerName(String computerName)
The computer name.Methods in com.amazonaws.services.directory.model with parameters of type Computer Modifier and Type Method Description void
CreateComputerResult. setComputer(Computer computer)
A Computer object that represents the computer account.CreateComputerResult
CreateComputerResult. withComputer(Computer computer)
A Computer object that represents the computer account.
-