| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
|
| Modifier and Type | Method and Description |
|---|---|
default GetPhoneNumberOrderResponse |
ChimeClient.getPhoneNumberOrder(Consumer<GetPhoneNumberOrderRequest.Builder> getPhoneNumberOrderRequest)
Retrieves details for the specified phone number order, such as the order creation timestamp, phone numbers in
E.164 format, product type, and order status.
|
default GetPhoneNumberOrderResponse |
ChimeClient.getPhoneNumberOrder(GetPhoneNumberOrderRequest getPhoneNumberOrderRequest)
Retrieves details for the specified phone number order, such as the order creation timestamp, phone numbers in
E.164 format, product type, and order status.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPhoneNumberOrderResponse> |
ChimeAsyncClient.getPhoneNumberOrder(Consumer<GetPhoneNumberOrderRequest.Builder> getPhoneNumberOrderRequest)
Retrieves details for the specified phone number order, such as the order creation timestamp, phone numbers in
E.164 format, product type, and order status.
|
default CompletableFuture<GetPhoneNumberOrderResponse> |
ChimeAsyncClient.getPhoneNumberOrder(GetPhoneNumberOrderRequest getPhoneNumberOrderRequest)
Retrieves details for the specified phone number order, such as the order creation timestamp, phone numbers in
E.164 format, product type, and order status.
|
Copyright © 2023. All rights reserved.