Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetDeliverabilityTestReportRequest.Builder
-
Packages that use GetDeliverabilityTestReportRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of GetDeliverabilityTestReportRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type GetDeliverabilityTestReportRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeliverabilityTestReportResponse>SesV2AsyncClient. getDeliverabilityTestReport(Consumer<GetDeliverabilityTestReportRequest.Builder> getDeliverabilityTestReportRequest)Retrieve the results of a predictive inbox placement test.default GetDeliverabilityTestReportResponseSesV2Client. getDeliverabilityTestReport(Consumer<GetDeliverabilityTestReportRequest.Builder> getDeliverabilityTestReportRequest)Retrieve the results of a predictive inbox placement test. -
Uses of GetDeliverabilityTestReportRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetDeliverabilityTestReportRequest.Builder Modifier and Type Method Description static GetDeliverabilityTestReportRequest.BuilderGetDeliverabilityTestReportRequest. builder()GetDeliverabilityTestReportRequest.BuilderGetDeliverabilityTestReportRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeliverabilityTestReportRequest.BuilderGetDeliverabilityTestReportRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeliverabilityTestReportRequest.BuilderGetDeliverabilityTestReportRequest.Builder. reportId(String reportId)A unique string that identifies the predictive inbox placement test.GetDeliverabilityTestReportRequest.BuilderGetDeliverabilityTestReportRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetDeliverabilityTestReportRequest.Builder Modifier and Type Method Description static Class<? extends GetDeliverabilityTestReportRequest.Builder>GetDeliverabilityTestReportRequest. serializableBuilderClass()
-