Uses of Class
software.amazon.awssdk.services.ses.model.ListConfigurationSetsResponse
-
Packages that use ListConfigurationSetsResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of ListConfigurationSetsResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return ListConfigurationSetsResponse Modifier and Type Method Description default ListConfigurationSetsResponseSesClient. listConfigurationSets()Provides a list of the configuration sets associated with your Amazon SES account in the current Amazon Web Services Region.default ListConfigurationSetsResponseSesClient. listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)Provides a list of the configuration sets associated with your Amazon SES account in the current Amazon Web Services Region.default ListConfigurationSetsResponseSesClient. listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)Provides a list of the configuration sets associated with your Amazon SES account in the current Amazon Web Services Region.Methods in software.amazon.awssdk.services.ses that return types with arguments of type ListConfigurationSetsResponse Modifier and Type Method Description default CompletableFuture<ListConfigurationSetsResponse>SesAsyncClient. listConfigurationSets()Provides a list of the configuration sets associated with your Amazon SES account in the current Amazon Web Services Region.default CompletableFuture<ListConfigurationSetsResponse>SesAsyncClient. listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)Provides a list of the configuration sets associated with your Amazon SES account in the current Amazon Web Services Region.default CompletableFuture<ListConfigurationSetsResponse>SesAsyncClient. listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)Provides a list of the configuration sets associated with your Amazon SES account in the current Amazon Web Services Region.
-