Uses of Class
software.amazon.awssdk.services.sesv2.model.ListConfigurationSetsResponse
-
Packages that use ListConfigurationSetsResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators -
-
Uses of ListConfigurationSetsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListConfigurationSetsResponse Modifier and Type Method Description default ListConfigurationSetsResponseSesV2Client. listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> 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.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListConfigurationSetsResponse Modifier and Type Method Description default CompletableFuture<ListConfigurationSetsResponse>SesV2AsyncClient. listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)List all of the configuration sets associated with your account in the current region.default CompletableFuture<ListConfigurationSetsResponse>SesV2AsyncClient. listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)List all of the configuration sets associated with your account in the current region. -
Uses of ListConfigurationSetsResponse in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type ListConfigurationSetsResponse Modifier and Type Method Description Iterator<ListConfigurationSetsResponse>ListConfigurationSetsIterable. iterator()Method parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListConfigurationSetsResponse Modifier and Type Method Description voidListConfigurationSetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConfigurationSetsResponse> subscriber)
-