Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ErrorReportLocation
-
Packages that use ErrorReportLocation Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ErrorReportLocation in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ErrorReportLocation Modifier and Type Method Description ErrorReportLocationCreateBulkImportJobRequest. errorReportLocation()The Amazon S3 destination where errors associated with the job creation request are saved.ErrorReportLocationDescribeBulkImportJobResponse. errorReportLocation()The Amazon S3 destination where errors associated with the job creation request are saved.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type ErrorReportLocation Modifier and Type Method Description CreateBulkImportJobRequest.BuilderCreateBulkImportJobRequest.Builder. errorReportLocation(ErrorReportLocation errorReportLocation)The Amazon S3 destination where errors associated with the job creation request are saved.DescribeBulkImportJobResponse.BuilderDescribeBulkImportJobResponse.Builder. errorReportLocation(ErrorReportLocation errorReportLocation)The Amazon S3 destination where errors associated with the job creation request are saved.
-