Uses of Class
com.amazonaws.services.cloudformation.model.AccountLimit
Packages that use AccountLimit
-
Uses of AccountLimit in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return AccountLimitModifier and TypeMethodDescriptionAccountLimit.clone()
The name of the account limit.The value that is associated with the account limit name.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type AccountLimitModifier and TypeMethodDescriptionDescribeAccountLimitsResult.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 AccountLimitModifier and TypeMethodDescriptionDescribeAccountLimitsResult.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 AccountLimitModifier and TypeMethodDescriptionvoid
DescribeAccountLimitsResult.setAccountLimits
(Collection<AccountLimit> accountLimits) An account limit structure that contain a list of AWS CloudFormation account limits and their values.DescribeAccountLimitsResult.withAccountLimits
(Collection<AccountLimit> accountLimits) An account limit structure that contain a list of AWS CloudFormation account limits and their values.