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 AccountLimitAccountLimit. clone()AccountLimitAccountLimit. withName(String name)The name of the account limit.AccountLimitAccountLimit. 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 DescribeAccountLimitsResultDescribeAccountLimitsResult. 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 voidDescribeAccountLimitsResult. setAccountLimits(Collection<AccountLimit> accountLimits)An account limit structure that contain a list of AWS CloudFormation account limits and their values.DescribeAccountLimitsResultDescribeAccountLimitsResult. withAccountLimits(Collection<AccountLimit> accountLimits)An account limit structure that contain a list of AWS CloudFormation account limits and their values.
-