Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.ListSipRulesResponse
-
Packages that use ListSipRulesResponse 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 ListSipRulesResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return ListSipRulesResponse Modifier and Type Method Description default ListSipRulesResponseChimeSdkVoiceClient. listSipRules(Consumer<ListSipRulesRequest.Builder> listSipRulesRequest)Lists the SIP rules under the administrator's AWS account.default ListSipRulesResponseChimeSdkVoiceClient. listSipRules(ListSipRulesRequest listSipRulesRequest)Lists the SIP rules under the administrator's AWS account.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type ListSipRulesResponse Modifier and Type Method Description default CompletableFuture<ListSipRulesResponse>ChimeSdkVoiceAsyncClient. listSipRules(Consumer<ListSipRulesRequest.Builder> listSipRulesRequest)Lists the SIP rules under the administrator's AWS account.default CompletableFuture<ListSipRulesResponse>ChimeSdkVoiceAsyncClient. listSipRules(ListSipRulesRequest listSipRulesRequest)Lists the SIP rules under the administrator's AWS account. -
Uses of ListSipRulesResponse in software.amazon.awssdk.services.chimesdkvoice.paginators
Methods in software.amazon.awssdk.services.chimesdkvoice.paginators that return types with arguments of type ListSipRulesResponse Modifier and Type Method Description Iterator<ListSipRulesResponse>ListSipRulesIterable. iterator()Method parameters in software.amazon.awssdk.services.chimesdkvoice.paginators with type arguments of type ListSipRulesResponse Modifier and Type Method Description voidListSipRulesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSipRulesResponse> subscriber)
-