Uses of Class
software.amazon.awssdk.services.ses.model.ListConfigurationSetsRequest
-
Packages that use ListConfigurationSetsRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of ListConfigurationSetsRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type ListConfigurationSetsRequest Modifier and Type Method Description 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.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. -
Uses of ListConfigurationSetsRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type ListConfigurationSetsRequest Modifier and Type Method Description SdkHttpFullRequestListConfigurationSetsRequestMarshaller. marshall(ListConfigurationSetsRequest listConfigurationSetsRequest)
-