Uses of Class
software.amazon.awssdk.services.chime.model.GetPhoneNumberResponse
-
Packages that use GetPhoneNumberResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of GetPhoneNumberResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return GetPhoneNumberResponse Modifier and Type Method Description default GetPhoneNumberResponseChimeClient. getPhoneNumber(Consumer<GetPhoneNumberRequest.Builder> getPhoneNumberRequest)Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.default GetPhoneNumberResponseChimeClient. getPhoneNumber(GetPhoneNumberRequest getPhoneNumberRequest)Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.Methods in software.amazon.awssdk.services.chime that return types with arguments of type GetPhoneNumberResponse Modifier and Type Method Description default CompletableFuture<GetPhoneNumberResponse>ChimeAsyncClient. getPhoneNumber(Consumer<GetPhoneNumberRequest.Builder> getPhoneNumberRequest)Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.default CompletableFuture<GetPhoneNumberResponse>ChimeAsyncClient. getPhoneNumber(GetPhoneNumberRequest getPhoneNumberRequest)Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.
-