Uses of Class
software.amazon.awssdk.services.chime.model.AssociatePhoneNumberWithUserResponse
-
Packages that use AssociatePhoneNumberWithUserResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of AssociatePhoneNumberWithUserResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return AssociatePhoneNumberWithUserResponse Modifier and Type Method Description default AssociatePhoneNumberWithUserResponseChimeClient. associatePhoneNumberWithUser(Consumer<AssociatePhoneNumberWithUserRequest.Builder> associatePhoneNumberWithUserRequest)Associates a phone number with the specified Amazon Chime user.default AssociatePhoneNumberWithUserResponseChimeClient. associatePhoneNumberWithUser(AssociatePhoneNumberWithUserRequest associatePhoneNumberWithUserRequest)Associates a phone number with the specified Amazon Chime user.Methods in software.amazon.awssdk.services.chime that return types with arguments of type AssociatePhoneNumberWithUserResponse Modifier and Type Method Description default CompletableFuture<AssociatePhoneNumberWithUserResponse>ChimeAsyncClient. associatePhoneNumberWithUser(Consumer<AssociatePhoneNumberWithUserRequest.Builder> associatePhoneNumberWithUserRequest)Associates a phone number with the specified Amazon Chime user.default CompletableFuture<AssociatePhoneNumberWithUserResponse>ChimeAsyncClient. associatePhoneNumberWithUser(AssociatePhoneNumberWithUserRequest associatePhoneNumberWithUserRequest)Associates a phone number with the specified Amazon Chime user.
-