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 AccountAttribute
AccountAttribute. clone()
AccountAttribute
AccountAttribute. withAttributeName(String attributeName)
The name of the account attribute.AccountAttribute
AccountAttribute. withAttributeValues(AccountAttributeValue... attributeValues)
One or more values for the account attribute.AccountAttribute
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 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 DescribeAccountAttributesResult
DescribeAccountAttributesResult. 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 void
DescribeAccountAttributesResult. setAccountAttributes(Collection<AccountAttribute> accountAttributes)
Information about one or more account attributes.DescribeAccountAttributesResult
DescribeAccountAttributesResult. withAccountAttributes(Collection<AccountAttribute> accountAttributes)
Information about one or more account attributes.
-