| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
CreateComputerRequest.computerAttributes()
An array of Attribute objects that contain any LDAP attributes to apply to the computer account.
|
List<Attribute> |
Computer.computerAttributes()
An array of Attribute objects containing the LDAP attributes that belong to the computer account.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComputerRequest.Builder |
CreateComputerRequest.Builder.computerAttributes(Attribute... computerAttributes)
An array of Attribute objects that contain any LDAP attributes to apply to the computer account.
|
Computer.Builder |
Computer.Builder.computerAttributes(Attribute... computerAttributes)
An array of Attribute objects containing the LDAP attributes that belong to the computer account.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComputerRequest.Builder |
CreateComputerRequest.Builder.computerAttributes(Collection<Attribute> computerAttributes)
An array of Attribute objects that contain any LDAP attributes to apply to the computer account.
|
Computer.Builder |
Computer.Builder.computerAttributes(Collection<Attribute> computerAttributes)
An array of Attribute objects containing the LDAP attributes that belong to the computer account.
|
Copyright © 2022. All rights reserved.