Uses of Interface
software.amazon.awssdk.services.ses.model.ListConfigurationSetsRequest.Builder
-
Packages that use ListConfigurationSetsRequest.Builder Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.model -
-
Uses of ListConfigurationSetsRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type ListConfigurationSetsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListConfigurationSetsResponse>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.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. -
Uses of ListConfigurationSetsRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ListConfigurationSetsRequest.Builder Modifier and Type Method Description static ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest. builder()ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest.Builder. maxItems(Integer maxItems)The number of configuration sets to return.ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest.Builder. nextToken(String nextToken)A token returned from a previous call toListConfigurationSetsto indicate the position of the configuration set in the configuration set list.ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest. toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type ListConfigurationSetsRequest.Builder Modifier and Type Method Description static Class<? extends ListConfigurationSetsRequest.Builder>ListConfigurationSetsRequest. serializableBuilderClass()
-