Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.DeleteVoiceConnectorTerminationCredentialsResponse
-
Packages that use DeleteVoiceConnectorTerminationCredentialsResponse 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. -
-
Uses of DeleteVoiceConnectorTerminationCredentialsResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return DeleteVoiceConnectorTerminationCredentialsResponse Modifier and Type Method Description default DeleteVoiceConnectorTerminationCredentialsResponseChimeSdkVoiceClient. deleteVoiceConnectorTerminationCredentials(Consumer<DeleteVoiceConnectorTerminationCredentialsRequest.Builder> deleteVoiceConnectorTerminationCredentialsRequest)Deletes the specified SIP credentials used by your equipment to authenticate during call termination.default DeleteVoiceConnectorTerminationCredentialsResponseChimeSdkVoiceClient. deleteVoiceConnectorTerminationCredentials(DeleteVoiceConnectorTerminationCredentialsRequest deleteVoiceConnectorTerminationCredentialsRequest)Deletes the specified SIP credentials used by your equipment to authenticate during call termination.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type DeleteVoiceConnectorTerminationCredentialsResponse Modifier and Type Method Description default CompletableFuture<DeleteVoiceConnectorTerminationCredentialsResponse>ChimeSdkVoiceAsyncClient. deleteVoiceConnectorTerminationCredentials(Consumer<DeleteVoiceConnectorTerminationCredentialsRequest.Builder> deleteVoiceConnectorTerminationCredentialsRequest)Deletes the specified SIP credentials used by your equipment to authenticate during call termination.default CompletableFuture<DeleteVoiceConnectorTerminationCredentialsResponse>ChimeSdkVoiceAsyncClient. deleteVoiceConnectorTerminationCredentials(DeleteVoiceConnectorTerminationCredentialsRequest deleteVoiceConnectorTerminationCredentialsRequest)Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
-