Uses of Class
software.amazon.awssdk.services.chime.model.ListProxySessionsRequest
-
Packages that use ListProxySessionsRequest Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.paginators software.amazon.awssdk.services.chime.transform -
-
Uses of ListProxySessionsRequest in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime with parameters of type ListProxySessionsRequest Modifier and Type Method Description default CompletableFuture<ListProxySessionsResponse>ChimeAsyncClient. listProxySessions(ListProxySessionsRequest 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 Namespacedefault ListProxySessionsPublisherChimeAsyncClient. listProxySessionsPaginator(ListProxySessionsRequest listProxySessionsRequest)Deprecated.Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespacedefault ListProxySessionsIterableChimeClient. listProxySessionsPaginator(ListProxySessionsRequest listProxySessionsRequest)Deprecated.Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace -
Uses of ListProxySessionsRequest in software.amazon.awssdk.services.chime.paginators
Constructors in software.amazon.awssdk.services.chime.paginators with parameters of type ListProxySessionsRequest Constructor Description ListProxySessionsIterable(ChimeClient client, ListProxySessionsRequest firstRequest)ListProxySessionsPublisher(ChimeAsyncClient client, ListProxySessionsRequest firstRequest) -
Uses of ListProxySessionsRequest in software.amazon.awssdk.services.chime.transform
Methods in software.amazon.awssdk.services.chime.transform with parameters of type ListProxySessionsRequest Modifier and Type Method Description SdkHttpFullRequestListProxySessionsRequestMarshaller. marshall(ListProxySessionsRequest listProxySessionsRequest)
-