Uses of Class
com.amazonaws.services.directory.model.Attribute
Packages that use Attribute
-
Uses of Attribute in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return AttributeModifier and TypeMethodDescriptionAttribute.clone()
The name of the attribute.The value of the attribute.Methods in com.amazonaws.services.directory.model that return types with arguments of type AttributeModifier and TypeMethodDescriptionComputer.getComputerAttributes()
An array of Attribute objects containing the LDAP attributes that belong to the computer account.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 AttributeModifier and TypeMethodDescriptionComputer.withComputerAttributes
(Attribute... computerAttributes) An array of Attribute objects containing the LDAP attributes that belong to the computer account.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 AttributeModifier and TypeMethodDescriptionvoid
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.withComputerAttributes
(Collection<Attribute> computerAttributes) An array of Attribute objects containing the LDAP attributes that belong to the computer account.CreateComputerRequest.withComputerAttributes
(Collection<Attribute> computerAttributes) An array of Attribute objects that contain any LDAP attributes to apply to the computer account.