Uses of Class
software.amazon.awssdk.services.connect.model.ErrorResult
-
Packages that use ErrorResult Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ErrorResult in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ErrorResult Modifier and Type Method Description List<ErrorResult>BatchAssociateAnalyticsDataSetResponse. errors()A list of errors for datasets that aren't successfully associated with the target account.List<ErrorResult>BatchDisassociateAnalyticsDataSetResponse. errors()A list of errors for any datasets not successfully removed.Methods in software.amazon.awssdk.services.connect.model with parameters of type ErrorResult Modifier and Type Method Description BatchAssociateAnalyticsDataSetResponse.BuilderBatchAssociateAnalyticsDataSetResponse.Builder. errors(ErrorResult... errors)A list of errors for datasets that aren't successfully associated with the target account.BatchDisassociateAnalyticsDataSetResponse.BuilderBatchDisassociateAnalyticsDataSetResponse.Builder. errors(ErrorResult... errors)A list of errors for any datasets not successfully removed.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ErrorResult Modifier and Type Method Description BatchAssociateAnalyticsDataSetResponse.BuilderBatchAssociateAnalyticsDataSetResponse.Builder. errors(Collection<ErrorResult> errors)A list of errors for datasets that aren't successfully associated with the target account.BatchDisassociateAnalyticsDataSetResponse.BuilderBatchDisassociateAnalyticsDataSetResponse.Builder. errors(Collection<ErrorResult> errors)A list of errors for any datasets not successfully removed.
-