Package | Description |
---|---|
com.amazonaws.services.directory.model | |
com.amazonaws.services.directory.model.transform |
Modifier and Type | Field and Description |
---|---|
private Computer |
CreateComputerResult.computer
A Computer object that represents the computer account.
|
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(java.util.Collection<Attribute> computerAttributes)
An array of Attribute objects containing the LDAP attributes that
belong to the computer account.
|
Computer |
Computer.withComputerId(java.lang.String computerId)
The identifier of the computer.
|
Computer |
Computer.withComputerName(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
Computer |
ComputerJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ComputerJsonMarshaller.marshall(Computer computer,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|