| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkvoice |
The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use
Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociatePhoneNumbersWithVoiceConnectorResponse |
ChimeSdkVoiceClient.associatePhoneNumbersWithVoiceConnector(AssociatePhoneNumbersWithVoiceConnectorRequest associatePhoneNumbersWithVoiceConnectorRequest)
Associates phone numbers with the specified Amazon Chime SDK Voice Connector.
|
default AssociatePhoneNumbersWithVoiceConnectorResponse |
ChimeSdkVoiceClient.associatePhoneNumbersWithVoiceConnector(Consumer<AssociatePhoneNumbersWithVoiceConnectorRequest.Builder> associatePhoneNumbersWithVoiceConnectorRequest)
Associates phone numbers with the specified Amazon Chime SDK Voice Connector.
|
default AssociatePhoneNumbersWithVoiceConnectorGroupResponse |
ChimeSdkVoiceClient.associatePhoneNumbersWithVoiceConnectorGroup(AssociatePhoneNumbersWithVoiceConnectorGroupRequest associatePhoneNumbersWithVoiceConnectorGroupRequest)
Associates phone numbers with the specified Amazon Chime SDK Voice Connector group.
|
default AssociatePhoneNumbersWithVoiceConnectorGroupResponse |
ChimeSdkVoiceClient.associatePhoneNumbersWithVoiceConnectorGroup(Consumer<AssociatePhoneNumbersWithVoiceConnectorGroupRequest.Builder> associatePhoneNumbersWithVoiceConnectorGroupRequest)
Associates phone numbers with the specified Amazon Chime SDK Voice Connector group.
|
default CreatePhoneNumberOrderResponse |
ChimeSdkVoiceClient.createPhoneNumberOrder(Consumer<CreatePhoneNumberOrderRequest.Builder> createPhoneNumberOrderRequest)
Creates an order for phone numbers to be provisioned.
|
default CreatePhoneNumberOrderResponse |
ChimeSdkVoiceClient.createPhoneNumberOrder(CreatePhoneNumberOrderRequest createPhoneNumberOrderRequest)
Creates an order for phone numbers to be provisioned.
|
default CreateSipMediaApplicationResponse |
ChimeSdkVoiceClient.createSipMediaApplication(Consumer<CreateSipMediaApplicationRequest.Builder> createSipMediaApplicationRequest)
Creates a SIP media application.
|
default CreateSipMediaApplicationResponse |
ChimeSdkVoiceClient.createSipMediaApplication(CreateSipMediaApplicationRequest createSipMediaApplicationRequest)
Creates a SIP media application.
|
default CreateSipMediaApplicationCallResponse |
ChimeSdkVoiceClient.createSipMediaApplicationCall(Consumer<CreateSipMediaApplicationCallRequest.Builder> createSipMediaApplicationCallRequest)
Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the
endpoint of the specified
sipMediaApplicationId. |
default CreateSipMediaApplicationCallResponse |
ChimeSdkVoiceClient.createSipMediaApplicationCall(CreateSipMediaApplicationCallRequest createSipMediaApplicationCallRequest)
Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the
endpoint of the specified
sipMediaApplicationId. |
default CreateSipRuleResponse |
ChimeSdkVoiceClient.createSipRule(Consumer<CreateSipRuleRequest.Builder> createSipRuleRequest)
Creates a SIP rule, which can be used to run a SIP media application as a target for a specific trigger type.
|
default CreateSipRuleResponse |
ChimeSdkVoiceClient.createSipRule(CreateSipRuleRequest createSipRuleRequest)
Creates a SIP rule, which can be used to run a SIP media application as a target for a specific trigger type.
|
default CreateVoiceConnectorResponse |
ChimeSdkVoiceClient.createVoiceConnector(Consumer<CreateVoiceConnectorRequest.Builder> createVoiceConnectorRequest)
Creates an Amazon Chime SDK Voice Connector.
|
default CreateVoiceConnectorResponse |
ChimeSdkVoiceClient.createVoiceConnector(CreateVoiceConnectorRequest createVoiceConnectorRequest)
Creates an Amazon Chime SDK Voice Connector.
|
default CreateVoiceConnectorGroupResponse |
ChimeSdkVoiceClient.createVoiceConnectorGroup(Consumer<CreateVoiceConnectorGroupRequest.Builder> createVoiceConnectorGroupRequest)
Creates an Amazon Chime SDK Voice Connector group under the administrator's AWS account.
|
default CreateVoiceConnectorGroupResponse |
ChimeSdkVoiceClient.createVoiceConnectorGroup(CreateVoiceConnectorGroupRequest createVoiceConnectorGroupRequest)
Creates an Amazon Chime SDK Voice Connector group under the administrator's AWS account.
|
default CreateVoiceProfileResponse |
ChimeSdkVoiceClient.createVoiceProfile(Consumer<CreateVoiceProfileRequest.Builder> createVoiceProfileRequest)
Creates a voice profile, which consists of an enrolled user and their latest voice print.
|
default CreateVoiceProfileResponse |
ChimeSdkVoiceClient.createVoiceProfile(CreateVoiceProfileRequest createVoiceProfileRequest)
Creates a voice profile, which consists of an enrolled user and their latest voice print.
|
default CreateVoiceProfileDomainResponse |
ChimeSdkVoiceClient.createVoiceProfileDomain(Consumer<CreateVoiceProfileDomainRequest.Builder> createVoiceProfileDomainRequest)
Creates a voice profile domain, a collection of voice profiles, their voice prints, and encrypted enrollment
audio.
|
default CreateVoiceProfileDomainResponse |
ChimeSdkVoiceClient.createVoiceProfileDomain(CreateVoiceProfileDomainRequest createVoiceProfileDomainRequest)
Creates a voice profile domain, a collection of voice profiles, their voice prints, and encrypted enrollment
audio.
|
default DeleteVoiceProfileResponse |
ChimeSdkVoiceClient.deleteVoiceProfile(Consumer<DeleteVoiceProfileRequest.Builder> deleteVoiceProfileRequest)
Deletes a voice profile, including its voice print and enrollment data.
|
default DeleteVoiceProfileResponse |
ChimeSdkVoiceClient.deleteVoiceProfile(DeleteVoiceProfileRequest deleteVoiceProfileRequest)
Deletes a voice profile, including its voice print and enrollment data.
|
default DeleteVoiceProfileDomainResponse |
ChimeSdkVoiceClient.deleteVoiceProfileDomain(Consumer<DeleteVoiceProfileDomainRequest.Builder> deleteVoiceProfileDomainRequest)
Deletes all voice profiles in the domain.
|
default DeleteVoiceProfileDomainResponse |
ChimeSdkVoiceClient.deleteVoiceProfileDomain(DeleteVoiceProfileDomainRequest deleteVoiceProfileDomainRequest)
Deletes all voice profiles in the domain.
|
default GetSpeakerSearchTaskResponse |
ChimeSdkVoiceClient.getSpeakerSearchTask(Consumer<GetSpeakerSearchTaskRequest.Builder> getSpeakerSearchTaskRequest)
Retrieves the details of the specified speaker search task.
|
default GetSpeakerSearchTaskResponse |
ChimeSdkVoiceClient.getSpeakerSearchTask(GetSpeakerSearchTaskRequest getSpeakerSearchTaskRequest)
Retrieves the details of the specified speaker search task.
|
default GetVoiceProfileResponse |
ChimeSdkVoiceClient.getVoiceProfile(Consumer<GetVoiceProfileRequest.Builder> getVoiceProfileRequest)
Retrieves the details of the specified voice profile.
|
default GetVoiceProfileResponse |
ChimeSdkVoiceClient.getVoiceProfile(GetVoiceProfileRequest getVoiceProfileRequest)
Retrieves the details of the specified voice profile.
|
default GetVoiceProfileDomainResponse |
ChimeSdkVoiceClient.getVoiceProfileDomain(Consumer<GetVoiceProfileDomainRequest.Builder> getVoiceProfileDomainRequest)
Retrieves the details of the specified voice profile domain.
|
default GetVoiceProfileDomainResponse |
ChimeSdkVoiceClient.getVoiceProfileDomain(GetVoiceProfileDomainRequest getVoiceProfileDomainRequest)
Retrieves the details of the specified voice profile domain.
|
default GetVoiceToneAnalysisTaskResponse |
ChimeSdkVoiceClient.getVoiceToneAnalysisTask(Consumer<GetVoiceToneAnalysisTaskRequest.Builder> getVoiceToneAnalysisTaskRequest)
Retrieves the details of a voice tone analysis task.
|
default GetVoiceToneAnalysisTaskResponse |
ChimeSdkVoiceClient.getVoiceToneAnalysisTask(GetVoiceToneAnalysisTaskRequest getVoiceToneAnalysisTaskRequest)
Retrieves the details of a voice tone analysis task.
|
default ListSupportedPhoneNumberCountriesResponse |
ChimeSdkVoiceClient.listSupportedPhoneNumberCountries(Consumer<ListSupportedPhoneNumberCountriesRequest.Builder> listSupportedPhoneNumberCountriesRequest)
Lists the countries that you can order phone numbers from.
|
default ListSupportedPhoneNumberCountriesResponse |
ChimeSdkVoiceClient.listSupportedPhoneNumberCountries(ListSupportedPhoneNumberCountriesRequest listSupportedPhoneNumberCountriesRequest)
Lists the countries that you can order phone numbers from.
|
default PutVoiceConnectorProxyResponse |
ChimeSdkVoiceClient.putVoiceConnectorProxy(Consumer<PutVoiceConnectorProxyRequest.Builder> putVoiceConnectorProxyRequest)
Puts the specified proxy configuration to the specified Amazon Chime SDK Voice Connector.
|
default PutVoiceConnectorProxyResponse |
ChimeSdkVoiceClient.putVoiceConnectorProxy(PutVoiceConnectorProxyRequest putVoiceConnectorProxyRequest)
Puts the specified proxy configuration to the specified Amazon Chime SDK Voice Connector.
|
default PutVoiceConnectorTerminationResponse |
ChimeSdkVoiceClient.putVoiceConnectorTermination(Consumer<PutVoiceConnectorTerminationRequest.Builder> putVoiceConnectorTerminationRequest)
Updates a Voice Connector's termination settings.
|
default PutVoiceConnectorTerminationResponse |
ChimeSdkVoiceClient.putVoiceConnectorTermination(PutVoiceConnectorTerminationRequest putVoiceConnectorTerminationRequest)
Updates a Voice Connector's termination settings.
|
default SearchAvailablePhoneNumbersResponse |
ChimeSdkVoiceClient.searchAvailablePhoneNumbers(Consumer<SearchAvailablePhoneNumbersRequest.Builder> searchAvailablePhoneNumbersRequest)
Searches the provisioned phone numbers in an organization.
|
default SearchAvailablePhoneNumbersResponse |
ChimeSdkVoiceClient.searchAvailablePhoneNumbers(SearchAvailablePhoneNumbersRequest searchAvailablePhoneNumbersRequest)
Searches the provisioned phone numbers in an organization.
|
default SearchAvailablePhoneNumbersIterable |
ChimeSdkVoiceClient.searchAvailablePhoneNumbersPaginator(Consumer<SearchAvailablePhoneNumbersRequest.Builder> searchAvailablePhoneNumbersRequest)
Searches the provisioned phone numbers in an organization.
|
default SearchAvailablePhoneNumbersIterable |
ChimeSdkVoiceClient.searchAvailablePhoneNumbersPaginator(SearchAvailablePhoneNumbersRequest searchAvailablePhoneNumbersRequest)
Searches the provisioned phone numbers in an organization.
|
default StartSpeakerSearchTaskResponse |
ChimeSdkVoiceClient.startSpeakerSearchTask(Consumer<StartSpeakerSearchTaskRequest.Builder> startSpeakerSearchTaskRequest)
Starts a speaker search task.
|
default StartSpeakerSearchTaskResponse |
ChimeSdkVoiceClient.startSpeakerSearchTask(StartSpeakerSearchTaskRequest startSpeakerSearchTaskRequest)
Starts a speaker search task.
|
default StartVoiceToneAnalysisTaskResponse |
ChimeSdkVoiceClient.startVoiceToneAnalysisTask(Consumer<StartVoiceToneAnalysisTaskRequest.Builder> startVoiceToneAnalysisTaskRequest)
Starts a voice tone analysis task.
|
default StartVoiceToneAnalysisTaskResponse |
ChimeSdkVoiceClient.startVoiceToneAnalysisTask(StartVoiceToneAnalysisTaskRequest startVoiceToneAnalysisTaskRequest)
Starts a voice tone analysis task.
|
default StopSpeakerSearchTaskResponse |
ChimeSdkVoiceClient.stopSpeakerSearchTask(Consumer<StopSpeakerSearchTaskRequest.Builder> stopSpeakerSearchTaskRequest)
Stops a speaker search task.
|
default StopSpeakerSearchTaskResponse |
ChimeSdkVoiceClient.stopSpeakerSearchTask(StopSpeakerSearchTaskRequest stopSpeakerSearchTaskRequest)
Stops a speaker search task.
|
default StopVoiceToneAnalysisTaskResponse |
ChimeSdkVoiceClient.stopVoiceToneAnalysisTask(Consumer<StopVoiceToneAnalysisTaskRequest.Builder> stopVoiceToneAnalysisTaskRequest)
Stops a voice tone analysis task.
|
default StopVoiceToneAnalysisTaskResponse |
ChimeSdkVoiceClient.stopVoiceToneAnalysisTask(StopVoiceToneAnalysisTaskRequest stopVoiceToneAnalysisTaskRequest)
Stops a voice tone analysis task.
|
default UpdateVoiceProfileResponse |
ChimeSdkVoiceClient.updateVoiceProfile(Consumer<UpdateVoiceProfileRequest.Builder> updateVoiceProfileRequest)
Updates the specified voice profile’s voice print and refreshes its expiration timestamp.
|
default UpdateVoiceProfileResponse |
ChimeSdkVoiceClient.updateVoiceProfile(UpdateVoiceProfileRequest updateVoiceProfileRequest)
Updates the specified voice profile’s voice print and refreshes its expiration timestamp.
|
default UpdateVoiceProfileDomainResponse |
ChimeSdkVoiceClient.updateVoiceProfileDomain(Consumer<UpdateVoiceProfileDomainRequest.Builder> updateVoiceProfileDomainRequest)
Updates the settings for the specified voice profile domain.
|
default UpdateVoiceProfileDomainResponse |
ChimeSdkVoiceClient.updateVoiceProfileDomain(UpdateVoiceProfileDomainRequest updateVoiceProfileDomainRequest)
Updates the settings for the specified voice profile domain.
|
Copyright © 2023. All rights reserved.