Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.DeleteProxySessionResponse
-
Packages that use DeleteProxySessionResponse 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 DeleteProxySessionResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return DeleteProxySessionResponse Modifier and Type Method Description default DeleteProxySessionResponseChimeSdkVoiceClient. deleteProxySession(Consumer<DeleteProxySessionRequest.Builder> deleteProxySessionRequest)Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.default DeleteProxySessionResponseChimeSdkVoiceClient. deleteProxySession(DeleteProxySessionRequest deleteProxySessionRequest)Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type DeleteProxySessionResponse Modifier and Type Method Description default CompletableFuture<DeleteProxySessionResponse>ChimeSdkVoiceAsyncClient. deleteProxySession(Consumer<DeleteProxySessionRequest.Builder> deleteProxySessionRequest)Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.default CompletableFuture<DeleteProxySessionResponse>ChimeSdkVoiceAsyncClient. deleteProxySession(DeleteProxySessionRequest deleteProxySessionRequest)Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.
-