Uses of Interface
software.amazon.awssdk.services.chime.model.ListProxySessionsRequest.Builder
-
Packages that use ListProxySessionsRequest.Builder Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.model -
-
Uses of ListProxySessionsRequest.Builder in software.amazon.awssdk.services.chime
Method parameters in software.amazon.awssdk.services.chime with type arguments of type ListProxySessionsRequest.Builder 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 ListProxySessionsResponseChimeClient. listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)Deprecated.Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespacedefault ListProxySessionsPublisherChimeAsyncClient. listProxySessionsPaginator(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)Deprecated.Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespacedefault ListProxySessionsIterableChimeClient. listProxySessionsPaginator(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)Deprecated.Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace -
Uses of ListProxySessionsRequest.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return ListProxySessionsRequest.Builder Modifier and Type Method Description static ListProxySessionsRequest.BuilderListProxySessionsRequest. builder()ListProxySessionsRequest.BuilderListProxySessionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in a single call.ListProxySessionsRequest.BuilderListProxySessionsRequest.Builder. nextToken(String nextToken)The token to use to retrieve the next page of results.ListProxySessionsRequest.BuilderListProxySessionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProxySessionsRequest.BuilderListProxySessionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProxySessionsRequest.BuilderListProxySessionsRequest.Builder. status(String status)The proxy session status.ListProxySessionsRequest.BuilderListProxySessionsRequest.Builder. status(ProxySessionStatus status)The proxy session status.ListProxySessionsRequest.BuilderListProxySessionsRequest. toBuilder()ListProxySessionsRequest.BuilderListProxySessionsRequest.Builder. voiceConnectorId(String voiceConnectorId)The Amazon Chime voice connector ID.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type ListProxySessionsRequest.Builder Modifier and Type Method Description static Class<? extends ListProxySessionsRequest.Builder>ListProxySessionsRequest. serializableBuilderClass()
-