| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberAssociationName |
ListPhoneNumbersRequest.filterName()
The filter to use to limit the number of results.
|
static PhoneNumberAssociationName |
PhoneNumberAssociationName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PhoneNumberAssociationName |
PhoneNumberAssociation.name()
Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon
Chime Voice Connector group ID.
|
static PhoneNumberAssociationName |
PhoneNumberAssociationName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhoneNumberAssociationName[] |
PhoneNumberAssociationName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PhoneNumberAssociationName> |
PhoneNumberAssociationName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListPhoneNumbersRequest.Builder |
ListPhoneNumbersRequest.Builder.filterName(PhoneNumberAssociationName filterName)
The filter to use to limit the number of results.
|
PhoneNumberAssociation.Builder |
PhoneNumberAssociation.Builder.name(PhoneNumberAssociationName name)
Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon
Chime Voice Connector group ID.
|
Copyright © 2023. All rights reserved.