Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AccountAttributeValue> |
AccountAttribute.attributeValues
One or more values for the account attribute.
|
Modifier and Type | Method and Description |
---|---|
AccountAttributeValue |
AccountAttributeValue.clone() |
AccountAttributeValue |
AccountAttributeValue.withAttributeValue(java.lang.String attributeValue)
The value of the attribute.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<AccountAttributeValue> attributeValues)
One or more values for the account attribute.
|
AccountAttribute |
AccountAttribute.withAttributeValues(java.util.Collection<AccountAttributeValue> attributeValues)
One or more values for the account attribute.
|
Modifier and Type | Method and Description |
---|---|
AccountAttributeValue |
AccountAttributeValueStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |