Uses of Class
software.amazon.awssdk.services.directory.model.Attribute
-
Packages that use Attribute Package Description software.amazon.awssdk.services.directory.model -
-
Uses of Attribute in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>Computer. computerAttributes()An array of Attribute objects containing the LDAP attributes that belong to the computer account.List<Attribute>CreateComputerRequest. computerAttributes()An array of Attribute objects that contain any LDAP attributes to apply to the computer account.Methods in software.amazon.awssdk.services.directory.model with parameters of type Attribute Modifier and Type Method Description Computer.BuilderComputer.Builder. computerAttributes(Attribute... computerAttributes)An array of Attribute objects containing the LDAP attributes that belong to the computer account.CreateComputerRequest.BuilderCreateComputerRequest.Builder. computerAttributes(Attribute... computerAttributes)An array of Attribute objects that contain any LDAP attributes to apply to the computer account.Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type Attribute Modifier and Type Method Description Computer.BuilderComputer.Builder. computerAttributes(Collection<Attribute> computerAttributes)An array of Attribute objects containing the LDAP attributes that belong to the computer account.CreateComputerRequest.BuilderCreateComputerRequest.Builder. computerAttributes(Collection<Attribute> computerAttributes)An array of Attribute objects that contain any LDAP attributes to apply to the computer account.
-