Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AccountAttribute> |
DescribeAccountAttributesResult.accountAttributes
Information about one or more account attributes.
|
Modifier and Type | Method and Description |
---|---|
AccountAttribute |
AccountAttribute.clone() |
AccountAttribute |
AccountAttribute.withAttributeName(java.lang.String attributeName)
The name of the account attribute.
|
AccountAttribute |
AccountAttribute.withAttributeValues(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 |
---|---|
java.util.List<AccountAttribute> |
DescribeAccountAttributesResult.getAccountAttributes()
Information about one or more account attributes.
|
Modifier and Type | Method and Description |
---|---|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountAttributes(AccountAttribute... accountAttributes)
Information about one or more account attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAccountAttributesResult.setAccountAttributes(java.util.Collection<AccountAttribute> accountAttributes)
Information about one or more account attributes.
|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountAttributes(java.util.Collection<AccountAttribute> accountAttributes)
Information about one or more account attributes.
|
Modifier and Type | Method and Description |
---|---|
AccountAttribute |
AccountAttributeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |