Uses of Class
software.amazon.awssdk.services.chime.model.DeleteProxySessionResponse
-
Packages that use DeleteProxySessionResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of DeleteProxySessionResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return DeleteProxySessionResponse Modifier and Type Method Description default DeleteProxySessionResponseChimeClient. deleteProxySession(Consumer<DeleteProxySessionRequest.Builder> deleteProxySessionRequest)Deprecated.Replaced by DeleteProxySession in the Amazon Chime SDK Voice Namespacedefault DeleteProxySessionResponseChimeClient. deleteProxySession(DeleteProxySessionRequest deleteProxySessionRequest)Deprecated.Replaced by DeleteProxySession in the Amazon Chime SDK Voice NamespaceMethods in software.amazon.awssdk.services.chime that return types with arguments of type DeleteProxySessionResponse Modifier and Type Method Description default CompletableFuture<DeleteProxySessionResponse>ChimeAsyncClient. deleteProxySession(Consumer<DeleteProxySessionRequest.Builder> deleteProxySessionRequest)Deprecated.Replaced by DeleteProxySession in the Amazon Chime SDK Voice Namespacedefault CompletableFuture<DeleteProxySessionResponse>ChimeAsyncClient. deleteProxySession(DeleteProxySessionRequest deleteProxySessionRequest)Deprecated.Replaced by DeleteProxySession in the Amazon Chime SDK Voice Namespace
-