Package | Description |
---|---|
com.amazonaws.services.ec2.model |
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 © 2017. All rights reserved.