Uses of Class
software.amazon.awssdk.services.connect.model.ListRulesResponse
-
Packages that use ListRulesResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of ListRulesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListRulesResponse Modifier and Type Method Description default ListRulesResponseConnectClient. listRules(Consumer<ListRulesRequest.Builder> listRulesRequest)List all rules for the specified Amazon Connect instance.default ListRulesResponseConnectClient. listRules(ListRulesRequest listRulesRequest)List all rules for the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListRulesResponse Modifier and Type Method Description default CompletableFuture<ListRulesResponse>ConnectAsyncClient. listRules(Consumer<ListRulesRequest.Builder> listRulesRequest)List all rules for the specified Amazon Connect instance.default CompletableFuture<ListRulesResponse>ConnectAsyncClient. listRules(ListRulesRequest listRulesRequest)List all rules for the specified Amazon Connect instance. -
Uses of ListRulesResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListRulesResponse Modifier and Type Method Description Iterator<ListRulesResponse>ListRulesIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListRulesResponse Modifier and Type Method Description voidListRulesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRulesResponse> subscriber)
-