Uses of Interface
software.amazon.awssdk.services.sesv2.model.FailureInfo.Builder
Packages that use FailureInfo.Builder
-
Uses of FailureInfo.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return FailureInfo.BuilderModifier and TypeMethodDescriptionstatic FailureInfo.BuilderFailureInfo.builder()FailureInfo.Builder.errorMessage(String errorMessage) A message about why the job failed.FailureInfo.Builder.failedRecordsS3Url(String failedRecordsS3Url) An Amazon S3 pre-signed URL that contains all the failed records and related information.FailureInfo.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type FailureInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FailureInfo.Builder>FailureInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type FailureInfo.BuilderModifier and TypeMethodDescriptiondefault GetExportJobResponse.BuilderGetExportJobResponse.Builder.failureInfo(Consumer<FailureInfo.Builder> failureInfo) The failure details about an export job.default GetImportJobResponse.BuilderGetImportJobResponse.Builder.failureInfo(Consumer<FailureInfo.Builder> failureInfo) The failure details about an import job.