Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.MagneticStoreRejectedDataLocation
-
Packages that use MagneticStoreRejectedDataLocation Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of MagneticStoreRejectedDataLocation in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return MagneticStoreRejectedDataLocation Modifier and Type Method Description MagneticStoreRejectedDataLocationMagneticStoreWriteProperties. magneticStoreRejectedDataLocation()The location to write error reports for records rejected asynchronously during magnetic store writes.Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type MagneticStoreRejectedDataLocation Modifier and Type Method Description MagneticStoreWriteProperties.BuilderMagneticStoreWriteProperties.Builder. magneticStoreRejectedDataLocation(MagneticStoreRejectedDataLocation magneticStoreRejectedDataLocation)The location to write error reports for records rejected asynchronously during magnetic store writes.
-