| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
AccountAttribute |
AccountAttribute.clone() |
AccountAttribute |
AccountAttribute.withAttributeName(String attributeName)
The name of the attribute.
|
AccountAttribute |
AccountAttribute.withAttributeValues(AttributeValueTarget... attributeValues)
A list of attribute values.
|
AccountAttribute |
AccountAttribute.withAttributeValues(Collection<AttributeValueTarget> attributeValues)
A list of attribute values.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountAttribute> |
DescribeAccountAttributesResult.getAccountAttributes()
A list of attributes assigned to an account.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountAttributes(AccountAttribute... accountAttributes)
A list of attributes assigned to an account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAccountAttributesResult.setAccountAttributes(Collection<AccountAttribute> accountAttributes)
A list of attributes assigned to an account.
|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountAttributes(Collection<AccountAttribute> accountAttributes)
A list of attributes assigned to an account.
|
Copyright © 2021. All rights reserved.