Uses of Class
com.amazonaws.services.ec2.model.AccountAttribute
Packages that use AccountAttribute
-
Uses of AccountAttribute in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AccountAttributeModifier and TypeMethodDescriptionAccountAttribute.clone()
AccountAttribute.withAttributeName
(String attributeName) The name of the account attribute.AccountAttribute.withAttributeValues
(AccountAttributeValue... attributeValues) One or more values for the account attribute.AccountAttribute.withAttributeValues
(Collection<AccountAttributeValue> attributeValues) One or more values for the account attribute.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AccountAttributeModifier and TypeMethodDescriptionDescribeAccountAttributesResult.getAccountAttributes()
Information about one or more account attributes.Methods in com.amazonaws.services.ec2.model with parameters of type AccountAttributeModifier and TypeMethodDescriptionDescribeAccountAttributesResult.withAccountAttributes
(AccountAttribute... accountAttributes) Information about one or more account attributes.Method parameters in com.amazonaws.services.ec2.model with type arguments of type AccountAttributeModifier and TypeMethodDescriptionvoid
DescribeAccountAttributesResult.setAccountAttributes
(Collection<AccountAttribute> accountAttributes) Information about one or more account attributes.DescribeAccountAttributesResult.withAccountAttributes
(Collection<AccountAttribute> accountAttributes) Information about one or more account attributes.