Uses of Class
software.amazon.awssdk.services.codepipeline.model.ErrorDetails
-
Packages that use ErrorDetails Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ErrorDetails in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ErrorDetails Modifier and Type Method Description ErrorDetailsActionExecution. errorDetails()The details of an error returned by a URL external to Amazon Web Services.ErrorDetailsActionExecutionResult. errorDetails()Returns the value of the ErrorDetails property for this object.ErrorDetailsRuleExecution. errorDetails()Returns the value of the ErrorDetails property for this object.ErrorDetailsRuleExecutionResult. errorDetails()Returns the value of the ErrorDetails property for this object.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ErrorDetails Modifier and Type Method Description ActionExecution.BuilderActionExecution.Builder. errorDetails(ErrorDetails errorDetails)The details of an error returned by a URL external to Amazon Web Services.ActionExecutionResult.BuilderActionExecutionResult.Builder. errorDetails(ErrorDetails errorDetails)Sets the value of the ErrorDetails property for this object.RuleExecution.BuilderRuleExecution.Builder. errorDetails(ErrorDetails errorDetails)Sets the value of the ErrorDetails property for this object.RuleExecutionResult.BuilderRuleExecutionResult.Builder. errorDetails(ErrorDetails errorDetails)Sets the value of the ErrorDetails property for this object.
-