Package | Description |
---|---|
com.amazonaws.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Attribute |
Attribute.clone() |
Attribute |
Attribute.withName(String name)
The name of the attribute.
|
Attribute |
Attribute.withValue(String value)
The value of the attribute.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
CreateComputerRequest.getComputerAttributes()
An array of Attribute objects that contain any LDAP attributes to
apply to the computer account.
|
List<Attribute> |
Computer.getComputerAttributes()
An array of Attribute objects containing the LDAP attributes that
belong to the computer account.
|
Modifier and Type | Method and Description |
---|---|
CreateComputerRequest |
CreateComputerRequest.withComputerAttributes(Attribute... computerAttributes)
An array of Attribute objects that contain any LDAP attributes to
apply to the computer account.
|
Computer |
Computer.withComputerAttributes(Attribute... computerAttributes)
An array of Attribute objects containing the LDAP attributes that
belong to the computer account.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateComputerRequest.setComputerAttributes(Collection<Attribute> computerAttributes)
An array of Attribute objects that contain any LDAP attributes to
apply to the computer account.
|
void |
Computer.setComputerAttributes(Collection<Attribute> computerAttributes)
An array of Attribute objects containing the LDAP attributes that
belong to the computer account.
|
CreateComputerRequest |
CreateComputerRequest.withComputerAttributes(Collection<Attribute> computerAttributes)
An array of Attribute objects that contain any LDAP attributes to
apply 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.
|
Copyright © 2018. All rights reserved.