Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
AccountLimit |
AccountLimit.clone() |
AccountLimit |
AccountLimit.withName(String name)
The name of the account limit.
|
AccountLimit |
AccountLimit.withValue(Integer value)
The value that is associated with the account limit name.
|
Modifier and Type | Method and Description |
---|---|
List<AccountLimit> |
DescribeAccountLimitsResult.getAccountLimits()
An account limit structure that contain a list of AWS CloudFormation
account limits and their values.
|
Modifier and Type | Method and Description |
---|---|
DescribeAccountLimitsResult |
DescribeAccountLimitsResult.withAccountLimits(AccountLimit... accountLimits)
An account limit structure that contain a list of AWS CloudFormation
account limits and their values.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAccountLimitsResult.setAccountLimits(Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of AWS CloudFormation
account limits and their values.
|
DescribeAccountLimitsResult |
DescribeAccountLimitsResult.withAccountLimits(Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of AWS CloudFormation
account limits and their values.
|
Copyright © 2018. All rights reserved.