Uses of Class
software.amazon.awssdk.services.ses.model.ListConfigurationSetsResponse
Packages that use ListConfigurationSetsResponse
-
Uses of ListConfigurationSetsResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return ListConfigurationSetsResponseModifier and TypeMethodDescriptiondefault 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 ListConfigurationSetsResponseModifier and TypeMethodDescriptionSesAsyncClient.listConfigurationSets()Provides a list of the configuration sets associated with your Amazon SES account in the current Amazon Web Services Region.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.SesAsyncClient.listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest) Provides a list of the configuration sets associated with your Amazon SES account in the current Amazon Web Services Region.