Uses of Class
software.amazon.awssdk.services.repostspace.model.BatchError
-
Packages that use BatchError Package Description software.amazon.awssdk.services.repostspace.model -
-
Uses of BatchError in software.amazon.awssdk.services.repostspace.model
Methods in software.amazon.awssdk.services.repostspace.model that return types with arguments of type BatchError Modifier and Type Method Description List<BatchError>BatchAddRoleResponse. errors()An array of errors that occurred when roles were added.List<BatchError>BatchRemoveRoleResponse. errors()An array of errors that occurred when roles were removed.Methods in software.amazon.awssdk.services.repostspace.model with parameters of type BatchError Modifier and Type Method Description BatchAddRoleResponse.BuilderBatchAddRoleResponse.Builder. errors(BatchError... errors)An array of errors that occurred when roles were added.BatchRemoveRoleResponse.BuilderBatchRemoveRoleResponse.Builder. errors(BatchError... errors)An array of errors that occurred when roles were removed.Method parameters in software.amazon.awssdk.services.repostspace.model with type arguments of type BatchError Modifier and Type Method Description BatchAddRoleResponse.BuilderBatchAddRoleResponse.Builder. errors(Collection<BatchError> errors)An array of errors that occurred when roles were added.BatchRemoveRoleResponse.BuilderBatchRemoveRoleResponse.Builder. errors(Collection<BatchError> errors)An array of errors that occurred when roles were removed.
-