| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdatePhoneNumberResponse |
ChimeClient.updatePhoneNumber(Consumer<UpdatePhoneNumberRequest.Builder> updatePhoneNumberRequest)
Updates phone number details, such as product type or calling name, for the specified phone number ID.
|
default UpdatePhoneNumberResponse |
ChimeClient.updatePhoneNumber(UpdatePhoneNumberRequest updatePhoneNumberRequest)
Updates phone number details, such as product type or calling name, for the specified phone number ID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdatePhoneNumberResponse> |
ChimeAsyncClient.updatePhoneNumber(Consumer<UpdatePhoneNumberRequest.Builder> updatePhoneNumberRequest)
Updates phone number details, such as product type or calling name, for the specified phone number ID.
|
default CompletableFuture<UpdatePhoneNumberResponse> |
ChimeAsyncClient.updatePhoneNumber(UpdatePhoneNumberRequest updatePhoneNumberRequest)
Updates phone number details, such as product type or calling name, for the specified phone number ID.
|
Copyright © 2022. All rights reserved.