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