| Package | Description |
|---|---|
| com.amazonaws.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
AccountAttribute |
AccountAttribute.clone() |
AccountAttribute |
AccountAttribute.withMaximum(Integer maximum)
The maximum allowed value.
|
AccountAttribute |
AccountAttribute.withName(String name)
The attribute name.
|
AccountAttribute |
AccountAttribute.withUsed(Integer used)
The current usage, such as the current number of servers that are associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountAttribute> |
DescribeAccountAttributesResult.getAttributes()
The attributes that are currently set for the account.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAttributes(AccountAttribute... attributes)
The attributes that are currently set for the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAccountAttributesResult.setAttributes(Collection<AccountAttribute> attributes)
The attributes that are currently set for the account.
|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAttributes(Collection<AccountAttribute> attributes)
The attributes that are currently set for the account.
|
Copyright © 2017. All rights reserved.