Uses of Class
software.amazon.awssdk.services.redshift.model.AccountAttribute
-
Packages that use AccountAttribute Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of AccountAttribute in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type AccountAttribute Modifier and Type Method Description List<AccountAttribute>DescribeAccountAttributesResponse. accountAttributes()A list of attributes assigned to an account.Methods in software.amazon.awssdk.services.redshift.model with parameters of type AccountAttribute Modifier and Type Method Description DescribeAccountAttributesResponse.BuilderDescribeAccountAttributesResponse.Builder. accountAttributes(AccountAttribute... accountAttributes)A list of attributes assigned to an account.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type AccountAttribute Modifier and Type Method Description DescribeAccountAttributesResponse.BuilderDescribeAccountAttributesResponse.Builder. accountAttributes(Collection<AccountAttribute> accountAttributes)A list of attributes assigned to an account.
-