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 AttributeAttribute. clone()AttributeAttribute. withName(String name)The name of the attribute.AttributeAttribute. 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 ComputerComputer. withComputerAttributes(Attribute... computerAttributes)An array of Attribute objects containing the LDAP attributes that belong to the computer account.CreateComputerRequestCreateComputerRequest. 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 voidComputer. setComputerAttributes(Collection<Attribute> computerAttributes)An array of Attribute objects containing the LDAP attributes that belong to the computer account.voidCreateComputerRequest. setComputerAttributes(Collection<Attribute> computerAttributes)An array of Attribute objects that contain any LDAP attributes to apply to the computer account.ComputerComputer. withComputerAttributes(Collection<Attribute> computerAttributes)An array of Attribute objects containing the LDAP attributes that belong to the computer account.CreateComputerRequestCreateComputerRequest. withComputerAttributes(Collection<Attribute> computerAttributes)An array of Attribute objects that contain any LDAP attributes to apply to the computer account.
-