Uses of Interface
software.amazon.awssdk.services.sesv2.model.ListConfigurationSetsRequest.Builder
-
Packages that use ListConfigurationSetsRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of ListConfigurationSetsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type ListConfigurationSetsRequest.Builder 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 ListConfigurationSetsResponseSesV2Client. listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)List all of the configuration sets associated with your account in the current region.default ListConfigurationSetsPublisherSesV2AsyncClient. listConfigurationSetsPaginator(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)List all of the configuration sets associated with your account in the current region.default ListConfigurationSetsIterableSesV2Client. listConfigurationSetsPaginator(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)List all of the configuration sets associated with your account in the current region. -
Uses of ListConfigurationSetsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ListConfigurationSetsRequest.Builder Modifier and Type Method Description static ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest. builder()ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest.Builder. nextToken(String nextToken)A token returned from a previous call toListConfigurationSetsto indicate the position in the list of configuration sets.ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest.Builder. pageSize(Integer pageSize)The number of results to show in a single call toListConfigurationSets.ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ListConfigurationSetsRequest.Builder Modifier and Type Method Description static Class<? extends ListConfigurationSetsRequest.Builder>ListConfigurationSetsRequest. serializableBuilderClass()
-