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 ComputerComputer. clone()ComputerCreateComputerResult. getComputer()A Computer object that represents the computer account.ComputerComputer. withComputerAttributes(Attribute... computerAttributes)An array of Attribute objects containing the LDAP attributes that belong to the computer account.ComputerComputer. withComputerAttributes(Collection<Attribute> computerAttributes)An array of Attribute objects containing the LDAP attributes that belong to the computer account.ComputerComputer. withComputerId(String computerId)The identifier of the computer.ComputerComputer. withComputerName(String computerName)The computer name.Methods in com.amazonaws.services.directory.model with parameters of type Computer Modifier and Type Method Description voidCreateComputerResult. setComputer(Computer computer)A Computer object that represents the computer account.CreateComputerResultCreateComputerResult. withComputer(Computer computer)A Computer object that represents the computer account.
-