Package | Description |
---|---|
com.amazonaws.services.directory.model | |
com.amazonaws.services.directory.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Attribute> |
CreateComputerRequest.computerAttributes
An array of Attribute objects that contain any LDAP attributes to
apply to the computer account.
|
private SdkInternalList<Attribute> |
Computer.computerAttributes
An array of Attribute objects containing the LDAP attributes that
belong to the computer account.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
Attribute.clone() |
Attribute |
Attribute.withName(java.lang.String name)
The name of the attribute.
|
Attribute |
Attribute.withValue(java.lang.String value)
The value of the attribute.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
CreateComputerRequest.getComputerAttributes()
An array of Attribute objects that contain any LDAP attributes to
apply to the computer account.
|
java.util.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(java.util.Collection<Attribute> computerAttributes)
An array of Attribute objects that contain any LDAP attributes to
apply to the computer account.
|
void |
Computer.setComputerAttributes(java.util.Collection<Attribute> computerAttributes)
An array of Attribute objects containing the LDAP attributes that
belong to the computer account.
|
CreateComputerRequest |
CreateComputerRequest.withComputerAttributes(java.util.Collection<Attribute> computerAttributes)
An array of Attribute objects that contain any LDAP attributes to
apply 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.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AttributeJsonMarshaller.marshall(Attribute attribute,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|