Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ErrorDetail
-
Packages that use ErrorDetail Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of ErrorDetail in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ErrorDetail Modifier and Type Method Description List<ErrorDetail>DescribeDraftAppVersionResourcesImportStatusResponse. errorDetails()List of errors that were encountered while importing resources.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type ErrorDetail Modifier and Type Method Description DescribeDraftAppVersionResourcesImportStatusResponse.BuilderDescribeDraftAppVersionResourcesImportStatusResponse.Builder. errorDetails(ErrorDetail... errorDetails)List of errors that were encountered while importing resources.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type ErrorDetail Modifier and Type Method Description DescribeDraftAppVersionResourcesImportStatusResponse.BuilderDescribeDraftAppVersionResourcesImportStatusResponse.Builder. errorDetails(Collection<ErrorDetail> errorDetails)List of errors that were encountered while importing resources.
-