Uses of Class
software.amazon.awssdk.services.auditmanager.model.BatchCreateDelegationByAssessmentError
-
Packages that use BatchCreateDelegationByAssessmentError Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of BatchCreateDelegationByAssessmentError in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type BatchCreateDelegationByAssessmentError Modifier and Type Method Description List<BatchCreateDelegationByAssessmentError>BatchCreateDelegationByAssessmentResponse. errors()A list of errors that theBatchCreateDelegationByAssessmentAPI returned.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type BatchCreateDelegationByAssessmentError Modifier and Type Method Description BatchCreateDelegationByAssessmentResponse.BuilderBatchCreateDelegationByAssessmentResponse.Builder. errors(BatchCreateDelegationByAssessmentError... errors)A list of errors that theBatchCreateDelegationByAssessmentAPI returned.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type BatchCreateDelegationByAssessmentError Modifier and Type Method Description BatchCreateDelegationByAssessmentResponse.BuilderBatchCreateDelegationByAssessmentResponse.Builder. errors(Collection<BatchCreateDelegationByAssessmentError> errors)A list of errors that theBatchCreateDelegationByAssessmentAPI returned.
-