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