Uses of Class
com.amazonaws.services.directory.model.Attribute
-
Packages that use Attribute Package Description com.amazonaws.services.directory.model -
-
Uses of Attribute in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return Attribute Modifier and Type Method Description Attribute
Attribute. clone()
Attribute
Attribute. withName(String name)
The name of the attribute.Attribute
Attribute. withValue(String value)
The value of the attribute.Methods in com.amazonaws.services.directory.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>
Computer. getComputerAttributes()
An array of Attribute objects containing the LDAP attributes that belong to the computer account.List<Attribute>
CreateComputerRequest. getComputerAttributes()
An array of Attribute objects that contain any LDAP attributes to apply to the computer account.Methods in com.amazonaws.services.directory.model with parameters of type Attribute Modifier and Type Method Description Computer
Computer. withComputerAttributes(Attribute... computerAttributes)
An array of Attribute objects containing the LDAP attributes that belong to the computer account.CreateComputerRequest
CreateComputerRequest. withComputerAttributes(Attribute... computerAttributes)
An array of Attribute objects that contain any LDAP attributes to apply to the computer account.Method parameters in com.amazonaws.services.directory.model with type arguments of type Attribute Modifier and Type Method Description void
Computer. setComputerAttributes(Collection<Attribute> computerAttributes)
An array of Attribute objects containing the LDAP attributes that belong to the computer account.void
CreateComputerRequest. setComputerAttributes(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.CreateComputerRequest
CreateComputerRequest. withComputerAttributes(Collection<Attribute> computerAttributes)
An array of Attribute objects that contain any LDAP attributes to apply to the computer account.
-