Uses of Class
software.amazon.awssdk.services.rbin.model.ListRulesResponse
-
Packages that use ListRulesResponse Package Description software.amazon.awssdk.services.rbin This is the Recycle Bin API Reference.software.amazon.awssdk.services.rbin.paginators -
-
Uses of ListRulesResponse in software.amazon.awssdk.services.rbin
Methods in software.amazon.awssdk.services.rbin that return ListRulesResponse Modifier and Type Method Description default ListRulesResponseRbinClient. listRules(Consumer<ListRulesRequest.Builder> listRulesRequest)Lists the Recycle Bin retention rules in the Region.default ListRulesResponseRbinClient. listRules(ListRulesRequest listRulesRequest)Lists the Recycle Bin retention rules in the Region.Methods in software.amazon.awssdk.services.rbin that return types with arguments of type ListRulesResponse Modifier and Type Method Description default CompletableFuture<ListRulesResponse>RbinAsyncClient. listRules(Consumer<ListRulesRequest.Builder> listRulesRequest)Lists the Recycle Bin retention rules in the Region.default CompletableFuture<ListRulesResponse>RbinAsyncClient. listRules(ListRulesRequest listRulesRequest)Lists the Recycle Bin retention rules in the Region. -
Uses of ListRulesResponse in software.amazon.awssdk.services.rbin.paginators
Methods in software.amazon.awssdk.services.rbin.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.rbin.paginators with type arguments of type ListRulesResponse Modifier and Type Method Description voidListRulesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRulesResponse> subscriber)
-