Uses of Class
software.amazon.awssdk.services.chime.model.ListProxySessionsResponse
-
Packages that use ListProxySessionsResponse Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.paginators -
-
Uses of ListProxySessionsResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return ListProxySessionsResponse Modifier and Type Method Description default ListProxySessionsResponseChimeClient. listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)Deprecated.Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespacedefault ListProxySessionsResponseChimeClient. listProxySessions(ListProxySessionsRequest listProxySessionsRequest)Deprecated.Replaced by ListProxySessions in the Amazon Chime SDK Voice NamespaceMethods in software.amazon.awssdk.services.chime that return types with arguments of type ListProxySessionsResponse Modifier and Type Method Description default CompletableFuture<ListProxySessionsResponse>ChimeAsyncClient. listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)Deprecated.Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespacedefault CompletableFuture<ListProxySessionsResponse>ChimeAsyncClient. listProxySessions(ListProxySessionsRequest listProxySessionsRequest)Deprecated.Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace -
Uses of ListProxySessionsResponse in software.amazon.awssdk.services.chime.paginators
Methods in software.amazon.awssdk.services.chime.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.chime.paginators with type arguments of type ListProxySessionsResponse Modifier and Type Method Description voidListProxySessionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProxySessionsResponse> subscriber)
-