Uses of Class
com.amazonaws.services.cloudformation.model.AccountLimit
-
Packages that use AccountLimit Package Description com.amazonaws.services.cloudformation.model -
-
Uses of AccountLimit in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return AccountLimit Modifier and Type Method 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.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type AccountLimit Modifier and Type Method Description List<AccountLimit>
DescribeAccountLimitsResult. getAccountLimits()
An account limit structure that contain a list of AWS CloudFormation account limits and their values.Methods in com.amazonaws.services.cloudformation.model with parameters of type AccountLimit Modifier and Type Method Description DescribeAccountLimitsResult
DescribeAccountLimitsResult. withAccountLimits(AccountLimit... accountLimits)
An account limit structure that contain a list of AWS CloudFormation account limits and their values.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type AccountLimit Modifier and Type Method 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.
-