Uses of Class
software.amazon.awssdk.services.rbin.model.ListRulesRequest
-
Packages that use ListRulesRequest Package Description software.amazon.awssdk.services.rbin This is the Recycle Bin API Reference.software.amazon.awssdk.services.rbin.paginators software.amazon.awssdk.services.rbin.transform -
-
Uses of ListRulesRequest in software.amazon.awssdk.services.rbin
Methods in software.amazon.awssdk.services.rbin with parameters of type ListRulesRequest Modifier and Type Method Description default CompletableFuture<ListRulesResponse>RbinAsyncClient. listRules(ListRulesRequest listRulesRequest)Lists the Recycle Bin retention rules in the Region.default ListRulesResponseRbinClient. listRules(ListRulesRequest listRulesRequest)Lists the Recycle Bin retention rules in the Region.default ListRulesPublisherRbinAsyncClient. listRulesPaginator(ListRulesRequest listRulesRequest)Lists the Recycle Bin retention rules in the Region.default ListRulesIterableRbinClient. listRulesPaginator(ListRulesRequest listRulesRequest)Lists the Recycle Bin retention rules in the Region. -
Uses of ListRulesRequest in software.amazon.awssdk.services.rbin.paginators
Constructors in software.amazon.awssdk.services.rbin.paginators with parameters of type ListRulesRequest Constructor Description ListRulesIterable(RbinClient client, ListRulesRequest firstRequest)ListRulesPublisher(RbinAsyncClient client, ListRulesRequest firstRequest) -
Uses of ListRulesRequest in software.amazon.awssdk.services.rbin.transform
Methods in software.amazon.awssdk.services.rbin.transform with parameters of type ListRulesRequest Modifier and Type Method Description SdkHttpFullRequestListRulesRequestMarshaller. marshall(ListRulesRequest listRulesRequest)
-