Uses of Interface
software.amazon.awssdk.services.chimesdkvoice.model.ListProxySessionsRequest.Builder
-
Packages that use ListProxySessionsRequest.Builder 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.model -
-
Uses of ListProxySessionsRequest.Builder in software.amazon.awssdk.services.chimesdkvoice
Method parameters in software.amazon.awssdk.services.chimesdkvoice with type arguments of type ListProxySessionsRequest.Builder 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 ListProxySessionsResponseChimeSdkVoiceClient. listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.default ListProxySessionsPublisherChimeSdkVoiceAsyncClient. listProxySessionsPaginator(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.default ListProxySessionsIterableChimeSdkVoiceClient. listProxySessionsPaginator(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector. -
Uses of ListProxySessionsRequest.Builder in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.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 used 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 Voice Connector ID.Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type ListProxySessionsRequest.Builder Modifier and Type Method Description static Class<? extends ListProxySessionsRequest.Builder>ListProxySessionsRequest. serializableBuilderClass()
-