Package | Description |
---|---|
com.amazonaws.services.directory.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.