Uses of Class
software.amazon.awssdk.services.chime.model.GetPhoneNumberOrderResponse
-
Packages that use GetPhoneNumberOrderResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of GetPhoneNumberOrderResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return GetPhoneNumberOrderResponse Modifier and Type Method Description default GetPhoneNumberOrderResponseChimeClient. 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 GetPhoneNumberOrderResponseChimeClient. 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.Methods in software.amazon.awssdk.services.chime that return types with arguments of type GetPhoneNumberOrderResponse Modifier and Type Method 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.
-