| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
AccountAttribute |
AccountAttribute.clone() |
AccountAttribute |
AccountAttribute.withName(AccountAttributeName name)
The name of the account attribute.
|
AccountAttribute |
AccountAttribute.withName(String name)
The name of the account attribute.
|
AccountAttribute |
AccountAttribute.withValue(String value)
The value associated with the account attribute name.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountAttribute> |
DescribeAccountAttributesResult.getAccountAttributes()
An array of AccountAttributes objects.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountAttributes(AccountAttribute... accountAttributes)
An array of AccountAttributes objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAccountAttributesResult.setAccountAttributes(Collection<AccountAttribute> accountAttributes)
An array of AccountAttributes objects.
|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountAttributes(Collection<AccountAttribute> accountAttributes)
An array of AccountAttributes objects.
|
Copyright © 2024. All rights reserved.