Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.GetDeliverabilityTestReportRequest.Builder
-
Packages that use GetDeliverabilityTestReportRequest.Builder Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.model -
-
Uses of GetDeliverabilityTestReportRequest.Builder in software.amazon.awssdk.services.pinpointemail
Method parameters in software.amazon.awssdk.services.pinpointemail with type arguments of type GetDeliverabilityTestReportRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeliverabilityTestReportResponse>PinpointEmailAsyncClient. getDeliverabilityTestReport(Consumer<GetDeliverabilityTestReportRequest.Builder> getDeliverabilityTestReportRequest)Retrieve the results of a predictive inbox placement test.default GetDeliverabilityTestReportResponsePinpointEmailClient. getDeliverabilityTestReport(Consumer<GetDeliverabilityTestReportRequest.Builder> getDeliverabilityTestReportRequest)Retrieve the results of a predictive inbox placement test. -
Uses of GetDeliverabilityTestReportRequest.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.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.pinpointemail.model that return types with arguments of type GetDeliverabilityTestReportRequest.Builder Modifier and Type Method Description static Class<? extends GetDeliverabilityTestReportRequest.Builder>GetDeliverabilityTestReportRequest. serializableBuilderClass()
-