Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.DeleteVoiceConnectorExternalSystemsConfigurationResponse
-
Packages that use DeleteVoiceConnectorExternalSystemsConfigurationResponse 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 DeleteVoiceConnectorExternalSystemsConfigurationResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return DeleteVoiceConnectorExternalSystemsConfigurationResponse Modifier and Type Method Description default DeleteVoiceConnectorExternalSystemsConfigurationResponseChimeSdkVoiceClient. deleteVoiceConnectorExternalSystemsConfiguration(Consumer<DeleteVoiceConnectorExternalSystemsConfigurationRequest.Builder> deleteVoiceConnectorExternalSystemsConfigurationRequest)Deletes the external systems configuration for a Voice Connector.default DeleteVoiceConnectorExternalSystemsConfigurationResponseChimeSdkVoiceClient. deleteVoiceConnectorExternalSystemsConfiguration(DeleteVoiceConnectorExternalSystemsConfigurationRequest deleteVoiceConnectorExternalSystemsConfigurationRequest)Deletes the external systems configuration for a Voice Connector.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type DeleteVoiceConnectorExternalSystemsConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteVoiceConnectorExternalSystemsConfigurationResponse>ChimeSdkVoiceAsyncClient. deleteVoiceConnectorExternalSystemsConfiguration(Consumer<DeleteVoiceConnectorExternalSystemsConfigurationRequest.Builder> deleteVoiceConnectorExternalSystemsConfigurationRequest)Deletes the external systems configuration for a Voice Connector.default CompletableFuture<DeleteVoiceConnectorExternalSystemsConfigurationResponse>ChimeSdkVoiceAsyncClient. deleteVoiceConnectorExternalSystemsConfiguration(DeleteVoiceConnectorExternalSystemsConfigurationRequest deleteVoiceConnectorExternalSystemsConfigurationRequest)Deletes the external systems configuration for a Voice Connector.
-