| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
| Modifier and Type | Method and Description |
|---|---|
AccountAttributeValue |
AccountAttributeValue.clone() |
AccountAttributeValue |
AccountAttributeValue.withAttributeValue(String attributeValue)
The value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountAttributeValue> |
AccountAttribute.getAttributeValues()
One or more values for the account attribute.
|
| Modifier and Type | Method and Description |
|---|---|
AccountAttribute |
AccountAttribute.withAttributeValues(AccountAttributeValue... attributeValues)
One or more values for the account attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountAttribute.setAttributeValues(Collection<AccountAttributeValue> attributeValues)
One or more values for the account attribute.
|
AccountAttribute |
AccountAttribute.withAttributeValues(Collection<AccountAttributeValue> attributeValues)
One or more values for the account attribute.
|
Copyright © 2015. All rights reserved.