Uses of Class
software.amazon.awssdk.services.s3control.model.JobFailure
-
Packages that use JobFailure Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobFailure in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type JobFailure Modifier and Type Method Description List<JobFailure>JobDescriptor. failureReasons()If the specified job failed, this field contains information describing the failure.Methods in software.amazon.awssdk.services.s3control.model with parameters of type JobFailure Modifier and Type Method Description JobDescriptor.BuilderJobDescriptor.Builder. failureReasons(JobFailure... failureReasons)If the specified job failed, this field contains information describing the failure.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type JobFailure Modifier and Type Method Description JobDescriptor.BuilderJobDescriptor.Builder. failureReasons(Collection<JobFailure> failureReasons)If the specified job failed, this field contains information describing the failure.
-