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