Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.ListDeliverabilityTestReportsRequest.Builder
-
Packages that use ListDeliverabilityTestReportsRequest.Builder Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.model -
-
Uses of ListDeliverabilityTestReportsRequest.Builder in software.amazon.awssdk.services.pinpointemail
Method parameters in software.amazon.awssdk.services.pinpointemail with type arguments of type ListDeliverabilityTestReportsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDeliverabilityTestReportsResponse>PinpointEmailAsyncClient. listDeliverabilityTestReports(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.default ListDeliverabilityTestReportsResponsePinpointEmailClient. listDeliverabilityTestReports(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.default ListDeliverabilityTestReportsPublisherPinpointEmailAsyncClient. listDeliverabilityTestReportsPaginator(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.default ListDeliverabilityTestReportsIterablePinpointEmailClient. 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.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.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.pinpointemail.model that return types with arguments of type ListDeliverabilityTestReportsRequest.Builder Modifier and Type Method Description static Class<? extends ListDeliverabilityTestReportsRequest.Builder>ListDeliverabilityTestReportsRequest. serializableBuilderClass()
-