Uses of Class
com.amazonaws.services.ec2.model.AccountAttribute
-
Packages that use AccountAttribute Package Description com.amazonaws.services.ec2.model -
-
Uses of AccountAttribute in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AccountAttribute Modifier and Type Method Description AccountAttributeAccountAttribute. clone()AccountAttributeAccountAttribute. withAttributeName(String attributeName)The name of the account attribute.AccountAttributeAccountAttribute. withAttributeValues(AccountAttributeValue... attributeValues)One or more values for the account attribute.AccountAttributeAccountAttribute. 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 AccountAttribute Modifier and Type Method Description List<AccountAttribute>DescribeAccountAttributesResult. getAccountAttributes()Information about one or more account attributes.Methods in com.amazonaws.services.ec2.model with parameters of type AccountAttribute Modifier and Type Method Description DescribeAccountAttributesResultDescribeAccountAttributesResult. withAccountAttributes(AccountAttribute... accountAttributes)Information about one or more account attributes.Method parameters in com.amazonaws.services.ec2.model with type arguments of type AccountAttribute Modifier and Type Method Description voidDescribeAccountAttributesResult. setAccountAttributes(Collection<AccountAttribute> accountAttributes)Information about one or more account attributes.DescribeAccountAttributesResultDescribeAccountAttributesResult. withAccountAttributes(Collection<AccountAttribute> accountAttributes)Information about one or more account attributes.
-