Uses of Class
software.amazon.awssdk.services.emr.model.ErrorDetail
-
Packages that use ErrorDetail Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ErrorDetail in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type ErrorDetail Modifier and Type Method Description List<ErrorDetail>ClusterStatus. errorDetails()A list of tuples that provides information about the errors that caused a cluster to terminate.Methods in software.amazon.awssdk.services.emr.model with parameters of type ErrorDetail Modifier and Type Method Description ClusterStatus.BuilderClusterStatus.Builder. errorDetails(ErrorDetail... errorDetails)A list of tuples that provides information about the errors that caused a cluster to terminate.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type ErrorDetail Modifier and Type Method Description ClusterStatus.BuilderClusterStatus.Builder. errorDetails(Collection<ErrorDetail> errorDetails)A list of tuples that provides information about the errors that caused a cluster to terminate.
-