Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.ErrorDetail
-
Packages that use ErrorDetail Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of ErrorDetail in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return types with arguments of type ErrorDetail Modifier and Type Method Description List<ErrorDetail>ChangeSummary. errorDetailList()An array ofErrorDetailobjects associated with the change.Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type ErrorDetail Modifier and Type Method Description ChangeSummary.BuilderChangeSummary.Builder. errorDetailList(ErrorDetail... errorDetailList)An array ofErrorDetailobjects associated with the change.Method parameters in software.amazon.awssdk.services.marketplacecatalog.model with type arguments of type ErrorDetail Modifier and Type Method Description ChangeSummary.BuilderChangeSummary.Builder. errorDetailList(Collection<ErrorDetail> errorDetailList)An array ofErrorDetailobjects associated with the change.
-