Uses of Class
software.amazon.awssdk.services.opsworkscm.model.AccountAttribute
-
Packages that use AccountAttribute Package Description software.amazon.awssdk.services.opsworkscm.model -
-
Uses of AccountAttribute in software.amazon.awssdk.services.opsworkscm.model
Methods in software.amazon.awssdk.services.opsworkscm.model that return types with arguments of type AccountAttribute Modifier and Type Method Description List<AccountAttribute>DescribeAccountAttributesResponse. attributes()The attributes that are currently set for the account.Methods in software.amazon.awssdk.services.opsworkscm.model with parameters of type AccountAttribute Modifier and Type Method Description DescribeAccountAttributesResponse.BuilderDescribeAccountAttributesResponse.Builder. attributes(AccountAttribute... attributes)The attributes that are currently set for the account.Method parameters in software.amazon.awssdk.services.opsworkscm.model with type arguments of type AccountAttribute Modifier and Type Method Description DescribeAccountAttributesResponse.BuilderDescribeAccountAttributesResponse.Builder. attributes(Collection<AccountAttribute> attributes)The attributes that are currently set for the account.
-