Uses of Interface
software.amazon.awssdk.services.sesv2.model.ListDeliverabilityTestReportsRequest.Builder
-
Packages that use ListDeliverabilityTestReportsRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of ListDeliverabilityTestReportsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type ListDeliverabilityTestReportsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDeliverabilityTestReportsResponse>SesV2AsyncClient. listDeliverabilityTestReports(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.default ListDeliverabilityTestReportsResponseSesV2Client. listDeliverabilityTestReports(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.default ListDeliverabilityTestReportsPublisherSesV2AsyncClient. listDeliverabilityTestReportsPaginator(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.default ListDeliverabilityTestReportsIterableSesV2Client. listDeliverabilityTestReportsPaginator(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. -
Uses of ListDeliverabilityTestReportsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ListDeliverabilityTestReportsRequest.Builder Modifier and Type Method Description static ListDeliverabilityTestReportsRequest.BuilderListDeliverabilityTestReportsRequest. builder()ListDeliverabilityTestReportsRequest.BuilderListDeliverabilityTestReportsRequest.Builder. nextToken(String nextToken)A token returned from a previous call toListDeliverabilityTestReportsto indicate the position in the list of predictive inbox placement tests.ListDeliverabilityTestReportsRequest.BuilderListDeliverabilityTestReportsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeliverabilityTestReportsRequest.BuilderListDeliverabilityTestReportsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeliverabilityTestReportsRequest.BuilderListDeliverabilityTestReportsRequest.Builder. pageSize(Integer pageSize)The number of results to show in a single call toListDeliverabilityTestReports.ListDeliverabilityTestReportsRequest.BuilderListDeliverabilityTestReportsRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ListDeliverabilityTestReportsRequest.Builder Modifier and Type Method Description static Class<? extends ListDeliverabilityTestReportsRequest.Builder>ListDeliverabilityTestReportsRequest. serializableBuilderClass()
-