Uses of Class
com.amazonaws.services.ec2.model.AccountAttributeValue
-
Packages that use AccountAttributeValue Package Description com.amazonaws.services.ec2.model -
-
Uses of AccountAttributeValue in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AccountAttributeValue Modifier and Type Method Description AccountAttributeValue
AccountAttributeValue. clone()
AccountAttributeValue
AccountAttributeValue. withAttributeValue(String attributeValue)
The value of the attribute.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AccountAttributeValue Modifier and Type Method Description List<AccountAttributeValue>
AccountAttribute. getAttributeValues()
One or more values for the account attribute.Methods in com.amazonaws.services.ec2.model with parameters of type AccountAttributeValue Modifier and Type Method Description AccountAttribute
AccountAttribute. withAttributeValues(AccountAttributeValue... attributeValues)
One or more values for the account attribute.Method parameters in com.amazonaws.services.ec2.model with type arguments of type AccountAttributeValue Modifier and Type Method Description void
AccountAttribute. setAttributeValues(Collection<AccountAttributeValue> attributeValues)
One or more values for the account attribute.AccountAttribute
AccountAttribute. withAttributeValues(Collection<AccountAttributeValue> attributeValues)
One or more values for the account attribute.
-