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 AccountAttributeValueAccountAttributeValue. clone()AccountAttributeValueAccountAttributeValue. 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 AccountAttributeAccountAttribute. 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 voidAccountAttribute. setAttributeValues(Collection<AccountAttributeValue> attributeValues)One or more values for the account attribute.AccountAttributeAccountAttribute. withAttributeValues(Collection<AccountAttributeValue> attributeValues)One or more values for the account attribute.
-