Uses of Class
software.amazon.awssdk.services.ses.model.ListReceiptRuleSetsResponse
-
Packages that use ListReceiptRuleSetsResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of ListReceiptRuleSetsResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return ListReceiptRuleSetsResponse Modifier and Type Method Description default ListReceiptRuleSetsResponseSesClient. listReceiptRuleSets()Lists the receipt rule sets that exist under your Amazon Web Services account in the current Amazon Web Services Region.default ListReceiptRuleSetsResponseSesClient. listReceiptRuleSets(Consumer<ListReceiptRuleSetsRequest.Builder> listReceiptRuleSetsRequest)Lists the receipt rule sets that exist under your Amazon Web Services account in the current Amazon Web Services Region.default ListReceiptRuleSetsResponseSesClient. listReceiptRuleSets(ListReceiptRuleSetsRequest listReceiptRuleSetsRequest)Lists the receipt rule sets that exist under your Amazon Web Services account in the current Amazon Web Services Region.Methods in software.amazon.awssdk.services.ses that return types with arguments of type ListReceiptRuleSetsResponse Modifier and Type Method Description default CompletableFuture<ListReceiptRuleSetsResponse>SesAsyncClient. listReceiptRuleSets()Lists the receipt rule sets that exist under your Amazon Web Services account in the current Amazon Web Services Region.default CompletableFuture<ListReceiptRuleSetsResponse>SesAsyncClient. listReceiptRuleSets(Consumer<ListReceiptRuleSetsRequest.Builder> listReceiptRuleSetsRequest)Lists the receipt rule sets that exist under your Amazon Web Services account in the current Amazon Web Services Region.default CompletableFuture<ListReceiptRuleSetsResponse>SesAsyncClient. listReceiptRuleSets(ListReceiptRuleSetsRequest listReceiptRuleSetsRequest)Lists the receipt rule sets that exist under your Amazon Web Services account in the current Amazon Web Services Region.
-