Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.ListProxySessionsResponse
-
Packages that use ListProxySessionsResponse 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.software.amazon.awssdk.services.chimesdkvoice.paginators -
-
Uses of ListProxySessionsResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return ListProxySessionsResponse Modifier and Type Method Description default ListProxySessionsResponseChimeSdkVoiceClient. listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.default ListProxySessionsResponseChimeSdkVoiceClient. listProxySessions(ListProxySessionsRequest listProxySessionsRequest)Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type ListProxySessionsResponse Modifier and Type Method Description default CompletableFuture<ListProxySessionsResponse>ChimeSdkVoiceAsyncClient. listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.default CompletableFuture<ListProxySessionsResponse>ChimeSdkVoiceAsyncClient. listProxySessions(ListProxySessionsRequest listProxySessionsRequest)Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector. -
Uses of ListProxySessionsResponse in software.amazon.awssdk.services.chimesdkvoice.paginators
Methods in software.amazon.awssdk.services.chimesdkvoice.paginators that return types with arguments of type ListProxySessionsResponse Modifier and Type Method Description Iterator<ListProxySessionsResponse>ListProxySessionsIterable. iterator()Method parameters in software.amazon.awssdk.services.chimesdkvoice.paginators with type arguments of type ListProxySessionsResponse Modifier and Type Method Description voidListProxySessionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProxySessionsResponse> subscriber)
-