Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AccountAttribute |
AccountAttribute.clone() |
AccountAttribute |
AccountAttribute.withAttributeName(String attributeName)
The name of the account attribute.
|
AccountAttribute |
AccountAttribute.withAttributeValues(AccountAttributeValue... attributeValues)
The values for the account attribute.
|
AccountAttribute |
AccountAttribute.withAttributeValues(Collection<AccountAttributeValue> attributeValues)
The values for the account attribute.
|
Modifier and Type | Method and Description |
---|---|
List<AccountAttribute> |
DescribeAccountAttributesResult.getAccountAttributes()
Information about the account attributes.
|
Modifier and Type | Method and Description |
---|---|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountAttributes(AccountAttribute... accountAttributes)
Information about the account attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAccountAttributesResult.setAccountAttributes(Collection<AccountAttribute> accountAttributes)
Information about the account attributes.
|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountAttributes(Collection<AccountAttribute> accountAttributes)
Information about the account attributes.
|
Copyright © 2021. All rights reserved.