Uses of Class
software.amazon.awssdk.services.emr.model.FailureDetails
-
Packages that use FailureDetails Package Description software.amazon.awssdk.services.emr.model -
-
Uses of FailureDetails in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return FailureDetails Modifier and Type Method Description FailureDetailsStepStatus. failureDetails()The details for the step failure including reason, message, and log file path where the root cause was identified.Methods in software.amazon.awssdk.services.emr.model with parameters of type FailureDetails Modifier and Type Method Description StepStatus.BuilderStepStatus.Builder. failureDetails(FailureDetails failureDetails)The details for the step failure including reason, message, and log file path where the root cause was identified.
-