Uses of Class
software.amazon.awssdk.services.sesv2.model.ListConfigurationSetsRequest
-
Packages that use ListConfigurationSetsRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators software.amazon.awssdk.services.sesv2.transform -
-
Uses of ListConfigurationSetsRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type ListConfigurationSetsRequest Modifier and Type Method Description default CompletableFuture<ListConfigurationSetsResponse>SesV2AsyncClient. listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)List all of the configuration sets associated with your account in the current region.default ListConfigurationSetsResponseSesV2Client. listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)List all of the configuration sets associated with your account in the current region.default ListConfigurationSetsPublisherSesV2AsyncClient. listConfigurationSetsPaginator(ListConfigurationSetsRequest listConfigurationSetsRequest)List all of the configuration sets associated with your account in the current region.default ListConfigurationSetsIterableSesV2Client. listConfigurationSetsPaginator(ListConfigurationSetsRequest listConfigurationSetsRequest)List all of the configuration sets associated with your account in the current region. -
Uses of ListConfigurationSetsRequest in software.amazon.awssdk.services.sesv2.paginators
Constructors in software.amazon.awssdk.services.sesv2.paginators with parameters of type ListConfigurationSetsRequest Constructor Description ListConfigurationSetsIterable(SesV2Client client, ListConfigurationSetsRequest firstRequest)ListConfigurationSetsPublisher(SesV2AsyncClient client, ListConfigurationSetsRequest firstRequest) -
Uses of ListConfigurationSetsRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type ListConfigurationSetsRequest Modifier and Type Method Description SdkHttpFullRequestListConfigurationSetsRequestMarshaller. marshall(ListConfigurationSetsRequest listConfigurationSetsRequest)
-